#include <TGo4TestThreadManager.h>
Inheritance diagram for TGo4TestThreadManager:
Public Methods | |
TGo4TestThreadManager (const TGo4TestThreadManager &right) | |
TGo4TestThreadManager (Text_t *name) | |
virtual | ~TGo4TestThreadManager () |
TGo4TestThreadManager & | operator= (const TGo4TestThreadManager &right) |
virtual Int_t | TestAction () |
general testfunction which can be called from any thread runnable. More... | |
TCanvas * | GetCanvas () |
TPad * | GetPad1 () |
TPad * | GetPad2 () |
Protected Attributes | |
TGo4TestRunnable * | fxControlRunnable |
Private Methods | |
TGo4TestThreadManager () | |
Private Attributes | |
TCanvas * | fxCanvas |
TPad * | fxPad1 |
TPad * | fxPad2 |
This test threadmanager creates the runnables in its constructor and adds them to the threadhandler. NOTE: The Launch() method must be called at the end of the user threadmanager constructor to let all things begin.
Definition at line 36 of file TGo4TestThreadManager.h.
|
Definition at line 23 of file TGo4TestThreadManager.cxx. References TRACE. |
|
Definition at line 29 of file TGo4TestThreadManager.cxx. References TGo4ThreadManager::fguTEXTLENGTH, fxCanvas, fxControlRunnable, fxPad1, fxPad2, TGo4ThreadManager::fxWorkHandler, TGo4ThreadManager::Launch(), TGo4ThreadHandler::NewThread(), and TRACE. |
|
Definition at line 67 of file TGo4TestThreadManager.cxx. |
|
|
|
Definition at line 76 of file TGo4TestThreadManager.cxx. References TGo4ThreadManager::operator=(), and TRACE. |
|
general testfunction which can be called from any thread runnable.
Definition at line 96 of file TGo4TestThreadManager.cxx. References TRACE. |
|
Definition at line 103 of file TGo4TestThreadManager.cxx. |
|
Definition at line 109 of file TGo4TestThreadManager.cxx. |
|
Definition at line 115 of file TGo4TestThreadManager.cxx. |
|
Definition at line 66 of file TGo4TestThreadManager.h. Referenced by TGo4TestThreadManager(). |
|
Definition at line 72 of file TGo4TestThreadManager.h. Referenced by GetCanvas(), TGo4TestThreadManager(), and ~TGo4TestThreadManager(). |
|
Definition at line 73 of file TGo4TestThreadManager.h. Referenced by GetPad1(), TGo4TestThreadManager(), and ~TGo4TestThreadManager(). |
|
Definition at line 74 of file TGo4TestThreadManager.h. Referenced by GetPad2(), TGo4TestThreadManager(), and ~TGo4TestThreadManager(). |