|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Home
|
You are here: Home > Support > Reference v1.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members
TXmObjectVector Class Template ReferenceInheritance diagram for TXmObjectVector: ![]() Detailed Descriptiontemplate<class C>
Container template with XmArray interface for managing items of the specified class derived from XmObject.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
Overridables - XmArray | |
| void | manageItems (XmMan &m) |
| Implement the handling and iteration for the different XmMan derivations. | |
| void | DeleteArrItem (int pos) |
| Delete item with the given index. | |
| int | MoveArrItem (int pos, int offset) |
| Move the item with given index at offset positions. | |
| bool | MoveArrItemEnable (int pos, int offset) |
| Check, if it is possible to move the given item. | |
| XmObject * | ObjectAtIndex (int pos) const |
| Supply the item with index, if available. | |
| void | ClearArray () |
| Delete all items of the container. | |
| void | AppendNewItem (XmAppendCx &ac) |
| Append an item to the container. | |
| void | ArrayProp (XmArrayProp &ap) const |
| Set general array properties. | |
Protected Member Functions | |
| void | manageArray (XmMan &m) |
| Enable managing the contained items - have to be called within the manage() function of the enclosing object. | |
|
|
Implement the handling and iteration for the different XmMan derivations. see TXmObjectVectorObject, how to implement this member function. Implements XmArray. |