Holds information about the current selection. More...
#include <selection_properties_panel.h>
Public Attributes | |
| SelectionType | type = SelectionType::kNone |
| int | id = -1 |
| int | secondary_id = -1 |
| void * | data = nullptr |
| std::string | display_name |
| bool | read_only = false |
Holds information about the current selection.
Definition at line 48 of file selection_properties_panel.h.
| SelectionType yaze::editor::SelectionContext::type = SelectionType::kNone |
Definition at line 49 of file selection_properties_panel.h.
Referenced by yaze::editor::SelectionPropertiesPanel::Draw(), and yaze::editor::SelectionPropertiesPanel::HasSelection().
| int yaze::editor::SelectionContext::id = -1 |
Definition at line 50 of file selection_properties_panel.h.
Referenced by yaze::editor::SelectionPropertiesPanel::DrawDungeonRoomProperties(), yaze::editor::SelectionPropertiesPanel::DrawGraphicsSheetProperties(), yaze::editor::SelectionPropertiesPanel::DrawOverworldMapProperties(), yaze::editor::SelectionPropertiesPanel::DrawOverworldTileProperties(), and yaze::editor::SelectionPropertiesPanel::DrawPaletteProperties().
| int yaze::editor::SelectionContext::secondary_id = -1 |
Definition at line 51 of file selection_properties_panel.h.
| void* yaze::editor::SelectionContext::data = nullptr |
Definition at line 52 of file selection_properties_panel.h.
| std::string yaze::editor::SelectionContext::display_name |
| bool yaze::editor::SelectionContext::read_only = false |
Definition at line 54 of file selection_properties_panel.h.
Referenced by yaze::editor::SelectionPropertiesPanel::DrawPropertyHeader().