#include <customgui_inexclude.h>
Public Member Functions | |
Bool | Check (BaseList2D *op) |
Bool | Check (BaseList2D *op, Int32 &flags) |
Int32 | GetObjectCount () |
BaseList2D * | GetObject (Int32 lIndex) |
Private Member Functions | |
InclusionTable () | |
~InclusionTable () | |
Inclusion table. Cannot be instantiated.
|
private |
|
private |
Bool Check | ( | BaseList2D * | op | ) |
Checks if op is in the table.
[in] | op | An object. The caller owns the pointed object. |
Bool Check | ( | BaseList2D * | op, |
Int32 & | flags | ||
) |
Checks if op is in the table.
[in] | op | An object. The caller owns the pointed object. |
[out] | flags | Assigned the bit field for the initial selection state of op. |
Int32 GetObjectCount | ( | ) |
Gets the number of objects in the table.
BaseList2D* GetObject | ( | Int32 | lIndex | ) |
Gets an object in the table at index lIndex.
[in] | lIndex | An object index. 0 <= lIndex < GetObjectCount() |