

Definition at line 58 of file osbsplash.h.
| OSB_GUI::OsbSplash::OsbSplash | ( | QWidget * | parent = 0, |
|
| const std::string & | title = "", |
|||
| const char * | name = "OsbSplash", |
|||
| WFlags | flags = 0 | |||
| ) | [explicit] |
Constructor with optional title and Qt arguments.
| void OSB_GUI::OsbSplash::repaint | ( | ) |
Repaint the widget and all its children.
Forces an update of the window with QApplication::flush().
| void OSB_GUI::OsbSplash::resizeEvent | ( | QResizeEvent * | event | ) |
Handle changes in size.
Moves the widget to the center of the parent.
| void OSB_GUI::OsbSplash::setMsg | ( | const std::string & | msg | ) |
Set the message, calls repaint().
| void OSB_GUI::OsbSplash::setTitle | ( | const std::string & | title | ) |
Set the title, calls repaint().
| void OSB_GUI::OsbSplash::show | ( | ) |
Show the window: calls repaint().
QVBoxLayout* OSB_GUI::OsbSplash::layout_ [private] |
QLabel* OSB_GUI::OsbSplash::pmOsb_ [private] |
QLabel* OSB_GUI::OsbSplash::tlMsg_ [private] |
QLabel* OSB_GUI::OsbSplash::tlTitle_ [private] |
1.4.7