Blender V4.3
uiBlockInteraction_Handle Struct Reference

Public Attributes

uiBlockInteraction_Params params
 
void * user_data
 
int user_count
 

Detailed Description

Definition at line 239 of file interface_handlers.cc.

Member Data Documentation

◆ params

uiBlockInteraction_Params uiBlockInteraction_Handle::params

◆ user_count

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().

◆ user_data

void* uiBlockInteraction_Handle::user_data

The documentation for this struct was generated from the following file: