Blender V4.3
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 434 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ idname

char wmOperatorTypeMacro::idname[64]

Definition at line 438 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create(), and WM_operatortype_macro_define().

◆ next

struct wmOperatorTypeMacro* wmOperatorTypeMacro::next

Definition at line 435 of file DNA_windowmanager_types.h.

Referenced by wm_operator_create().

◆ prev

struct wmOperatorTypeMacro * wmOperatorTypeMacro::prev

Definition at line 435 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 441 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: