1#ifndef YAZE_APP_EDITOR_MESSAGE_PANELS_MESSAGE_EDITOR_PANELS_H_
2#define YAZE_APP_EDITOR_MESSAGE_PANELS_MESSAGE_EDITOR_PANELS_H_
27 std::string
GetId()
const override {
return "message.message_list"; }
33 void Draw(
bool* p_open)
override {
53 std::string
GetId()
const override {
return "message.message_editor"; }
59 void Draw(
bool* p_open)
override {
79 std::string
GetId()
const override {
return "message.font_atlas"; }
85 void Draw(
bool* p_open)
override {
105 std::string
GetId()
const override {
return "message.dictionary"; }
111 void Draw(
bool* p_open)
override {
EditorPanel for Dictionary.
DrawCallback draw_callback_
std::function< void()> DrawCallback
std::string GetId() const override
Unique identifier for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
int GetPriority() const override
Get display priority for menu ordering.
void Draw(bool *p_open) override
Draw the panel content.
std::string GetIcon() const override
Material Design icon for this panel.
DictionaryPanel(DrawCallback draw_callback)
Base interface for all logical panel components.
EditorPanel for Font Atlas.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetId() const override
Unique identifier for this panel.
void Draw(bool *p_open) override
Draw the panel content.
std::function< void()> DrawCallback
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetIcon() const override
Material Design icon for this panel.
int GetPriority() const override
Get display priority for menu ordering.
FontAtlasPanel(DrawCallback draw_callback)
DrawCallback draw_callback_
EditorPanel for Message Editor.
MessageEditorPanel(DrawCallback draw_callback)
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetId() const override
Unique identifier for this panel.
std::function< void()> DrawCallback
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.
DrawCallback draw_callback_
int GetPriority() const override
Get display priority for menu ordering.
void Draw(bool *p_open) override
Draw the panel content.
EditorPanel for Message List.
MessageListPanel(DrawCallback draw_callback)
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetId() const override
Unique identifier for this panel.
std::string GetIcon() const override
Material Design icon for this panel.
std::function< void()> DrawCallback
DrawCallback draw_callback_
void Draw(bool *p_open) override
Draw the panel content.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
int GetPriority() const override
Get display priority for menu ordering.
#define ICON_MD_FONT_DOWNLOAD