#include <customgui_inexclude.h>
Inclusion table for InExcludeData . Cannot be instantiated.
公共成员函数 |
|
Bool | Check ( BaseList2D *op) |
Bool | Check ( BaseList2D *op, Int32 &flags) |
Int32 | GetObjectCount () |
BaseList2D * | GetObject ( Int32 lIndex) |
私有成员函数 |
|
InclusionTable () | |
~InclusionTable () |
|
|
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 | The object index: 0 <= lIndex < GetObjectCount() |