#include <tile16_editor_action_state.h>
Public Attributes | |
| bool | can_write_pending = false |
| bool | can_discard_all = false |
| bool | can_discard_current = false |
| bool | can_undo = false |
| bool | can_redo = false |
Definition at line 9 of file tile16_editor_action_state.h.
| bool yaze::editor::Tile16ActionControlState::can_write_pending = false |
Definition at line 10 of file tile16_editor_action_state.h.
Referenced by yaze::editor::ComputeTile16ActionControlState(), and yaze::editor::Tile16Editor::DrawCompactActionStatusRow().
| bool yaze::editor::Tile16ActionControlState::can_discard_all = false |
Definition at line 11 of file tile16_editor_action_state.h.
Referenced by yaze::editor::ComputeTile16ActionControlState(), and yaze::editor::Tile16Editor::DrawCompactActionStatusRow().
| bool yaze::editor::Tile16ActionControlState::can_discard_current = false |
Definition at line 12 of file tile16_editor_action_state.h.
Referenced by yaze::editor::ComputeTile16ActionControlState(), and yaze::editor::Tile16Editor::DrawCompactActionStatusRow().
| bool yaze::editor::Tile16ActionControlState::can_undo = false |
Definition at line 13 of file tile16_editor_action_state.h.
Referenced by yaze::editor::ComputeTile16ActionControlState(), and yaze::editor::Tile16Editor::DrawCompactActionStatusRow().
| bool yaze::editor::Tile16ActionControlState::can_redo = false |
Definition at line 14 of file tile16_editor_action_state.h.
Referenced by yaze::editor::ComputeTile16ActionControlState(), and yaze::editor::Tile16Editor::DrawCompactActionStatusRow().