|
| 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 () |
|
|
unsigned int | width = 0 |
|
unsigned int | height = 0 |
|
std::string | caption_str |
|
◆ 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: