BALL 1.5.0
Loading...
Searching...
No Matches
BALL::VIEW::UpdateRepresentationThread Class Reference

#include <BALL/VIEW/KERNEL/threads.h>

Inheritance diagram for BALL::VIEW::UpdateRepresentationThread:
BALL::VIEW::BALLThread QThread

Public Member Functions

 UpdateRepresentationThread ()
 
virtual void run ()
 
void setRepresentation (Representation &rep)
 
RepresentationgetRepresentation ()
 
- Public Member Functions inherited from BALL::VIEW::BALLThread
 BALLThread ()
 
void setMainControl (MainControl *mf)
 
void setComposite (Composite *composite)
 
CompositegetComposite ()
 

Protected Attributes

Representationrep_
 
- Protected Attributes inherited from BALL::VIEW::BALLThread
MainControlmain_control_
 
Compositecomposite_
 

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.
 
void waitForUpdateOfRepresentations_ ()
 

Detailed Description

Definition at line 159 of file threads.h.

Constructor & Destructor Documentation

◆ UpdateRepresentationThread()

BALL::VIEW::UpdateRepresentationThread::UpdateRepresentationThread ( )

Member Function Documentation

◆ getRepresentation()

Representation * BALL::VIEW::UpdateRepresentationThread::getRepresentation ( )
inline

Definition at line 175 of file threads.h.

◆ run()

virtual void BALL::VIEW::UpdateRepresentationThread::run ( )
virtual

Overloaded from QThread::run(), overload again in derived classes!

Reimplemented from BALL::VIEW::BALLThread.

◆ setRepresentation()

void BALL::VIEW::UpdateRepresentationThread::setRepresentation ( Representation & rep)
inline

Definition at line 171 of file threads.h.

Member Data Documentation

◆ rep_

Representation* BALL::VIEW::UpdateRepresentationThread::rep_
protected

Definition at line 180 of file threads.h.