Blender V5.0
MenuType Struct Reference

#include <BKE_screen.hh>

Public Attributes

MenuTypenext
MenuTypeprev
char idname [BKE_ST_MAXNAME]
char label [BKE_ST_MAXNAME]
char translation_context [BKE_ST_MAXNAME]
char owner_id [128]
const char * description
bool(* poll )(const bContext *C, MenuType *mt)
void(* draw )(const bContext *C, Menu *menu)
void(* listener )(const wmRegionListenerParams *params)
MenuTypeFlag flag
ExtensionRNA rna_ext

Detailed Description

Definition at line 602 of file BKE_screen.hh.

Member Data Documentation

◆ description

◆ draw

◆ flag

◆ idname

char MenuType::idname[BKE_ST_MAXNAME]

◆ label

◆ listener

◆ next

MenuType* MenuType::next

Definition at line 603 of file BKE_screen.hh.

◆ owner_id

char MenuType::owner_id[128]

Optional, see: wmOwnerID.

Definition at line 611 of file BKE_screen.hh.

Referenced by WM_menutype_poll().

◆ poll

◆ prev

MenuType * MenuType::prev

Definition at line 603 of file BKE_screen.hh.

◆ rna_ext

ExtensionRNA MenuType::rna_ext

RNA integration.

Definition at line 623 of file BKE_screen.hh.

◆ translation_context


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