|
IDL Reference Guide: iTools Object Classes |
|
The IDLitData class provides a generic data storage object that can hold data items of any IDL data type. The IDLitData class provides typing and data change notification functionality, and when coupled with the IDLitDataContainer object forms the base element for the construction of composite data types.
The IDLitData class implements the iTools notifier interface, which provides a mechanism by which observers of a data item can be alerted when the state of the information contained in the data object changes.
This class is written in the IDL language. Its source code can be found in the file idlitdata__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. |
See IDLitData::Init.
Objects of this class have the following properties. See IDLitData Properties for details on individual properties.
In addition, objects of this class inherit the properties of the superclass.
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
See Data Management for examples using this class and its methods.
IDL Online Help (March 06, 2007)