Blender
V3.3
|
#include <UI_interface.hh>
Public Attributes | |
std::string | name |
int | icon |
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.
int blender::ui::ContextPathItem::icon |
Definition at line 37 of file UI_interface.hh.
std::string blender::ui::ContextPathItem::name |
Definition at line 35 of file UI_interface.hh.