Model Railroad System 2.2.2
|
Widget that implements a spash window. More...
Public Member Functions | |
update (statusMessage, percentDone) | |
Method to update the splash window. More... | |
enableClickDestroy () | |
Method to enable click to destroy. More... | |
hide () | |
Method to hide the splash window. More... | |
show () | |
Method to show the splash window. More... | |
splash (name,...) | |
Constructor initialize a spash window. More... | |
Private Member Functions | |
CheckColor (option, value) | |
Method to validate a color option. More... | |
CheckImage (option, value) | |
Method to validate an image option. More... | |
Private Attributes | |
image | |
Image component. More... | |
progressBar | |
Progress bar component. More... | |
title | |
Title component. More... | |
icon | |
Icon component. More... | |
status | |
Status component. More... | |
header | |
Header component. More... | |
currentProgress | |
The current progress. More... | |
Widget that implements a spash window.
A splash window is a toplevel that is displayed during startup and shows a startup graphic and shows the startup / initialization progress.
path | The widget path. |
... | Options:
|
Splash 1.0
splash::splash | ( | name | , |
... | |||
) |
Constructor initialize a spash window.
... | Option list. [index] constructor!splash |
|
private |
Method to validate a color option.
option | The option being set. |
value | The value it is being set to. |
|
private |
Method to validate an image option.
option | The option being set. |
value | The value it is being set to. |
splash::enableClickDestroy | ( | ) |
Method to enable click to destroy.
splash::hide | ( | ) |
Method to hide the splash window.
splash::show | ( | ) |
Method to show the splash window.
splash::update | ( | statusMessage | , |
percentDone | |||
) |
Method to update the splash window.
statusMessage | The new status message. |
percentDone | The percent completed. |
|
private |
The current progress.
|
private |
Header component.
|
private |
Icon component.
|
private |
Image component.
|
private |
Progress bar component.
|
private |
Status component.
|
private |
Title component.