|
virtual call_t | keypress (int &key) override |
|
virtual void | setText (std::string text) |
|
virtual void | setLabelClose (std::string label) |
|
virtual void | setCall (call_t call) |
|
virtual void | draw (void) override |
|
virtual void | setTitle (std::string title) |
|
virtual void | repaint (void) |
|
|
virtual void | worker (void) |
|
|
volatile bool | run_worker = true |
|
std::thread | t_worker |
|
std::string | text |
|
std::string | label_close |
|
int | close_offset_x = 0 |
|
int | close_offset_y = 0 |
|
int | width |
|
int | height |
|
int | start_x = 0 |
|
int | start_y = 0 |
|
std::string | title |
|
std::vector< call_t > | calls |
|
|
static void | setWinContext (WINDOW *win) |
|
static WINDOW * | getWinContext (void) |
|
static std::vector< std::string > | str_split (const std::string &str, const std::string delim) |
|
constexpr static int | text_offset_x = 2 |
|
constexpr static int | text_offset_y = 3 |
|
static WINDOW * | win = nullptr |
|
constexpr static int | KEY_ENT = 10 |
|
Definition at line 11 of file view_monitor.h.
The documentation for this class was generated from the following files: