Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
MultiItems | version 1.0 | no |
This class is used internally by the framework. It encapsulates the rows of the RTreeView, RComboBox and REditComboBox. Has functions that should NOT be called directly in order to maintain the data integrity of the row-based controls.
This data structure is used to encapsulate tree-like data. Only two members are intended to be used by the programmer: the Count property and the [] operator. All other functions will be just enumerated, and shortly documented for the user to have an idea only, not to use them. |
Count | This property gets the number of items in the multi items view |
Add | Adds data to the MultiItems |
AddChild | Adds data as a child of the MultiItems |
Clear | Clears the data contained by the MultiItems |
Delete | Delete data from the MultiItems |
FindSortedPlace | This function finds the position to add an element, in order to keep the array sorted |
GetPath | Returns the data identified by a specific path |
Insert | Inserts data into the MultiItems |
InsertIntoArray | Inserts data into an array of MultiItems |
MultiItems | This is the standard contructor for this class and should not be used |
RemoveFromArray | Removes data from an MultiItems array by index |
Update | Updates the data in a MultiItems |
operator[] | This is the operator used to retrieve data from the multi items view |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:54 2009 GMT | (c)2009 RadGs Software |