yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::DashboardPanel::EditorInfo Struct Reference

Public Attributes

std::string name
 
std::string icon
 
std::string description
 
std::string shortcut
 
EditorType type
 
ImVec4 color
 
bool recently_used = false
 

Detailed Description

Definition at line 35 of file dashboard_panel.h.

Member Data Documentation

◆ name

std::string yaze::editor::DashboardPanel::EditorInfo::name

Definition at line 36 of file dashboard_panel.h.

Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().

◆ icon

std::string yaze::editor::DashboardPanel::EditorInfo::icon

Definition at line 37 of file dashboard_panel.h.

Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().

◆ description

std::string yaze::editor::DashboardPanel::EditorInfo::description

Definition at line 38 of file dashboard_panel.h.

Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().

◆ shortcut

std::string yaze::editor::DashboardPanel::EditorInfo::shortcut

Definition at line 39 of file dashboard_panel.h.

Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().

◆ type

EditorType yaze::editor::DashboardPanel::EditorInfo::type

Definition at line 40 of file dashboard_panel.h.

Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().

◆ color

ImVec4 yaze::editor::DashboardPanel::EditorInfo::color

Definition at line 41 of file dashboard_panel.h.

Referenced by yaze::editor::DashboardPanel::DrawEditorPanel().

◆ recently_used

bool yaze::editor::DashboardPanel::EditorInfo::recently_used = false

Definition at line 42 of file dashboard_panel.h.


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