Classes | |
class | InExcludeData |
class | InclusionTable |
class | InExcludeCustomGui |
Functions | |
void | FreeInclusionTable (InclusionTable *&pTable) |
#define CUSTOMGUI_INEXCLUDE_LIST |
InExclude custom GUI ID.
#define CUSTOMDATATYPE_INEXCLUDE_LIST |
InExclude custom data type ID.
#define IN_EXCLUDE_DATA_SELECTION |
Bool true if IN_EXCLUDE_FLAG_SEND_SELCHANGE_MSG is set and the object is selected in the list.
#define IN_EXCLUDE_DATA_BACKGROUND |
Vector Custom background color of the object entry if set.
#define IN_EXCLUDE_FORBID_DOUBLECLICK |
Bool Private. Set to true in BaseList2D data container to ignore double click selection.
#define IN_EXCLUDE_DATA_ROWFLAGS |
Int32 Custom flag count for an object entry if set.
void FreeInclusionTable | ( | InclusionTable *& | pTable | ) |
Frees inclusion tables created by InExcludeData::BuildInclusionTable.
[out] | pTable | The inclusion table to destruct. If the pointer is nullptr nothing happens. The pointer is assigned nullptr afterwards. |