Multiplot  0.5.5
Public Member Functions | Protected Attributes | List of all members
multiplot::Multiplot_base Class Reference
Inheritance diagram for multiplot::Multiplot_base:
multiplot::Multiplot

Public Member Functions

 Multiplot_base (int x, int y, int w, int h, const std::wstring &title_, bool fullscreen_)
 
bool check ()
 
virtual void draw () override
 
void caption (const std::string &t)
 
void caption (const std::wstring &t)
 
void redraw ()
 

Protected Attributes

unsigned int width = 0
 
unsigned int height = 0
 
std::string caption_str
 

Constructor & Destructor Documentation

◆ Multiplot_base()

multiplot::Multiplot_base::Multiplot_base ( int  x,
int  y,
int  w,
int  h,
const std::wstring &  title_,
bool  fullscreen_ 
)
inline

this constructor tells multiplot where to put the window on the desktop in pixel-coordinates(x,y) and with wich width and height (w,h)


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