![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXSplashWindow.h>
Inheritance diagram for FX::FXSplashWindow:

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 () |
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:
|
||||||||||||||||||||
|
Construct splash window.
|
|
||||||||||||||||||||
|
Construct splash window.
|
|
|
Destroy splash window.
|
|
|
Create.
Reimplemented from FX::FXTopWindow. |
|
|
Detach.
Reimplemented from FX::FXTopWindow. |
|
|
Show splash window.
Reimplemented from FX::FXTopWindow. |
|
|
Show splash window with a given placement.
Reimplemented from FX::FXTopWindow. |
|
|
Hide splash window.
Reimplemented from FX::FXTopWindow. |
|
|
Return the default width of this window.
Reimplemented from FX::FXTopWindow. |
|
|
Return the default height of this window.
Reimplemented from FX::FXTopWindow. |
|
|
Set the icon for the splash window.
Reimplemented from FX::FXTopWindow. |
|
|
Get the icon for this splash window.
Reimplemented from FX::FXTopWindow. |
|
|
Set or change delay.
|
|
|
Return delay.
|
|
|
Save label to a stream.
Reimplemented from FX::FXTopWindow. |
|
|
Load label from a stream.
Reimplemented from FX::FXTopWindow. |
|
|