Blender  V3.3
Public Attributes | List of all members
uiBlockInteraction_Handle Struct Reference

Public Attributes

struct uiBlockInteraction_Params params
 
voiduser_data
 
int user_count
 

Detailed Description

Definition at line 229 of file interface_handlers.c.

Member Data Documentation

◆ params

struct 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 239 of file interface_handlers.c.

Referenced by ui_apply_but_func(), and ui_apply_but_funcs_after().

◆ user_data

void* uiBlockInteraction_Handle::user_data

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