BALL
1.4.2
|
Thread for Docking. More...
#include <BALL/VIEW/KERNEL/threads.h>
Public Member Functions | |
DockingThread () | |
virtual | ~DockingThread () |
const DockingThread & | operator= (const DockingThread &dock_thread) |
void | setDockingAlgorithm (DockingAlgorithm *dock_alg) |
virtual void | run () throw (Exception::NullPointer) |
Public Member Functions inherited from BALL::VIEW::BALLThread | |
BALLThread () | |
void | setMainControl (MainControl *mf) |
void | setComposite (Composite *composite) |
Composite * | getComposite () |
Protected Attributes | |
DockingAlgorithm * | dock_alg_ |
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::DockingThread::DockingThread | ( | ) |
|
virtual |
const DockingThread& BALL::VIEW::DockingThread::operator= | ( | const DockingThread & | dock_thread | ) |
Assignment operator
|
virtual |
Overloaded from QThread::run(), overload again in derived classes!
Reimplemented from BALL::VIEW::BALLThread.
void BALL::VIEW::DockingThread::setDockingAlgorithm | ( | DockingAlgorithm * | dock_alg | ) |
|
protected |