Blender V5.0
MenuSearch_Data Struct Reference

Public Attributes

blender::Vector< std::reference_wrapper< MenuSearch_Item > > items
blender::ResourceScope scope
struct { 
   uiBut   but 
   uiBlock   block 
context_menu_data

Detailed Description

Definition at line 121 of file interface_template_search_menu.cc.

Member Data Documentation

◆ block

uiBlock MenuSearch_Data::block

Definition at line 130 of file interface_template_search_menu.cc.

◆ but

uiBut MenuSearch_Data::but

Definition at line 129 of file interface_template_search_menu.cc.

◆ [struct]

struct { ... } MenuSearch_Data::context_menu_data

Use for context menu, to fake a button to create a context menu.

◆ items

blender::Vector<std::reference_wrapper<MenuSearch_Item> > MenuSearch_Data::items

◆ scope

blender::ResourceScope MenuSearch_Data::scope

Use for all small allocations.

Definition at line 125 of file interface_template_search_menu.cc.


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