|
virtual void | setTitle (std::string title) |
|
virtual void | repaint (void) |
|
virtual void | draw (void)=0 |
|
virtual call_t | keypress (int &key)=0 |
|
|
static void | setWinContext (WINDOW *win) |
|
static WINDOW * | getWinContext (void) |
|
static std::vector< std::string > | str_split (const std::string &str, const std::string delim) |
|
|
int | width |
|
int | height |
|
int | start_x = 0 |
|
int | start_y = 0 |
|
std::string | title |
|
std::vector< call_t > | calls |
|
|
static WINDOW * | win = nullptr |
|
constexpr static int | KEY_ENT = 10 |
|
Definition at line 17 of file view.h.
The documentation for this class was generated from the following files:
- /home/famulus/Dokumente/b15f/control/src/ui/view.h
- /home/famulus/Dokumente/b15f/control/src/ui/view.cpp