Static Public Member Functions | |
static void | GoToState (int iState, MainWindow oWindow) |
Transfer the GUI from one state to another. | |
Static Public Attributes | |
static final int | NO_PAR_FILE = 0 |
static final int | PAR_FILE_LOADED = 1 |
static final int | RUNNING = 2 |
static final int | PAUSED = 3 |
Static Private Member Functions | |
static void | GoToNoParFileState (MainWindow oWindow) |
Transition to the NO_PAR_FILE state. | |
static void | GoToPausedState (MainWindow oWindow) |
Transition to the PAUSED state. | |
static void | GoToParFileLoadedState (MainWindow oWindow) |
Transition to the PAR_FILE_LOADED state. | |
static void | GoToRunningState (MainWindow oWindow) |
Transition to the RUNNING state. |
The states are as follows:
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Transition to the NO_PAR_FILE state.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) May 4, 2004: Added Edit->Harvest item (LEM) |
|
Transition to the PAR_FILE_LOADED state.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) May 4, 2004: Added Edit->Harvest item (LEM) |
|
Transition to the PAUSED state.
Edit history: ------------------ November 17, 2004: Created (LEM) |
|
Transition to the RUNNING state.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Transfer the GUI from one state to another.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |