Classes | |
| struct | CustomProperty |
| class | CustomGuiData |
Namespaces | |
| cinema | |
Macros | |
| #define | CUSTOMGUI_SUPPORT_LAYOUTSWITCH |
| #define | CUSTOMGUI_SUPPORT_LAYOUTDATA |
| #define | CUSTOMGUI_DISALLOW_TAKESOVERRIDE |
| #define | CUSTOMGUIARRAY_SIZE(A) |
| #define | CUSTOMTYPE_HIDE_ID |
Enumerations | |
| enum class | CUSTOMTYPE { END , FLAG , LONG , REAL , STRING , VECTOR , HIDE_ID } |
Functions | |
| enum cinema::CUSTOMTYPE | MAXON_ENUM_LIST (CUSTOMTYPE) |
| Bool | RegisterCustomGuiPlugin (const maxon::String &str, Int32 info, CustomGuiData *dat) |
Variables | |
| END | |
| FLAG | |
| LONG | |
| REAL | |
| STRING | |
| VECTOR | |
| HIDE_ID | |
| #define CUSTOMGUIARRAY_SIZE | ( | A | ) |
Calculates the size of arrays.
| #define CUSTOMTYPE_HIDE_ID |
Hides the property in the User Data manager (e.g. compatibility option).
| END |
End marker.
| FLAG |
Bool data. (Either the property is there or not.)
| LONG |
::Int32 data.
| REAL |
::Float data.
| STRING |
String data. (An ID from the string table.)
| VECTOR |
::Vector data.
| HIDE_ID |