yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ResourcePanelLimits Namespace Reference

Variables

constexpr size_t kMaxRoomPanels = 8
 Maximum open room panels (dungeon editor)
 
constexpr size_t kMaxSongPanels = 4
 Maximum open song panels (music editor)
 
constexpr size_t kMaxSheetPanels = 6
 Maximum open graphics sheet panels.
 
constexpr size_t kMaxMapPanels = 8
 Maximum open map panels (overworld editor)
 
constexpr size_t kMaxTotalResourcePanels = 20
 Maximum total resource panels across all types.
 

Variable Documentation

◆ kMaxRoomPanels

constexpr size_t yaze::editor::ResourcePanelLimits::kMaxRoomPanels = 8
constexpr

Maximum open room panels (dungeon editor)

Definition at line 212 of file resource_panel.h.

Referenced by yaze::editor::PanelManager::EnforceResourceLimits().

◆ kMaxSongPanels

constexpr size_t yaze::editor::ResourcePanelLimits::kMaxSongPanels = 4
constexpr

Maximum open song panels (music editor)

Definition at line 215 of file resource_panel.h.

Referenced by yaze::editor::PanelManager::EnforceResourceLimits().

◆ kMaxSheetPanels

constexpr size_t yaze::editor::ResourcePanelLimits::kMaxSheetPanels = 6
constexpr

Maximum open graphics sheet panels.

Definition at line 218 of file resource_panel.h.

Referenced by yaze::editor::PanelManager::EnforceResourceLimits().

◆ kMaxMapPanels

constexpr size_t yaze::editor::ResourcePanelLimits::kMaxMapPanels = 8
constexpr

Maximum open map panels (overworld editor)

Definition at line 221 of file resource_panel.h.

Referenced by yaze::editor::PanelManager::EnforceResourceLimits().

◆ kMaxTotalResourcePanels

constexpr size_t yaze::editor::ResourcePanelLimits::kMaxTotalResourcePanels = 20
constexpr

Maximum total resource panels across all types.

Definition at line 224 of file resource_panel.h.

Referenced by yaze::editor::PanelManager::EnforceResourceLimits().