Enumerations | |
enum class | DESCFLAGS_SET { NONE , PARAM_SET , USERINTERACTION , DONTCHECKMINMAX , DONTAFFECTINHERITANCE , FORCESET , DONTFREESPLINECACHE , INDRAG , INRESETTODEFAULT } |
Functions | |
enum DESCFLAGS_SET | MAXON_ENUM_FLAGS (DESCFLAGS_SET) |
|
strong |
Enumerator | |
---|---|
NONE | None. |
PARAM_SET | Parameter set. |
USERINTERACTION | Set when the GUI is calling
|
DONTCHECKMINMAX | No check is internally done if the parameter passed is within the [min/max] range of the description, to save some time. |
DONTAFFECTINHERITANCE | No parameter inheritance, for render settings and post effects only. |
FORCESET | Force the set value without GetParameter/Compare.
|
DONTFREESPLINECACHE | Private.
|
INDRAG | Gadget (e.g. Slider) in dragging mode (not finished).
|
INRESETTODEFAULT | Set if the set operation is a "reset to default".
|
enum DESCFLAGS_SET MAXON_ENUM_FLAGS | ( | DESCFLAGS_SET | ) |