1#ifndef YAZE_APP_EDITOR_GRAPHICS_PANELS_SCREEN_EDITOR_PANELS_H_
2#define YAZE_APP_EDITOR_GRAPHICS_PANELS_SCREEN_EDITOR_PANELS_H_
27 std::string
GetId()
const override {
return "screen.dungeon_maps"; }
33 void Draw(
bool* p_open)
override {
53 std::string
GetId()
const override {
return "screen.inventory_menu"; }
59 void Draw(
bool* p_open)
override {
79 std::string
GetId()
const override {
return "screen.overworld_map"; }
85 void Draw(
bool* p_open)
override {
105 std::string
GetId()
const override {
return "screen.title_screen"; }
111 void Draw(
bool* p_open)
override {
131 std::string
GetId()
const override {
return "screen.naming_screen"; }
137 void Draw(
bool* p_open)
override {
EditorPanel for Dungeon Maps Editor.
std::function< void()> DrawCallback
DungeonMapsPanel(DrawCallback draw_callback)
std::string GetId() const override
Unique identifier for this panel.
void Draw(bool *p_open) override
Draw the panel content.
int GetPriority() const override
Get display priority for menu ordering.
std::string GetIcon() const override
Material Design icon for this panel.
DrawCallback draw_callback_
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
Base interface for all logical panel components.
EditorPanel for Naming Screen Editor.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
int GetPriority() const override
Get display priority for menu ordering.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
DrawCallback draw_callback_
NamingScreenPanel(DrawCallback draw_callback)
std::string GetId() const override
Unique identifier for this panel.
std::string GetIcon() const override
Material Design icon for this panel.
void Draw(bool *p_open) override
Draw the panel content.
std::function< void()> DrawCallback
EditorPanel for Overworld Map Screen Editor.
std::string GetId() const override
Unique identifier for this panel.
OverworldMapScreenPanel(DrawCallback draw_callback)
DrawCallback draw_callback_
std::string GetEditorCategory() const override
Editor category this panel belongs to.
void Draw(bool *p_open) override
Draw the panel content.
std::function< void()> DrawCallback
int GetPriority() const override
Get display priority for menu ordering.
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
EditorPanel for Title Screen Editor.
int GetPriority() const override
Get display priority for menu ordering.
TitleScreenPanel(DrawCallback draw_callback)
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
DrawCallback draw_callback_
std::function< void()> DrawCallback
void Draw(bool *p_open) override
Draw the panel content.
std::string GetId() const override
Unique identifier for this panel.
#define ICON_MD_INVENTORY