Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File 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().


Private Attributes

unsigned int mNbWXCrystObj
 Number of objects.

unsigned int mMaxNbWXCrystObj
  Maximum number of objects.

WXCrystObjBasic ** mpWXCrystObj
 Array of pointers to the objects.


Detailed Description

A List of WXCrystObjBasic.


The documentation for this class was generated from the following file:
Generated on Wed Nov 14 19:48:38 2001 for ObjCryst++ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001