GPC  v1.0.0-2516
Gorman Print Control
LoadWnd Class Referencefinal
Inheritance diagram for LoadWnd:
Collaboration diagram for LoadWnd:

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
 

Member Function Documentation

◆ get_status_message()

std::string LoadWnd::get_status_message ( void  )
virtual

Return a simple text string, such as "Loading...", but randomly put a twist on it.

◆ run()

void LoadWnd::run ( void  )
virtual

Inherited from ThreadWithProgressWindow.

◆ check_for_new_version()

void LoadWnd::check_for_new_version ( void  )
virtual

See if there is a new version of the software available.

◆ check_for_motd()

void LoadWnd::check_for_motd ( void  )
virtual

See if there is a MOTD to display to the user.

◆ check_build_timestamp()

void LoadWnd::check_build_timestamp ( void  )
virtual

See if this version of the client seems to be out-of-date.

◆ directory_handling()

void LoadWnd::directory_handling ( void  )
virtual

Find the right startup directory with all the files.

References GPCApplication::directory, and Cfg::get_str().

Here is the call graph for this function:

◆ check_for_json()

void LoadWnd::check_for_json ( void  )
virtual

Check to see if the .json configuration file exists.

References GPCApplication::directory.