yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
panel_manager.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_EDITOR_SYSTEM_PANEL_MANAGER_H_
2
#define YAZE_APP_EDITOR_SYSTEM_PANEL_MANAGER_H_
3
4
// Compatibility header: panel APIs were unified into WorkspaceWindowManager /
5
// WindowDescriptor. New code should include workspace_window_manager.h directly.
6
7
#include "
app/editor/system/workspace_window_manager.h
"
8
9
namespace
yaze
{
10
namespace
editor {
11
12
using
PanelManager
=
WorkspaceWindowManager
;
13
using
PanelDescriptor
=
WindowDescriptor
;
14
15
}
// namespace editor
16
}
// namespace yaze
17
18
#endif
// YAZE_APP_EDITOR_SYSTEM_PANEL_MANAGER_H_
yaze::editor::WorkspaceWindowManager
Central registry for all editor cards with session awareness and dependency injection.
Definition
workspace_window_manager.h:119
yaze
Definition
patch_export_usage.cc:8
yaze::editor::WindowDescriptor
Metadata for a dockable editor window (formerly PanelInfo)
Definition
workspace_window_manager.h:50
workspace_window_manager.h
src
app
editor
system
panel_manager.h
Generated by
1.10.0