#include <editor.h>
Public Member Functions | |
void | Clear () |
Public Attributes | |
bool | has_overworld_tile16 = false |
std::vector< int > | overworld_tile16_ids |
int | overworld_width = 0 |
int | overworld_height = 0 |
|
inline |
Definition at line 44 of file editor.h.
References has_overworld_tile16, overworld_height, overworld_tile16_ids, and overworld_width.
bool yaze::editor::EditorContext::SharedClipboard::has_overworld_tile16 = false |
Definition at line 39 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpace(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
std::vector<int> yaze::editor::EditorContext::SharedClipboard::overworld_tile16_ids |
Definition at line 40 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpace(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
int yaze::editor::EditorContext::SharedClipboard::overworld_width = 0 |
Definition at line 41 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpace(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
int yaze::editor::EditorContext::SharedClipboard::overworld_height = 0 |
Definition at line 42 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpace(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().