yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
tui_component.h
Go to the documentation of this file.
1
#ifndef YAZE_SRC_CLI_TUI_TUI_COMPONENT_H_
2
#define YAZE_SRC_CLI_TUI_TUI_COMPONENT_H_
3
4
#include <ftxui/component/component.hpp>
5
6
namespace
yaze
{
7
namespace
cli {
8
9
class
TuiComponent
{
10
public
:
11
virtual
~TuiComponent
() =
default
;
12
virtual
ftxui::Component
Render
() = 0;
13
};
14
15
}
// namespace cli
16
}
// namespace yaze
17
18
#endif
// YAZE_SRC_CLI_TUI_TUI_COMPONENT_H_
yaze::cli::TuiComponent
Definition
tui_component.h:9
yaze::cli::TuiComponent::Render
virtual ftxui::Component Render()=0
yaze::cli::TuiComponent::~TuiComponent
virtual ~TuiComponent()=default
yaze
Definition
application.cc:18
src
cli
tui
tui_component.h
Generated by
1.10.0