Planeshift
|
#include <pawssplashwindow.h>
Public Member Functions | |
void | Draw () |
Draws the widget and all of it's children. | |
pawsSplashWindow () | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
~pawsSplashWindow () |
Definition at line 26 of file pawssplashwindow.h.
pawsSplashWindow::pawsSplashWindow | ( | ) |
pawsSplashWindow::~pawsSplashWindow | ( | ) |
void pawsSplashWindow::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
bool pawsSplashWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.