IDLitWriter
Superclasses | Creation | Properties | Methods | Version History
The IDLitWriter class defines the interface used to construct file writers for the iTools framework. Objects of this class are not intended to be created as standalone entities; rather, this class should be included as the superclass of an iTool file writer class.
This class is written in the IDL language. Its source code can be found in the file idlitwriter__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 IDLitWriter::Init.
Properties
Objects of this class have the following properties. See IDLitWriter Properties for details on individual properties.
Methods
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
Examples
See Creating a File Writer (iTool Developer's Guide) for examples using this class and its methods.
Version History