Public Attributes | |
| std::string | name |
| std::string | icon |
| std::string | description |
| std::string | shortcut |
| EditorType | type |
| ImVec4 | color |
| bool | recently_used = false |
Definition at line 35 of file dashboard_panel.h.
| std::string yaze::editor::DashboardPanel::EditorInfo::name |
Definition at line 36 of file dashboard_panel.h.
Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().
| std::string yaze::editor::DashboardPanel::EditorInfo::icon |
Definition at line 37 of file dashboard_panel.h.
Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().
| std::string yaze::editor::DashboardPanel::EditorInfo::description |
Definition at line 38 of file dashboard_panel.h.
Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().
| std::string yaze::editor::DashboardPanel::EditorInfo::shortcut |
Definition at line 39 of file dashboard_panel.h.
Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().
| EditorType yaze::editor::DashboardPanel::EditorInfo::type |
Definition at line 40 of file dashboard_panel.h.
Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().
| ImVec4 yaze::editor::DashboardPanel::EditorInfo::color |
Definition at line 41 of file dashboard_panel.h.
Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().
| bool yaze::editor::DashboardPanel::EditorInfo::recently_used = false |
Definition at line 42 of file dashboard_panel.h.