Blender  V3.3
Public Attributes | List of all members
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 336 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ idname

char wmOperatorTypeMacro::idname[64]

Definition at line 340 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create(), and WM_operatortype_macro_define().

◆ next

struct wmOperatorTypeMacro* wmOperatorTypeMacro::next

Definition at line 337 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create().

◆ prev

struct wmOperatorTypeMacro * wmOperatorTypeMacro::prev

Definition at line 337 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 343 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create(), and WM_operatortype_macro_define().

◆ ptr

struct PointerRNA* wmOperatorTypeMacro::ptr

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