IDLitCommandSet
Superclasses | Creation | Properties | Methods | Examples | Version History
The IDLitCommandSet class stores a collection of IDLitCommand objects, allowing a group of commands to be managed as a single item. Command sets are useful as containers for IDLitCommand objects generated by the application of an iTool operation to multiple target items; the generated command set objects are used to provide undo/redo functionality to the iTool system.
This class is written in the IDL language. Its source code can be found in the file idlitcommandset__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
Properties
Objects of this class have no properties of their own, but do have properties inherited from any superclasses.
Methods
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
Examples
See Creating a New Generalized Operation (iTool Developer's Guide) for examples using this class and its methods.
Version History