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

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)
 

Detailed Description

Metadata about an available editor.

Definition at line 18 of file editor_selection_dialog.h.

Member Data Documentation

◆ type

EditorType yaze::editor::EditorInfo::type

◆ name

const char* yaze::editor::EditorInfo::name

◆ icon

const char* yaze::editor::EditorInfo::icon

◆ description

const char* yaze::editor::EditorInfo::description

◆ shortcut

const char* yaze::editor::EditorInfo::shortcut

◆ recently_used

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

Definition at line 24 of file editor_selection_dialog.h.

◆ requires_rom

bool yaze::editor::EditorInfo::requires_rom = true

Definition at line 25 of file editor_selection_dialog.h.

◆ color

ImVec4 yaze::editor::EditorInfo::color = ImVec4(0.5f, 0.5f, 0.5f, 1.0f)

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