#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 |
| bool | has_overworld_map_metadata = false |
| OverworldMapMetadataClipboard | overworld_map_metadata |
|
inline |
Definition at line 125 of file editor.h.
References has_overworld_map_metadata, has_overworld_tile16, overworld_height, overworld_map_metadata, overworld_tile16_ids, and overworld_width.
| bool yaze::editor::SharedClipboard::has_overworld_tile16 = false |
Definition at line 118 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| std::vector<int> yaze::editor::SharedClipboard::overworld_tile16_ids |
Definition at line 119 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| int yaze::editor::SharedClipboard::overworld_width = 0 |
Definition at line 120 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| int yaze::editor::SharedClipboard::overworld_height = 0 |
Definition at line 121 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| bool yaze::editor::SharedClipboard::has_overworld_map_metadata = false |
Definition at line 122 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldToolbar::Draw(), and yaze::editor::MapPropertiesSystem::SetupCanvasContextMenu().
| OverworldMapMetadataClipboard yaze::editor::SharedClipboard::overworld_map_metadata |
Definition at line 123 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldToolbar::Draw(), and yaze::editor::MapPropertiesSystem::SetupCanvasContextMenu().