yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
gfx_groups_panel.cc
Go to the documentation of this file.
1
#include "
app/editor/overworld/panels/gfx_groups_panel.h
"
2
3
#include "
app/editor/overworld/overworld_editor.h
"
4
5
namespace
yaze
{
6
namespace
editor {
7
8
void
GfxGroupsPanel::Draw
(
bool
* p_open) {
9
// Delegate to gfx_group_editor Update method
10
if
(
auto
status =
editor_
->
UpdateGfxGroupEditor
(); !status.ok()) {
11
LOG_ERROR
(
"GfxGroupsPanel"
,
"Failed to update: %s"
,
12
status.ToString().c_str());
13
}
14
}
15
16
}
// namespace editor
17
}
// namespace yaze
yaze::editor::GfxGroupsPanel::Draw
void Draw(bool *p_open) override
Draw the panel content.
Definition
gfx_groups_panel.cc:8
yaze::editor::GfxGroupsPanel::editor_
OverworldEditor * editor_
Definition
gfx_groups_panel.h:28
yaze::editor::OverworldEditor::UpdateGfxGroupEditor
absl::Status UpdateGfxGroupEditor()
Definition
overworld_editor.cc:1665
gfx_groups_panel.h
LOG_ERROR
#define LOG_ERROR(category, format,...)
Definition
log.h:109
yaze
Definition
application.cc:18
overworld_editor.h
src
app
editor
overworld
panels
gfx_groups_panel.cc
Generated by
1.10.0