Blender
V3.3
|
Public Attributes | |
struct uiBlockInteraction_Params | params |
void * | user_data |
int | user_count |
Definition at line 229 of file interface_handlers.c.
struct uiBlockInteraction_Params uiBlockInteraction_Handle::params |
Definition at line 11820 of file interface_handlers.c.
Referenced by ui_block_interaction_begin(), ui_block_interaction_end(), and ui_block_interaction_update().
int uiBlockInteraction_Handle::user_count |
This is shared between uiHandleButtonData and uiAfterFunc, the last user runs the end callback and frees the data.
This is needed as the order of freeing changes depending on accepting/canceling the operation.
Definition at line 239 of file interface_handlers.c.
Referenced by ui_apply_but_func(), and ui_apply_but_funcs_after().
void* uiBlockInteraction_Handle::user_data |
Definition at line 231 of file interface_handlers.c.
Referenced by ui_block_interaction_begin(), ui_block_interaction_end(), and ui_block_interaction_update().