IDLitCommand
Superclasses | Creation | Properties | Methods | Examples | Version History
The IDLitCommand class provides a dynamic data dictionary storage system. Its methods and properties allow the iTool developer to store information about the execution of an iTool operation on a single target object. It provides a tag-based mechanism for storing and retrieving this information, which allows the iTool developer to easily implement undo and redo functionality for an operation.
This class is written in the IDL language. Its source code can be found in the file idlitcommand__define.pro in the lib/itools/framework 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 IDLitCommand::Init.
Properties
Objects of this class have the following properties. See IDLitCommand Properties for details on individual properties.
In addition, objects of this class inherit the properties of the superclass of this class.
Methods
This class has the following methods:
In addition, this class inherits the methods of its superclass.
Examples
See Creating a New Generalized Operation (iTool Developer's Guide) for examples using this class and its methods.
Version History