yaze
0.2.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
popup_manager.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_EDITOR_POPUP_MANAGER_H
2
#define YAZE_APP_EDITOR_POPUP_MANAGER_H
3
4
namespace
yaze
{
5
namespace
editor
{
6
7
// ImGui popup manager.
8
class
PopupManager
{
9
public
:
10
PopupManager
();
11
~PopupManager
();
12
13
void
Show
(
const
char
* name);
14
};
15
16
}
// namespace editor
17
}
// namespace yaze
18
19
#endif
// YAZE_APP_EDITOR_POPUP_MANAGER_H
yaze::editor::PopupManager::Show
void Show(const char *name)
yaze::editor::PopupManager::~PopupManager
~PopupManager()
Definition
popup_manager.cc:9
yaze::editor::PopupManager::PopupManager
PopupManager()
Definition
popup_manager.cc:6
yaze::editor
Editors are the view controllers for the application.
Definition
assembly_editor.cc:13
yaze
Main namespace for the application.
Definition
controller.cc:18
src
app
editor
system
popup_manager.h
Generated by
1.13.2