|
Blender V5.0
|
#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 327 of file DNA_windowmanager_types.h.
| char wmOperatorTypeMacro::idname[64] |
Definition at line 331 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create(), and WM_operatortype_macro_define().
| struct wmOperatorTypeMacro* wmOperatorTypeMacro::next |
Definition at line 328 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create().
| struct wmOperatorTypeMacro * wmOperatorTypeMacro::prev |
Definition at line 328 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 334 of file DNA_windowmanager_types.h.
Referenced by wm_operator_create(), and WM_operatortype_macro_define().
| struct PointerRNA* wmOperatorTypeMacro::ptr |
Definition at line 335 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(), blender::ed::vse::ED_operatormacros_sequencer(), ED_operatormacros_uvedit(), blender::ed::curves::operatormacros_curves(), blender::ed::object::operatormacros_object(), blender::ed::pointcloud::operatormacros_pointcloud(), and WM_operatortype_macro_define().