#include <TGo4MainRunnable.h>
Inheritance diagram for TGo4MainRunnable:
Public Methods | |
TGo4MainRunnable (const char *name, TGo4ExampleClient *cli) | |
virtual | ~TGo4MainRunnable () |
virtual Int_t | Run (void *) |
The working function which runs in the thread. More... | |
Private Methods | |
TGo4MainRunnable () | |
Private Attributes | |
TGo4ExampleApplication * | fxApplication |
@supplierCardinality 1 @directed @clientCardinality 0..1. More... |
Definition at line 30 of file TGo4MainRunnable.h.
|
Definition at line 22 of file TGo4MainRunnable.cxx. References fxApplication, and TRACE. |
|
Definition at line 29 of file TGo4MainRunnable.cxx. References TRACE. |
|
|
|
The working function which runs in the thread.
Implements TGo4Runnable. Definition at line 34 of file TGo4MainRunnable.cxx. References TGo4ExampleApplication::FillHistograms(), fxApplication, TGo4CommandInvoker::Instance(), TGo4CommandInvoker::Invoke(), TGo4Task::NextCommand(), TGo4Thread::Sleep(), and TRACE. |
|
@supplierCardinality 1 @directed @clientCardinality 0..1.
Definition at line 43 of file TGo4MainRunnable.h. Referenced by Run(), and TGo4MainRunnable(). |