|
Blender
V2.93
|
#include <WM_types.h>
Public Attributes | |
| struct wmOperatorType * | optype |
| struct PointerRNA * | opptr |
| short | 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 837 of file WM_types.h.
| short wmOperatorCallParams::opcontext |
Definition at line 840 of file WM_types.h.
Referenced by ui_but_extra_operator_icon_add_ptr(), and ui_but_extra_operator_icon_apply().
| struct PointerRNA* wmOperatorCallParams::opptr |
Definition at line 839 of file WM_types.h.
Referenced by ui_but_extra_operator_icon_add_ptr(), ui_but_extra_operator_icon_apply(), and ui_but_extra_operator_icon_free().
| struct wmOperatorType* wmOperatorCallParams::optype |
Definition at line 838 of file WM_types.h.
Referenced by ui_but_extra_icons_equals_old(), ui_but_extra_operator_icon_add_ptr(), and ui_but_extra_operator_icon_apply().