#include <overworld_property_edit.h>
Public Attributes | |
| bool | valid = false |
| OverworldMapMetadataClipboardScope | scope |
| int | source_map_id = 0 |
| int | area_size = 0 |
| int | area_graphics = 0 |
| int | area_palette = 0 |
| int | main_palette = 0 |
| int | animated_graphics = 0 |
| int | message_id = 0 |
| int | subscreen_overlay = 0 |
| int | area_specific_bg_color = 0 |
| bool | mosaic = false |
| std::array< bool, 4 > | mosaic_expanded {} |
| std::array< int, 3 > | sprite_graphics {} |
| std::array< int, 3 > | sprite_palette {} |
| std::array< int, 4 > | music {} |
| std::array< int, 8 > | custom_tilesets {} |
Definition at line 42 of file overworld_property_edit.h.
| bool yaze::editor::OverworldMapMetadataClipboard::valid = false |
Definition at line 43 of file overworld_property_edit.h.
Referenced by yaze::editor::CanPasteOverworldMapMetadata(), yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard(), yaze::editor::DescribeOverworldMapMetadataClipboard(), yaze::editor::OverworldToolbar::Draw(), and yaze::editor::MapPropertiesSystem::SetupCanvasContextMenu().
| OverworldMapMetadataClipboardScope yaze::editor::OverworldMapMetadataClipboard::scope |
Definition at line 44 of file overworld_property_edit.h.
Referenced by yaze::editor::CanPasteOverworldMapMetadata(), yaze::editor::DescribeOverworldMapMetadataClipboard(), and yaze::editor::OverworldToolbar::Draw().
| int yaze::editor::OverworldMapMetadataClipboard::source_map_id = 0 |
Definition at line 46 of file overworld_property_edit.h.
Referenced by yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard(), and yaze::editor::DescribeOverworldMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::area_size = 0 |
Definition at line 47 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::area_graphics = 0 |
Definition at line 48 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::area_palette = 0 |
Definition at line 49 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::main_palette = 0 |
Definition at line 50 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::animated_graphics = 0 |
Definition at line 51 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::message_id = 0 |
Definition at line 52 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::subscreen_overlay = 0 |
Definition at line 53 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| int yaze::editor::OverworldMapMetadataClipboard::area_specific_bg_color = 0 |
Definition at line 54 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| bool yaze::editor::OverworldMapMetadataClipboard::mosaic = false |
Definition at line 55 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| std::array<bool, 4> yaze::editor::OverworldMapMetadataClipboard::mosaic_expanded {} |
Definition at line 56 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| std::array<int, 3> yaze::editor::OverworldMapMetadataClipboard::sprite_graphics {} |
Definition at line 57 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| std::array<int, 3> yaze::editor::OverworldMapMetadataClipboard::sprite_palette {} |
Definition at line 58 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| std::array<int, 4> yaze::editor::OverworldMapMetadataClipboard::music {} |
Definition at line 59 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().
| std::array<int, 8> yaze::editor::OverworldMapMetadataClipboard::custom_tilesets {} |
Definition at line 60 of file overworld_property_edit.h.
Referenced by yaze::editor::BuildOverworldMetadataPasteEdits(), and yaze::editor::anonymous_namespace{map_properties.cc}::CaptureMapMetadataClipboard().