![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXSplashWindow.h>
Public Member Functions | |
FXSplashWindow (FXApp *ap, FXIcon *ic, FXuint opts=SPLASH_SIMPLE, FXuint ms=5000) | |
FXSplashWindow (FXWindow *ow, FXIcon *ic, FXuint opts=SPLASH_SIMPLE, FXuint ms=5000) | |
virtual void | create () |
virtual void | detach () |
virtual void | show () |
virtual void | show (FXuint placement) |
virtual void | hide () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setIcon (FXIcon *ic) |
FXIcon * | getIcon () const |
void | setDelay (FXuint ms) |
FXuint | getDelay () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXSplashWindow () |
The Splash Window is a window typically shown during startup of an application.
It comprises a large icon, which is also used as the shape of the window if SPLASH_SHAPED is passed; with the SPLASH_SIMPLE option the window will be simply rectangular.
See also:
FX::FXSplashWindow::FXSplashWindow | ( | FXApp * | ap, |
FXIcon * | ic, | ||
FXuint | opts = SPLASH_SIMPLE , |
||
FXuint | ms = 5000 |
||
) |
Construct splash window.
FX::FXSplashWindow::FXSplashWindow | ( | FXWindow * | ow, |
FXIcon * | ic, | ||
FXuint | opts = SPLASH_SIMPLE , |
||
FXuint | ms = 5000 |
||
) |
Construct splash window.
virtual FX::FXSplashWindow::~FXSplashWindow | ( | ) | [virtual] |
Destroy splash window.
virtual void FX::FXSplashWindow::create | ( | ) | [virtual] |
Create.
Reimplemented from FX::FXTopWindow.
virtual void FX::FXSplashWindow::detach | ( | ) | [virtual] |
Detach.
Reimplemented from FX::FXTopWindow.
virtual void FX::FXSplashWindow::show | ( | ) | [virtual] |
Show splash window.
Reimplemented from FX::FXTopWindow.
virtual void FX::FXSplashWindow::show | ( | FXuint | placement | ) | [virtual] |
Show splash window with a given placement.
Reimplemented from FX::FXTopWindow.
virtual void FX::FXSplashWindow::hide | ( | ) | [virtual] |
Hide splash window.
Reimplemented from FX::FXTopWindow.
virtual FXint FX::FXSplashWindow::getDefaultWidth | ( | ) | [virtual] |
Return the default width of this window.
Reimplemented from FX::FXTopWindow.
virtual FXint FX::FXSplashWindow::getDefaultHeight | ( | ) | [virtual] |
Return the default height of this window.
Reimplemented from FX::FXTopWindow.
void FX::FXSplashWindow::setIcon | ( | FXIcon * | ic | ) |
Set the icon for the splash window.
Reimplemented from FX::FXTopWindow.
FXIcon* FX::FXSplashWindow::getIcon | ( | ) | const [inline] |
Get the icon for this splash window.
Reimplemented from FX::FXTopWindow.
void FX::FXSplashWindow::setDelay | ( | FXuint | ms | ) |
Set or change delay.
FXuint FX::FXSplashWindow::getDelay | ( | ) | const [inline] |
Return delay.
virtual void FX::FXSplashWindow::save | ( | FXStream & | store | ) | const [virtual] |
Save label to a stream.
Reimplemented from FX::FXTopWindow.
virtual void FX::FXSplashWindow::load | ( | FXStream & | store | ) | [virtual] |
Load label from a stream.
Reimplemented from FX::FXTopWindow.
![]() |