#include <TGo4MainRunnable.h>
Public Member Functions | |
TGo4MainRunnable (const char *name, TGo4ExampleClient *cli) | |
virtual | ~TGo4MainRunnable () |
virtual Int_t | Run (void *) |
The working function which runs in the thread. | |
Private Member Functions | |
TGo4MainRunnable () | |
Private Attributes | |
TGo4ExampleApplication * | fxApplication |
1 0. |
Definition at line 28 of file TGo4MainRunnable.h.
TGo4MainRunnable::TGo4MainRunnable | ( | const char * | name, | |
TGo4ExampleClient * | cli | |||
) |
Definition at line 23 of file TGo4MainRunnable.cxx.
TGo4MainRunnable::~TGo4MainRunnable | ( | ) | [virtual] |
Definition at line 30 of file TGo4MainRunnable.cxx.
TGo4MainRunnable::TGo4MainRunnable | ( | ) | [private] |
Int_t TGo4MainRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 35 of file TGo4MainRunnable.cxx.