winIDEA SDK
Loading...
Searching...
No Matches
Overview


This document describes C++ programming interfaces, which enable user applications to perform operations on target platform.

If you are a first time user, please read User's Guide (this document) first.

If you are looking for a method, use search facility on the top of this page, or open the Modules tab above and select the module and then the class of interest.

The tabs on the top of this page contain the following:

Modules

This tab shows three sets of interfaces and classes, called modules:

  • Controllers provides access to winIDEA functions, which control the target. These classes are accessible from Java, Python, and C#, most of them also from C++.

  • Test provides additional functionality for unit testing. It is built on top of Controllers, so it is possible to perform unit tests by using isystem.connect Facade only, but effort required for test implementation is much higher in this case. These classes are accessible from Java, Python, and C#.

Classes

This section contains list of all classes in alphabetical order. Useful, when we know the class name but not the module it belongs to.

Examples

List of Python examples, which demonstrate usage of isystem.connect classes.