#include <test_editor.h>


Public Member Functions | |
| TestEditor ()=default | |
| ~TestEditor ()=default | |
| void | Initialize () override |
| absl::Status | Cut () override |
| absl::Status | Copy () override |
| absl::Status | Paste () override |
| absl::Status | Undo () override |
| absl::Status | Redo () override |
| absl::Status | Find () override |
| absl::Status | Update () override |
| absl::Status | Save () override |
| absl::Status | Load () override |
Public Member Functions inherited from yaze::editor::Editor | |
| Editor ()=default | |
| virtual | ~Editor ()=default |
| void | SetDependencies (const EditorDependencies &deps) |
| virtual absl::Status | Clear () |
| EditorType | type () const |
| bool * | active () |
| void | set_active (bool active) |
| void | toggle_active () |
| virtual bool | IsRomLoaded () const |
| virtual std::string | GetRomStatus () const |
Private Attributes | |
| void * | engine_ |
Additional Inherited Members | |
Protected Member Functions inherited from yaze::editor::Editor | |
| std::string | MakeCardTitle (const std::string &base_title) const |
| std::string | MakeCardId (const std::string &base_id) const |
| template<typename T > | |
| absl::StatusOr< T > | SafeRomAccess (std::function< T()> accessor, const std::string &operation="") const |
Protected Attributes inherited from yaze::editor::Editor | |
| bool | active_ = false |
| EditorType | type_ |
| EditorDependencies | dependencies_ |
Definition at line 14 of file test_editor.h.
|
default |
|
default |
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 18 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 20 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 23 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 26 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 30 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 33 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 37 of file test_editor.h.
|
overridevirtual |
Implements yaze::editor::Editor.
Definition at line 23 of file test_editor.cc.
References engine_.
Referenced by yaze::test::RunIntegrationTest().
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 43 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 46 of file test_editor.h.
|
private |
Definition at line 58 of file test_editor.h.
Referenced by Update().