yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
resource_panel.h File Reference
#include <string>
#include "absl/strings/str_format.h"
#include "app/editor/system/editor_panel.h"
Include dependency graph for resource_panel.h:
This graph shows which files directly or indirectly include this file:

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.