Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

ObjCryst::WXCrystObjBasicList Class Reference

A List of WXCrystObjBasic. More...

#include <wxCryst.h>

List of all members.

Public Methods

 WXCrystObjBasicList ()
 Constructor.

 ~WXCrystObjBasicList ()
 Destructor.

unsigned int GetNb () const
 Number of objects.

void Add (WXCrystObjBasic *)
 Add an object to the list. The object is just referenced, not copied.

void Remove (const WXCrystObjBasic *)
 remove an object from the list.

WXCrystObjBasicGet (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. More...

WXCrystObjBasic ** mpWXCrystObj
 Array of pointers to the objects.


Detailed Description

A List of WXCrystObjBasic.


Member Data Documentation

unsigned int ObjCryst::WXCrystObjBasicList::mMaxNbWXCrystObj [private]
 

Maximum number of objects.

For internal use only.


The documentation for this class was generated from the following file:
Generated on Tue Feb 5 17:37:28 2002 for ObjCryst++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001