Metadata about an available editor. More...
#include <editor_selection_dialog.h>
Public Attributes | |
EditorType | type |
const char * | name |
const char * | icon |
const char * | description |
const char * | shortcut |
bool | recently_used = false |
bool | requires_rom = true |
ImVec4 | color = ImVec4(0.5f, 0.5f, 0.5f, 1.0f) |
Metadata about an available editor.
Definition at line 18 of file editor_selection_dialog.h.
EditorType yaze::editor::EditorInfo::type |
Definition at line 19 of file editor_selection_dialog.h.
Referenced by yaze::editor::EditorSelectionDialog::DrawEditorCard().
const char* yaze::editor::EditorInfo::name |
Definition at line 20 of file editor_selection_dialog.h.
Referenced by yaze::editor::EditorSelectionDialog::DrawEditorCard().
const char* yaze::editor::EditorInfo::icon |
Definition at line 21 of file editor_selection_dialog.h.
Referenced by yaze::editor::EditorSelectionDialog::DrawEditorCard().
const char* yaze::editor::EditorInfo::description |
Definition at line 22 of file editor_selection_dialog.h.
Referenced by yaze::editor::EditorSelectionDialog::DrawEditorCard().
const char* yaze::editor::EditorInfo::shortcut |
Definition at line 23 of file editor_selection_dialog.h.
Referenced by yaze::editor::EditorSelectionDialog::DrawEditorCard().
bool yaze::editor::EditorInfo::recently_used = false |
Definition at line 24 of file editor_selection_dialog.h.
bool yaze::editor::EditorInfo::requires_rom = true |
Definition at line 25 of file editor_selection_dialog.h.
ImVec4 yaze::editor::EditorInfo::color = ImVec4(0.5f, 0.5f, 0.5f, 1.0f) |
Definition at line 26 of file editor_selection_dialog.h.
Referenced by yaze::editor::EditorSelectionDialog::DrawEditorCard().