Public Methods | |
WXCrystObjBasicList () | |
Constructor. | |
~WXCrystObjBasicList () | |
Destructor. | |
unsigned int | GetNb () const |
Number of objects. | |
void | Add (WXCrystObjBasic *) |
Add an object to the list. | |
void | Remove (const WXCrystObjBasic *) |
remove an object from the list | |
WXCrystObjBasic * | Get (const unsigned int i) |
Get an object from the list. | |
bool | Show (bool) |
Show or hide all of the windows. | |
void | CrystUpdate () |
Forces all objects in the list to update. See WXCrystObjBasic::CrystUpdate(). | |
void | UpdateUI () |
Forces all objects in the list to update the UI. See WXCrystObjBasic::UpdateUI(). | |
Private Attributes | |
unsigned int | mNbWXCrystObj |
Number of objects. | |
unsigned int | mMaxNbWXCrystObj |
Maximum number of objects. | |
WXCrystObjBasic ** | mpWXCrystObj |
Array of pointers to the objects. |
|
Add an object to the list. The object is just referenced, not copied. |
|
Maximum number of objects.
For internal use only.
|