|
||||||||||||||||||||||||||||||||
Home
|
You are here: Home > Support > Reference v1.0 | |||||||||||||||||||||||||||||||
|
Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members
TXmObjectVectorObject Class Template ReferenceInheritance diagram for TXmObjectVectorObject: ![]() Detailed Descriptiontemplate<class C>
Template with XmObject interface and all capabilities of TXmObjectVector.
|
||||||||||||||||||||||||||||||||
Protected Member Functions | |
Overridables - XmObject | |
| void | manage (XmMan &m) |
| Provide the possibility to connect member data and sub objects. | |
| XmArray * | GetArray () |
| Return an interface pointer to XmArray, if class have container property. | |
|
|
Provide the possibility to connect member data and sub objects. Member data and sub objects can be connected, by calling the corresponding manXxx functions of XmMan. Implements XmObject. |
|
|
Return an interface pointer to XmArray, if class have container property. To show the exom framework that a class derived from XmObject is able to act like a container, GetArray() has to return the interface pointer to the conatiner. Reimplemented from XmObject. |