Blender
V3.3
|
#include <WM_types.h>
Public Attributes | |
struct wmOperatorType * | optype |
struct 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 1007 of file WM_types.h.
wmOperatorCallContext wmOperatorCallParams::opcontext |
Definition at line 1010 of file WM_types.h.
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().
struct PointerRNA* wmOperatorCallParams::opptr |
Definition at line 1009 of file WM_types.h.
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().
struct wmOperatorType* wmOperatorCallParams::optype |
Definition at line 1008 of file WM_types.h.
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(), and WM_operator_name_call_ptr_with_depends_on_cursor().