IDLitUI
Superclasses | Creation | Properties | Methods | Examples | Version History
The IDLitUI class serves as the link between the underlying functionality of an iTool and the IDL Widget interface that is displayed to the user. The user interface object provides the following functionality:
For additional information on the IDLitUI class, and user interface issues in general, see iTool User Interface Architecture (iTool Developer's Guide).
This class is written in the IDL language. Its source code can be found in the file idlitui__define.pro in the lib/itools/ui_widgets subdirectory of the IDL distribution.
Superclasses
Note
See the iTools Object Model Diagram (iTool Developer's Guide) for a visual representation of the iTools object model hierarchy.
Creation
See IDLitUI::Init.
Properties
Objects of this class have the following properties. See IDLitUI Properties for details on individual properties.
Methods
This class has the following methods:
In addition, this class inherits the methods of its superclasses (if any).
Examples
See Example: A Simple UI Panel (iTool Developer's Guide).
Version History
See Also
iTool User Interface Architecture (iTool Developer's Guide)