#include <TGo4ExampleClientStatus.h>

Public Member Functions | |
| TGo4ExampleClientStatus () | |
| virtual | ~TGo4ExampleClientStatus () |
| virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
| basic method to printout status information on stdout; to be overridden by specific subclass | |
Private Member Functions | |
| void | SetNames (const char *main, const char *watch) |
| Set names of the work runnables of example. | |
| void | SetHistoStatus (TH1 *histogram) |
| Set histogram status. | |
| TGo4ExampleClientStatus (const char *name) | |
Private Attributes | |
| TString | fxMainName |
| Remember name of main thread. | |
| TString | fxWatchName |
| Remember name of watch thread. | |
| TString | fxHistogramName |
| Remember name of histogram. | |
Friends | |
| class | TGo4ExampleClient |
| class | TGo4ExampleDisplay |
Definition at line 22 of file TGo4ExampleClientStatus.h.
| TGo4ExampleClientStatus::TGo4ExampleClientStatus | ( | ) | [inline] |
Definition at line 29 of file TGo4ExampleClientStatus.h.
| TGo4ExampleClientStatus::~TGo4ExampleClientStatus | ( | ) | [virtual] |
Definition at line 76 of file TGo4ExampleClientStatus.cxx.
| TGo4ExampleClientStatus::TGo4ExampleClientStatus | ( | const char * | name | ) | [private] |
Definition at line 22 of file TGo4ExampleClientStatus.cxx.
| Int_t TGo4ExampleClientStatus::PrintStatus | ( | Text_t * | buffer = 0, |
|
| Int_t | buflen = 0 | |||
| ) | [virtual] |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4ClientStatus.
Definition at line 42 of file TGo4ExampleClientStatus.cxx.
| void TGo4ExampleClientStatus::SetNames | ( | const char * | main, | |
| const char * | watch | |||
| ) | [private] |
Set names of the work runnables of example.
Definition at line 35 of file TGo4ExampleClientStatus.cxx.
| void TGo4ExampleClientStatus::SetHistoStatus | ( | TH1 * | histogram | ) | [private] |
friend class TGo4ExampleClient [friend] |
Definition at line 24 of file TGo4ExampleClientStatus.h.
friend class TGo4ExampleDisplay [friend] |
Definition at line 25 of file TGo4ExampleClientStatus.h.
TString TGo4ExampleClientStatus::fxMainName [private] |
TString TGo4ExampleClientStatus::fxWatchName [private] |
TString TGo4ExampleClientStatus::fxHistogramName [private] |
1.5.6