#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::app::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::app::editor::Editor | |
EditorType | type_ |
EditorContext | context_ |
Definition at line 209 of file settings_editor.h.
|
inline |
Definition at line 211 of file settings_editor.h.
References yaze::app::editor::kSettings, and yaze::app::editor::Editor::type_.
|
overridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 32 of file settings_editor.cc.
References DrawGeneralSettings().
Referenced by yaze::app::editor::EditorManager::ManageActiveEditors().
|
inlineoverridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 215 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 216 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 217 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 218 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 219 of file settings_editor.h.
|
inlineoverridevirtual |
Implements yaze::app::editor::Editor.
Definition at line 220 of file settings_editor.h.
|
private |
Definition at line 47 of file settings_editor.cc.
References yaze::app::editor::FlagsMenu::Draw().
Referenced by Update().
|
private |
Definition at line 77 of file settings_editor.cc.