Classes |
|
class | InExcludeData |
class | InclusionTable |
class | InExcludeCustomGui |
函数 |
|
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_FORBID_DOUBLECLICK |
Bool Private . Set to true in BaseList2D data container to ignore double click selection.
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. |