#include <settings_editor.h>
Public Member Functions | |
SettingsEditor () | |
void | Initialize () override |
absl::Status | Load () override |
absl::Status | Update () override |
absl::Status | Undo () override |
absl::Status | Redo () override |
absl::Status | Cut () override |
absl::Status | Copy () override |
absl::Status | Paste () override |
absl::Status | Find () override |
absl::Status | Save () override |
![]() | |
Editor ()=default | |
virtual | ~Editor ()=default |
EditorType | type () const |
void | set_context (EditorContext *context) |
bool * | active () |
void | set_active (bool active) |
Private Member Functions | |
void | DrawGeneralSettings () |
void | DrawKeyboardShortcuts () |
Additional Inherited Members | |
![]() | |
bool | active_ = false |
EditorType | type_ |
EditorContext * | context_ = nullptr |
Definition at line 207 of file settings_editor.h.
|
inline |
Definition at line 209 of file settings_editor.h.
References yaze::editor::Editor::Editor(), yaze::editor::kSettings, and yaze::editor::Editor::type_.
|
overridevirtual |
Implements yaze::editor::Editor.
Definition at line 24 of file settings_editor.cc.
|
overridevirtual |
Implements yaze::editor::Editor.
Definition at line 26 of file settings_editor.cc.
|
overridevirtual |
Implements yaze::editor::Editor.
Definition at line 28 of file settings_editor.cc.
References yaze::gui::DrawFontManager(), DrawGeneralSettings(), and DrawKeyboardShortcuts().
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 213 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 214 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 215 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 216 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 217 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 218 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 219 of file settings_editor.h.
|
private |
Definition at line 48 of file settings_editor.cc.
References yaze::core::FlagsMenu::DrawDungeonFlags(), yaze::core::FlagsMenu::DrawOverworldFlags(), yaze::core::FlagsMenu::DrawResourceFlags(), and yaze::core::FlagsMenu::DrawSystemFlags().
Referenced by Update().
|
private |
Definition at line 78 of file settings_editor.cc.
References yaze::editor::Editor::context_, and yaze::editor::PrintShortcut().
Referenced by Update().