BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
BALL::VIEW::CalculateFDPBThread Class Reference

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

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

Public Member Functions

 CalculateFDPBThread ()
 
virtual void run ()
 
void setFDPBDialog (FDPBDialog *dialog)
 
- Public Member Functions inherited from BALL::VIEW::BALLThread
 BALLThread ()
 
void setMainControl (MainControl *mf)
 
void setComposite (Composite *composite)
 
CompositegetComposite ()
 

Protected Attributes

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

Detailed Description

Definition at line 119 of file threads.h.

Constructor & Destructor Documentation

BALL::VIEW::CalculateFDPBThread::CalculateFDPBThread ( )

Member Function Documentation

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

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

Reimplemented from BALL::VIEW::BALLThread.

void BALL::VIEW::CalculateFDPBThread::setFDPBDialog ( FDPBDialog dialog)
inline

Definition at line 131 of file threads.h.

Member Data Documentation

FDPBDialog* BALL::VIEW::CalculateFDPBThread::dialog_
protected

Definition at line 134 of file threads.h.