Property | Type | Description | |
---|---|---|---|
_availableLevels | List |
||
_availableProjections | List |
||
_availableStates | List |
||
_availableYears | List |
Method | Description | |
---|---|---|
LoadConfigFile ( ) : void |
Searches for our config file in the application path, if it can't find it, just uses defaults
|
|
ShowCopyrightAndLicense ( ) : void | ||
ShowWelcomeScreen ( ) : void |
Method | Description | |
---|---|---|
FormController ( ) : System | ||
InitLogging ( IAppender appenderObj ) : void | ||
Initialize ( ) : void |
Run initialization sequence (logging, load config, welcome, copyright, license, create job instance)
|
|
LoadNewJobInstance ( string filename ) : void |
replaces our current job instance with a new one loaded from a saved file
|
|
NewDefaultJobInstance ( ) : void |
There is no structure ensuring these defaults are the same that will show up when the form loads, This function is meant to reflect whatever the form defaults are.
|
|
ValidateVariablesFile ( string filename, string &errorMessage ) : bool |
Performs some sanity checks on our variables file (does it exist, can I read it, does it have at least one variable, etc.)
|