BALL
1.4.79
|
#include <BALL/VIEW/KERNEL/threads.h>
Public Member Functions | |
GenerateCrystalThread () | |
virtual void | run () |
void | setCrystalDialog (GenerateCrystalDialog *dialog) |
Public Member Functions inherited from BALL::VIEW::BALLThread | |
BALLThread () | |
void | setMainControl (MainControl *mf) |
void | setComposite (Composite *composite) |
Composite * | getComposite () |
Protected Attributes | |
GenerateCrystalDialog * | dialog_ |
Protected Attributes inherited from BALL::VIEW::BALLThread | |
MainControl * | main_control_ |
Composite * | composite_ |
Additional Inherited Members | |
Protected Member Functions inherited from BALL::VIEW::BALLThread | |
void | sendMessage_ (Message *msg) |
void | updateStructure_ () |
void | output_ (const String &string, bool important=false) |
Sends the string as outout to Log.info. More... | |
void | waitForUpdateOfRepresentations_ () |
BALL::VIEW::GenerateCrystalThread::GenerateCrystalThread | ( | ) |
|
virtual |
Overloaded from QThread::run(), overload again in derived classes!
Reimplemented from BALL::VIEW::BALLThread.
|
inline |
|
protected |