|
Blender V4.3
|
Public Attributes | |
| uiBlockInteraction_Params | params |
| void * | user_data |
| int | user_count |
Definition at line 239 of file interface_handlers.cc.
| uiBlockInteraction_Params uiBlockInteraction_Handle::params |
Definition at line 240 of file interface_handlers.cc.
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 249 of file interface_handlers.cc.
Referenced by ui_apply_but_func(), ui_apply_but_funcs_after(), and ui_block_interaction_begin_ensure().
| void* uiBlockInteraction_Handle::user_data |
Definition at line 241 of file interface_handlers.cc.
Referenced by ui_block_interaction_begin(), ui_block_interaction_end(), and ui_block_interaction_update().