yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
v3_settings_view.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_EDITOR_OVERWORLD_UI_PROPERTIES_V3_SETTINGS_VIEW_H
2
#define YAZE_APP_EDITOR_OVERWORLD_UI_PROPERTIES_V3_SETTINGS_VIEW_H
3
4
#include "
app/editor/system/workspace/editor_panel.h
"
5
#include "
app/gui/core/icons.h
"
6
7
namespace
yaze::editor
{
8
16
class
V3SettingsView
:
public
WindowContent
{
17
public
:
18
V3SettingsView
() =
default
;
19
20
// WindowContent interface
21
std::string
GetId
()
const override
{
return
"overworld.v3_settings"
; }
22
std::string
GetDisplayName
()
const override
{
return
"v3 Settings"
; }
23
std::string
GetIcon
()
const override
{
return
ICON_MD_SETTINGS
; }
24
std::string
GetEditorCategory
()
const override
{
return
"Overworld"
; }
25
void
Draw
(
bool
* p_open)
override
;
26
};
27
28
}
// namespace yaze::editor
29
30
#endif
// YAZE_APP_EDITOR_OVERWORLD_UI_PROPERTIES_V3_SETTINGS_VIEW_H
yaze::editor::V3SettingsView
ZSCustomOverworld configuration settings.
Definition
v3_settings_view.h:16
yaze::editor::V3SettingsView::Draw
void Draw(bool *p_open) override
Draw the panel content.
Definition
v3_settings_view.cc:8
yaze::editor::V3SettingsView::V3SettingsView
V3SettingsView()=default
yaze::editor::V3SettingsView::GetDisplayName
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
Definition
v3_settings_view.h:22
yaze::editor::V3SettingsView::GetIcon
std::string GetIcon() const override
Material Design icon for this panel.
Definition
v3_settings_view.h:23
yaze::editor::V3SettingsView::GetEditorCategory
std::string GetEditorCategory() const override
Editor category this panel belongs to.
Definition
v3_settings_view.h:24
yaze::editor::V3SettingsView::GetId
std::string GetId() const override
Unique identifier for this panel.
Definition
v3_settings_view.h:21
yaze::editor::WindowContent
Base interface for all logical window content components.
Definition
editor_panel.h:89
icons.h
ICON_MD_SETTINGS
#define ICON_MD_SETTINGS
Definition
icons.h:1699
yaze::editor
Editors are the view controllers for the application.
Definition
patch_export_usage.cc:9
editor_panel.h
src
app
editor
overworld
ui
properties
v3_settings_view.h
Generated by
1.10.0