yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
graphics_window_context.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_EDITOR_GRAPHICS_UI_SHARED_GRAPHICS_WINDOW_CONTEXT_H_
2
#define YAZE_APP_EDITOR_GRAPHICS_UI_SHARED_GRAPHICS_WINDOW_CONTEXT_H_
3
4
#include "
app/editor/graphics/graphics_editor.h
"
5
#include "
app/editor/registry/window_context.h
"
6
7
namespace
yaze::editor
{
8
9
using
GraphicsWindowContext
=
TypedWindowContext<GraphicsEditor>
;
10
11
inline
GraphicsWindowContext
CurrentGraphicsWindowContext
() {
12
return
CurrentTypedWindowContext<GraphicsEditor>(
"Graphics"
);
13
}
14
15
}
// namespace yaze::editor
16
17
#endif
// YAZE_APP_EDITOR_GRAPHICS_UI_SHARED_GRAPHICS_WINDOW_CONTEXT_H_
graphics_editor.h
yaze::editor
Editors are the view controllers for the application.
Definition
patch_export_usage.cc:9
yaze::editor::CurrentGraphicsWindowContext
GraphicsWindowContext CurrentGraphicsWindowContext()
Definition
graphics_window_context.h:11
window_context.h
yaze::editor::TypedWindowContext
Definition
window_context.h:11
src
app
editor
graphics
ui
shared
graphics_window_context.h
Generated by
1.10.0