|
Blender V4.3
|
#include <UI_interface.hh>
Public Attributes | |
| std::string | name |
| int | icon |
| int | icon_indicator_number |
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 73 of file UI_interface.hh.
| int blender::ui::ContextPathItem::icon |
Definition at line 77 of file UI_interface.hh.
| int blender::ui::ContextPathItem::icon_indicator_number |
Definition at line 78 of file UI_interface.hh.
| std::string blender::ui::ContextPathItem::name |
Definition at line 75 of file UI_interface.hh.