#include <customgui_inexclude.h>
Inclusion table for InExcludeData. Cannot be instantiated.
- Note
- Use FreeInclusionTable() to free instances.
- See also
- InExcludeData::BuildInclusionTable
◆ InclusionTable()
◆ ~InclusionTable()
◆ Check() [1/2]
Checks if op is in the table.
- Parameters
-
[in] | op | An object. The caller owns the pointed object. |
- Returns
- true if op is in the table, otherwise false.
◆ Check() [2/2]
Checks if op is in the table.
- Parameters
-
[in] | op | An object. The caller owns the pointed object. |
[out] | flags | Assigned the bit field for the initial selection state of op. |
- Returns
- true if op is in the table, otherwise false.
◆ GetObjectCount()
Int32 GetObjectCount |
( |
| ) |
const |
Gets the number of objects in the table.
- Returns
- The object count.
◆ GetObject()
Gets an object in the table at index lIndex.
- Parameters
-
- Returns
- The object at index lIndex, or nullptr. The document owns the pointed object.