Blender  V3.3
Public Attributes | List of all members
PieMenuLevelData Struct Reference

Public Attributes

char title [UI_MAX_NAME_STR]
 
int icon
 
int totitem
 
wmOperatorTypeot
 
const char * propname
 
IDPropertyproperties
 
wmOperatorCallContext context
 
wmOperatorCallContext flag
 

Detailed Description

Definition at line 307 of file interface_region_menu_pie.cc.

Member Data Documentation

◆ context

wmOperatorCallContext PieMenuLevelData::context

◆ flag

wmOperatorCallContext PieMenuLevelData::flag

◆ icon

int PieMenuLevelData::icon

Definition at line 309 of file interface_region_menu_pie.cc.

Referenced by ui_pie_menu_level_invoke().

◆ ot

wmOperatorType* PieMenuLevelData::ot

◆ properties

IDProperty* PieMenuLevelData::properties

◆ propname

const char* PieMenuLevelData::propname

◆ title

char PieMenuLevelData::title[UI_MAX_NAME_STR]

◆ totitem

int PieMenuLevelData::totitem

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