BALL
1.4.2
|
#include <BALL/VIEW/KERNEL/threads.h>
Public Member Functions | |
UpdateRepresentationThread () | |
virtual void | run () |
void | setRepresentation (Representation &rep) |
Representation * | getRepresentation () |
Public Member Functions inherited from BALL::VIEW::BALLThread | |
BALLThread () | |
void | setMainControl (MainControl *mf) |
void | setComposite (Composite *composite) |
Composite * | getComposite () |
Protected Attributes | |
Representation * | rep_ |
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::UpdateRepresentationThread::UpdateRepresentationThread | ( | ) |
|
inline |
|
virtual |
Overloaded from QThread::run(), overload again in derived classes!
Reimplemented from BALL::VIEW::BALLThread.
|
inline |
|
protected |