Groups | |
COLOR | |
COLORA | |
CUSTOMGUI | |
DESC | |
DTYPE | |
VECTOR | |
VECTOR4D | |
Classes | |
struct | DescLevel |
class | DescID |
class | Description |
class | DynamicDescription |
struct | DescriptionBaseMessage |
struct | DescriptionCommand |
struct | DescriptionPopup |
struct | DescriptionCheckDragAndDrop |
struct | DescriptionInExDeleted |
struct | DescriptionInExAdded |
struct | DescriptionInExSelChanged |
struct | DescriptionCustomGuiNotification |
struct | DescriptionGetBitmap |
struct | DescriptionGetObjects |
struct | DescriptionAllowOverride |
struct | DescriptionTakeChanged |
struct | DescriptionImExportVerifySuffix |
struct | DescriptionImExportVerifyFilename |
Macros | |
#define | DESCID_ROOT |
#define | ID_USERDATA |
#define | DESCID_DYNAMICSUB |
#define | BOOL_PAGEMODE |
#define | VECTOR_NO_Z_COMPONENT |
#define | CUSTOMDATATYPE_DESCID |
#define | HandleDescGetVector(tid, vector, t_data, flags) |
#define | HandleDescSetVector(v, tid, vector, t_data, flags) |
Functions | |
Bool | Description_Register (Int32 id, const String &idstr, LocalResource *res) |
#define DESCID_ROOT |
Root description ID.
#define ID_USERDATA |
User data ID.
#define DESCID_DYNAMICSUB |
User data/dynamic parameters description level.
#define BOOL_PAGEMODE |
Page mode for boolean elements. If set it means that this boolean will have no checkbox. (Used for the Material Editor navigation.)
#define VECTOR_NO_Z_COMPONENT |
Private. Restricts the displayed vector to two instead of three components.
#define CUSTOMDATATYPE_DESCID |
DescID custom data type ID.
#define HandleDescGetVector | ( | tid, | |
vector, | |||
t_data, | |||
flags | |||
) |
Macro that handles GetParameter() calls for Vector. (For an example of usage see datatype.cpp SDK example.)
Macro that handles SetParameter() calls for Vector. (For an example of usage see datatype.cpp SDK example.)
Internal. Use RegisterDescription() instead.