#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 |
void | RegisterTests (ImGuiTestEngine *engine) |
![]() | |
Editor ()=default | |
virtual | ~Editor ()=default |
virtual absl::Status | Clear () |
virtual void | CleanupUnusedTextures (uint64_t current_time, uint64_t timeout) |
EditorType | type () const |
void | set_context (EditorContext *context) |
bool * | active () |
void | set_active (bool active) |
Private Attributes | |
ImGuiTestEngine * | engine_ |
Additional Inherited Members | |
![]() | |
bool | active_ = false |
EditorType | type_ |
EditorContext * | context_ = nullptr |
Definition at line 11 of file test_editor.h.
|
default |
|
default |
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 15 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 19 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 22 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 25 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 29 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 32 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 36 of file test_editor.h.
|
overridevirtual |
Implements yaze::editor::Editor.
Definition at line 19 of file test_editor.cc.
References engine_.
Referenced by yaze::test::RunIntegrationTest().
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 42 of file test_editor.h.
|
inlineoverridevirtual |
Implements yaze::editor::Editor.
Definition at line 45 of file test_editor.h.
void yaze::test::TestEditor::RegisterTests | ( | ImGuiTestEngine * | engine | ) |
Definition at line 35 of file test_editor.cc.
References engine_.
Referenced by yaze::test::RunIntegrationTest().
|
private |
Definition at line 52 of file test_editor.h.
Referenced by RegisterTests(), and Update().