|
Blender V4.3
|
#include <WM_types.hh>
Public Attributes | |
| wmOperatorType * | optype |
| PointerRNA * | opptr |
| wmOperatorCallContext | opcontext |
Wrapper to reference a wmOperatorType together with some set properties and other relevant information to invoke the operator in a customizable way.
Definition at line 1117 of file WM_types.hh.
| wmOperatorCallContext wmOperatorCallParams::opcontext |
Definition at line 1120 of file WM_types.hh.
Referenced by ui_but_context_poll_operator_ex(), ui_but_event_operator_string_from_operator(), ui_but_extra_operator_icon_add_ptr(), ui_but_extra_operator_icon_apply(), ui_handler_wait_for_input(), ui_tooltip_data_from_button_or_extra_icon(), and WM_operator_name_call_ptr_with_depends_on_cursor().
| PointerRNA* wmOperatorCallParams::opptr |
Definition at line 1119 of file WM_types.hh.
Referenced by ui_but_event_operator_string_from_operator(), ui_but_extra_operator_icon_add_ptr(), ui_but_extra_operator_icon_apply(), ui_but_extra_operator_icon_free(), UI_but_extra_operator_icon_opptr_get(), ui_handler_wait_for_input(), ui_handler_wait_for_input_remove(), and WM_operator_name_call_ptr_with_depends_on_cursor().
| wmOperatorType* wmOperatorCallParams::optype |
Definition at line 1118 of file WM_types.hh.
Referenced by ui_but_context_poll_operator_ex(), ui_but_event_operator_string_from_operator(), ui_but_extra_icons_equals_old(), ui_but_extra_operator_icon_add_ptr(), ui_but_extra_operator_icon_apply(), UI_but_extra_operator_icon_optype_get(), ui_handler_wait_for_input(), ui_tooltip_data_from_button_or_extra_icon(), and WM_operator_name_call_ptr_with_depends_on_cursor().