

Public Member Functions | |
| virtual void | update_progress_bar (const double progress=1.0, const std::string msg="") |
| virtual std::string | get_status_message (void) |
| Return a simple text string, such as "Loading...", but randomly put a twist on it. More... | |
| virtual void | run (void) |
| Inherited from ThreadWithProgressWindow. More... | |
| virtual void | check_for_new_version (void) |
| See if there is a new version of the software available. More... | |
| virtual void | check_for_motd (void) |
| See if there is a MOTD to display to the user. More... | |
| virtual void | check_build_timestamp (void) |
| See if this version of the client seems to be out-of-date. More... | |
| virtual void | directory_handling (void) |
| Find the right startup directory with all the files. More... | |
| virtual void | check_for_json (void) |
| Check to see if the .json configuration file exists. More... | |
| void | delete_old_sessions (void) |
Public Attributes | |
| bool | finished_loading |
| double | total_number_of_items_to_load |
| double | progress_level |
|
virtual |
Return a simple text string, such as "Loading...", but randomly put a twist on it.
|
virtual |
Inherited from ThreadWithProgressWindow.
|
virtual |
See if there is a new version of the software available.
|
virtual |
See if there is a MOTD to display to the user.
|
virtual |
See if this version of the client seems to be out-of-date.
|
virtual |
Find the right startup directory with all the files.
References GPCApplication::directory, and Cfg::get_str().

|
virtual |
Check to see if the .json configuration file exists.
References GPCApplication::directory.