| ApplyPropertyEdit(const OverworldPropertyEdit &edit) | yaze::editor::MapPropertiesSystem | |
| ApplyPropertyEditDirect(const OverworldPropertyEdit &edit) | yaze::editor::MapPropertiesSystem | |
| ApplyPropertyEdits(const std::vector< OverworldPropertyEdit > &edits, const std::string &description={}) | yaze::editor::MapPropertiesSystem | |
| canvas_ | yaze::editor::MapPropertiesSystem | private |
| CheckPropertyEditSupported(const OverworldPropertyEdit &edit) const | yaze::editor::MapPropertiesSystem | |
| CurrentGameState() const | yaze::editor::MapPropertiesSystem | private |
| CurrentGameState(int fallback) const | yaze::editor::MapPropertiesSystem | private |
| DrawBasicPropertiesTab(int current_map) | yaze::editor::MapPropertiesSystem | private |
| DrawCanvasToolbar(int ¤t_world, int ¤t_map, bool ¤t_map_lock, bool &show_map_properties_panel, bool &show_custom_bg_color_editor, bool &show_overlay_editor, bool &show_overlay_preview, int &game_state, EditingMode ¤t_mode, EntityEditMode &entity_edit_mode) | yaze::editor::MapPropertiesSystem | |
| DrawCustomBackgroundColorEditor(int current_map, bool &show_custom_bg_color_editor) | yaze::editor::MapPropertiesSystem | |
| DrawCustomFeaturesTab(int current_map) | yaze::editor::MapPropertiesSystem | private |
| DrawGraphicsPopup(int current_map, int game_state) | yaze::editor::MapPropertiesSystem | private |
| DrawMapPropertiesPanel(int current_map, bool &show_map_properties_panel) | yaze::editor::MapPropertiesSystem | |
| DrawMosaicControls(int current_map) | yaze::editor::MapPropertiesSystem | private |
| DrawMusicTab(int current_map) | yaze::editor::MapPropertiesSystem | private |
| DrawOverlayControls(int current_map, bool &show_overlay_preview) | yaze::editor::MapPropertiesSystem | private |
| DrawOverlayEditor(int current_map, bool &show_overlay_editor) | yaze::editor::MapPropertiesSystem | |
| DrawOverlayPreviewOnMap(int current_map, int current_world, bool show_overlay_preview) | yaze::editor::MapPropertiesSystem | |
| DrawPalettesPopup(int current_map, int game_state, bool &show_custom_bg_color_editor) | yaze::editor::MapPropertiesSystem | private |
| DrawPropertiesPopup(int current_map, bool &show_map_properties_panel, bool &show_overlay_preview, int &game_state) | yaze::editor::MapPropertiesSystem | private |
| DrawQuickAccessPopup() | yaze::editor::MapPropertiesSystem | private |
| DrawSpritePropertiesTab(int current_map) | yaze::editor::MapPropertiesSystem | private |
| DrawTileGraphicsTab(int current_map) | yaze::editor::MapPropertiesSystem | private |
| DrawToolsPopup(int ¤t_mode) | yaze::editor::MapPropertiesSystem | private |
| DrawViewPopup() | yaze::editor::MapPropertiesSystem | private |
| edit_tile16_callback_ | yaze::editor::MapPropertiesSystem | private |
| entity_insert_callback_ | yaze::editor::MapPropertiesSystem | private |
| force_refresh_graphics_ | yaze::editor::MapPropertiesSystem | private |
| ForceRefreshGraphics(int map_index) | yaze::editor::MapPropertiesSystem | |
| ForceRefreshGraphicsCallback typedef | yaze::editor::MapPropertiesSystem | |
| game_state_ | yaze::editor::MapPropertiesSystem | private |
| GetOverlayDescription(uint16_t overlay_id) | yaze::editor::MapPropertiesSystem | private |
| local_game_state_ | yaze::editor::MapPropertiesSystem | private |
| map_selection_callback_ | yaze::editor::MapPropertiesSystem | private |
| MapPropertiesSystem(zelda3::Overworld *overworld, Rom *rom, std::array< gfx::Bitmap, zelda3::kNumOverworldMaps > *maps_bmp=nullptr, gui::Canvas *canvas=nullptr, int *game_state=nullptr) | yaze::editor::MapPropertiesSystem | inlineexplicit |
| maps_bmp_ | yaze::editor::MapPropertiesSystem | private |
| overworld_ | yaze::editor::MapPropertiesSystem | private |
| PrepareMapForGraphicsRefresh(int map_index) | yaze::editor::MapPropertiesSystem | private |
| property_edit_batch_callback_ | yaze::editor::MapPropertiesSystem | private |
| property_edit_callback_ | yaze::editor::MapPropertiesSystem | private |
| PropertyEditBatchCallback typedef | yaze::editor::MapPropertiesSystem | |
| PropertyEditCallback typedef | yaze::editor::MapPropertiesSystem | |
| ReadPropertyValue(const OverworldPropertyEdit &edit) const | yaze::editor::MapPropertiesSystem | |
| refresh_map_palette_ | yaze::editor::MapPropertiesSystem | private |
| refresh_map_properties_ | yaze::editor::MapPropertiesSystem | private |
| refresh_overworld_map_ | yaze::editor::MapPropertiesSystem | private |
| refresh_tile16_blockset_ | yaze::editor::MapPropertiesSystem | private |
| RefreshCallback typedef | yaze::editor::MapPropertiesSystem | |
| RefreshMapPalette() | yaze::editor::MapPropertiesSystem | |
| RefreshMapProperties() | yaze::editor::MapPropertiesSystem | |
| RefreshOverworldMap() | yaze::editor::MapPropertiesSystem | |
| RefreshPaletteCallback typedef | yaze::editor::MapPropertiesSystem | |
| RefreshSiblingMapGraphics(int map_index, bool include_self=false) | yaze::editor::MapPropertiesSystem | |
| RefreshTile16Blockset() | yaze::editor::MapPropertiesSystem | |
| resource_label_edit_callback_ | yaze::editor::MapPropertiesSystem | private |
| ResourceLabelEditCallback typedef | yaze::editor::MapPropertiesSystem | |
| rom_ | yaze::editor::MapPropertiesSystem | private |
| sample_tile16_callback_ | yaze::editor::MapPropertiesSystem | private |
| SetCurrentGameState(int game_state) | yaze::editor::MapPropertiesSystem | private |
| SetEntityCallbacks(std::function< void(const std::string &)> insert_callback) | yaze::editor::MapPropertiesSystem | inline |
| SetMapSelectionCallback(std::function< void(int, bool)> callback) | yaze::editor::MapPropertiesSystem | inline |
| SetPropertyEditBatchCallback(PropertyEditBatchCallback callback) | yaze::editor::MapPropertiesSystem | inline |
| SetPropertyEditCallback(PropertyEditCallback callback) | yaze::editor::MapPropertiesSystem | inline |
| SetRefreshCallbacks(RefreshCallback refresh_map_properties, RefreshCallback refresh_overworld_map, RefreshPaletteCallback refresh_map_palette, RefreshPaletteCallback refresh_tile16_blockset=nullptr, ForceRefreshGraphicsCallback force_refresh_graphics=nullptr) | yaze::editor::MapPropertiesSystem | inline |
| SetResourceLabelEditCallback(ResourceLabelEditCallback callback) | yaze::editor::MapPropertiesSystem | inline |
| SetTile16EditCallback(std::function< void()> callback) | yaze::editor::MapPropertiesSystem | inline |
| SetTile16SampleCallback(std::function< bool()> callback) | yaze::editor::MapPropertiesSystem | inline |
| SetupCanvasContextMenu(gui::Canvas &canvas, int current_map, bool ¤t_map_lock, bool &show_map_properties_panel, bool &show_custom_bg_color_editor, bool &show_overlay_editor, int current_mode=0, project::YazeProject *project=nullptr, SharedClipboard *shared_clipboard=nullptr) | yaze::editor::MapPropertiesSystem | |