Blender  V3.3
Public Attributes | List of all members
blender::ui::ContextPathItem Struct Reference

#include <UI_interface.hh>

Public Attributes

std::string name
 
int icon
 

Detailed Description

An item in a breadcrumb-like context. Currently this struct is very simple, but more could be added to it in the future, to support interactivity or tooltips, for example.

Definition at line 33 of file UI_interface.hh.

Member Data Documentation

◆ icon

int blender::ui::ContextPathItem::icon

Definition at line 37 of file UI_interface.hh.

◆ name

std::string blender::ui::ContextPathItem::name

Definition at line 35 of file UI_interface.hh.


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