#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 |
![]() | |
Editor ()=default | |
virtual | ~Editor ()=default |
virtual absl::Status | Clear () |
EditorType | type () const |
void | set_context (EditorContext *context) |
bool * | active () |
void | set_active (bool active) |
virtual bool | IsRomLoaded () const |
virtual std::string | GetRomStatus () const |
Private Attributes | |
void * | engine_ |
Additional Inherited Members | |
![]() | |
std::string | MakeCardTitle (const std::string &base_title) const |
template<typename T > | |
absl::StatusOr< T > | SafeRomAccess (std::function< T()> accessor, const std::string &operation="") const |
![]() | |
bool | active_ = false |
EditorType | type_ |
EditorContext * | context_ = nullptr |
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().