Blender V5.0
wmOperatorTypeMacro Struct Reference

#include <DNA_windowmanager_types.h>

Public Attributes

struct wmOperatorTypeMacronext
struct wmOperatorTypeMacroprev
char idname [64]
struct IDPropertyproperties
struct PointerRNAptr

Detailed Description

Definition at line 327 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ idname

char wmOperatorTypeMacro::idname[64]

Definition at line 331 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create(), and WM_operatortype_macro_define().

◆ next

struct wmOperatorTypeMacro* wmOperatorTypeMacro::next

Definition at line 328 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create().

◆ prev

struct wmOperatorTypeMacro * wmOperatorTypeMacro::prev

Definition at line 328 of file DNA_windowmanager_types.h.

◆ properties

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().

◆ ptr


The documentation for this struct was generated from the following file: