|
IDL Reference Guide: iTools Object Classes |
|
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.
| Note See the iTools Object Model Diagram for a visual representation of the iTools object model hierarchy. |
Objects of this class have no properties of their own, but do have properties inherited from any superclasses.
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
See Creating a New Generalized Operation for examples using this class and its methods.
IDL Online Help (March 06, 2007)