Definition at line 68 of file main_window.cpp.
Public Member Functions | |
bool | is_running () |
void | kill () |
void | start () |
void | wait () |
Public Attributes | |
synchronized< bool > | loading_failed |
synchronized< string > | loading_message |
Protected Member Functions | |
virtual int | run () |
Friends | |
int | run_thread (void *) |
bool is_running | ( | ) | [inherited] |
void kill | ( | ) | [inherited] |
int run | ( | ) | [protected, virtual] |
Implements thread.
Definition at line 82 of file main_window.cpp.
References exception::get_message(), load_scenery_thread::loading_failed, and load_scenery_thread::loading_message.
void start | ( | ) | [inherited] |
Definition at line 104 of file thread.cpp.
References thread::run_thread, and thread::t.
Referenced by main_window::draw().
void wait | ( | ) | [inherited] |
int run_thread | ( | void * | data | ) | [friend, inherited] |
synchronized<bool> loading_failed |
Definition at line 72 of file main_window.cpp.
Referenced by main_window::draw(), and load_scenery_thread::run().
Definition at line 73 of file main_window.cpp.
Referenced by main_window::draw(), and load_scenery_thread::run().