|
Blender V5.0
|
#include <UI_interface_c.hh>
Public Attributes | |
| uiBlockInteractionBeginFn | begin_fn |
| uiBlockInteractionEndFn | end_fn |
| uiBlockInteractionUpdateFn | update_fn |
| void * | arg1 |
Definition at line 701 of file UI_interface_c.hh.
| void* uiBlockInteraction_CallbackData::arg1 |
Definition at line 705 of file UI_interface_c.hh.
Referenced by ui_block_interaction_begin(), ui_block_interaction_end(), ui_block_interaction_update(), and v3d_editvertex_buts().
| uiBlockInteractionBeginFn uiBlockInteraction_CallbackData::begin_fn |
Definition at line 702 of file UI_interface_c.hh.
Referenced by ui_block_interaction_begin(), ui_block_interaction_begin_ensure(), and v3d_editvertex_buts().
| uiBlockInteractionEndFn uiBlockInteraction_CallbackData::end_fn |
Definition at line 703 of file UI_interface_c.hh.
Referenced by ui_block_interaction_end(), and v3d_editvertex_buts().
| uiBlockInteractionUpdateFn uiBlockInteraction_CallbackData::update_fn |
Definition at line 704 of file UI_interface_c.hh.
Referenced by ui_block_interaction_update(), and v3d_editvertex_buts().