

Go to the source code of this file.
Classes | |
| class | yaze::editor::ResourcePanel |
| Base class for panels that edit specific ROM resources. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | ResourcePanelLimits |
| Default limits for resource panel counts. | |
| namespace | yaze::editor::ResourcePanelLimits |
Variables | |
| constexpr size_t | yaze::editor::ResourcePanelLimits::kMaxRoomPanels = 8 |
| Maximum open room panels (dungeon editor) | |
| constexpr size_t | yaze::editor::ResourcePanelLimits::kMaxSongPanels = 4 |
| Maximum open song panels (music editor) | |
| constexpr size_t | yaze::editor::ResourcePanelLimits::kMaxSheetPanels = 6 |
| Maximum open graphics sheet panels. | |
| constexpr size_t | yaze::editor::ResourcePanelLimits::kMaxMapPanels = 8 |
| Maximum open map panels (overworld editor) | |
| constexpr size_t | yaze::editor::ResourcePanelLimits::kMaxTotalResourcePanels = 20 |
| Maximum total resource panels across all types. | |