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
#include <string>
5
6
namespace
yaze
{
7
namespace
editor
{
8
9
struct
PopupParams
{
10
std::string
name
;
11
};
12
13
// ImGui popup manager.
14
class
PopupManager
{
15
public
:
16
17
void
Show
(
const
char
* name);
18
19
private
:
20
std::vector<PopupParams>
popups_
;
21
};
22
23
}
// namespace editor
24
}
// namespace yaze
25
26
#endif
// YAZE_APP_EDITOR_POPUP_MANAGER_H
yaze::editor::PopupManager
Definition
popup_manager.h:14
yaze::editor::PopupManager::Show
void Show(const char *name)
yaze::editor::PopupManager::popups_
std::vector< PopupParams > popups_
Definition
popup_manager.h:20
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
yaze::editor::PopupParams
Definition
popup_manager.h:9
yaze::editor::PopupParams::name
std::string name
Definition
popup_manager.h:10
src
app
editor
system
popup_manager.h
Generated by
1.13.2