|
Blender V4.3
|
#include <DNA_windowmanager_types.h>
Public Attributes | |
| struct wmOperatorTypeMacro * | next |
| struct wmOperatorTypeMacro * | prev |
| char | idname [64] |
| struct IDProperty * | properties |
| struct PointerRNA * | ptr |
Definition at line 434 of file DNA_windowmanager_types.h.
| char wmOperatorTypeMacro::idname[64] |
Definition at line 438 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create(), and WM_operatortype_macro_define().
| struct wmOperatorTypeMacro* wmOperatorTypeMacro::next |
Definition at line 435 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create().
| struct wmOperatorTypeMacro * wmOperatorTypeMacro::prev |
Definition at line 435 of file DNA_windowmanager_types.h.
| struct IDProperty* wmOperatorTypeMacro::properties |
Operator properties, assigned to ptr->data and can be written to a file.
Definition at line 441 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create(), and WM_operatortype_macro_define().
| struct PointerRNA* wmOperatorTypeMacro::ptr |
Definition at line 442 of file DNA_windowmanager_types.h.
Referenced by ED_operatormacros_action(), ED_operatormacros_armature(), ED_operatormacros_clip(), ED_operatormacros_curve(), ED_operatormacros_graph(), ED_operatormacros_grease_pencil(), ED_operatormacros_mask(), ED_operatormacros_mesh(), ED_operatormacros_metaball(), ED_operatormacros_nla(), ED_operatormacros_node(), ED_operatormacros_paint(), ED_operatormacros_uvedit(), blender::ed::curves::operatormacros_curves(), blender::ed::object::operatormacros_object(), and WM_operatortype_macro_define().