#include <ios_platform_state.h>
Public Attributes | |
| bool | can_undo = false |
| bool | can_redo = false |
| bool | can_save = false |
| bool | is_dirty = false |
| std::string | editor_type |
| std::string | rom_title |
Definition at line 17 of file ios_platform_state.h.
| bool yaze::platform::ios::EditorStateSnapshot::can_undo = false |
Definition at line 18 of file ios_platform_state.h.
Referenced by yaze::Controller::OnLoad(), and yaze::platform::ios::PostEditorStateUpdate().
| bool yaze::platform::ios::EditorStateSnapshot::can_redo = false |
Definition at line 19 of file ios_platform_state.h.
Referenced by yaze::Controller::OnLoad(), and yaze::platform::ios::PostEditorStateUpdate().
| bool yaze::platform::ios::EditorStateSnapshot::can_save = false |
Definition at line 20 of file ios_platform_state.h.
Referenced by yaze::Controller::OnLoad(), and yaze::platform::ios::PostEditorStateUpdate().
| bool yaze::platform::ios::EditorStateSnapshot::is_dirty = false |
Definition at line 21 of file ios_platform_state.h.
Referenced by yaze::Controller::OnLoad(), and yaze::platform::ios::PostEditorStateUpdate().
| std::string yaze::platform::ios::EditorStateSnapshot::editor_type |
Definition at line 22 of file ios_platform_state.h.
Referenced by yaze::Controller::OnLoad(), and yaze::platform::ios::PostEditorStateUpdate().
| std::string yaze::platform::ios::EditorStateSnapshot::rom_title |
Definition at line 23 of file ios_platform_state.h.
Referenced by yaze::Controller::OnLoad(), and yaze::platform::ios::PostEditorStateUpdate().