#include <settings_editor.h>
Public Member Functions | |
SettingsEditor () | |
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 |
Public Member Functions inherited from yaze::editor::Editor | |
Editor ()=default | |
virtual | ~Editor ()=default |
EditorType | type () const |
Private Member Functions | |
void | DrawGeneralSettings () |
absl::Status | DrawKeyboardShortcuts () |
Additional Inherited Members | |
Protected Attributes inherited from yaze::editor::Editor | |
EditorType | type_ |
EditorContext | context_ |
Definition at line 208 of file settings_editor.h.
|
inline |
Definition at line 210 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 32 of file settings_editor.cc.
References yaze::gui::DrawFontManager(), and DrawGeneralSettings().
|
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 51 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 96 of file settings_editor.cc.