B15F
Board 15 Famulus Edition
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ViewMonitor Class Reference

#include <view_monitor.h>

+ Inheritance diagram for ViewMonitor:

Public Member Functions

virtual call_t keypress (int &key) override
 
- Public Member Functions inherited from ViewInfo
virtual void setText (std::string text)
 
virtual void setLabelClose (std::string label)
 
virtual void setCall (call_t call)
 
virtual void draw (void) override
 
- Public Member Functions inherited from View
 View (void)
 
virtual ~View (void)
 
virtual void setTitle (std::string title)
 
virtual void repaint (void)
 

Protected Member Functions

virtual void worker (void)
 

Protected Attributes

volatile bool run_worker = true
 
std::thread t_worker
 
- Protected Attributes inherited from ViewInfo
std::string text
 
std::string label_close
 
int close_offset_x = 0
 
int close_offset_y = 0
 
- Protected Attributes inherited from View
int width
 width of view in terminal characters
 
int height
 height of view in terminal characters
 
int start_x = 0
 x offset (characters) in the terminal, used to center the window on repaint()
 
int start_y = 0
 y offset (characters) in the terminal, used to center the window on repaint()
 
std::string title
 title of the view
 
std::vector< call_t > calls
 calls (function pointers) for different button actions in the view (if any)
 

Additional Inherited Members

- Static Public Member Functions inherited from View
static void setWinContext (WINDOW *win)
 
static WINDOW * getWinContext (void)
 
static std::vector< std::string > str_split (const std::string &str, const std::string delim)
 
- Static Protected Attributes inherited from ViewInfo
constexpr static int text_offset_x = 2
 
constexpr static int text_offset_y = 3
 
- Static Protected Attributes inherited from View
static WINDOW * win = nullptr
 static window contexts for all views
 
constexpr static int KEY_ENT = 10
 Key value for the Enter key.
 

Detailed Description

View to display all B15 inputs.

Definition at line 13 of file view_monitor.h.

Member Function Documentation

◆ keypress()

call_t ViewMonitor::keypress ( int &  key)
overridevirtual

Abstract function for the view to reacted on a keypress. Gets overridden in the derived classes to close for example a view on ESC.

Reimplemented from ViewInfo.

Definition at line 7 of file view_monitor.cpp.


The documentation for this class was generated from the following files: