#include <TGo4ExampleClientStatus.h>
Inheritance diagram for TGo4ExampleClientStatus:
Public Methods | |
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. More... | |
Private Methods | |
void | SetNames (const char *main, const char *watch) |
Set names of the work runnables of example. More... | |
void | SetHistoStatus (TH1 *histogram) |
Set histogram status. More... | |
TGo4ExampleClientStatus (const char *name) | |
Private Attributes | |
TString | fxMainName |
Remember name of main thread. More... | |
TString | fxWatchName |
Remember name of watch thread. More... | |
TString | fxHistogramName |
Remember name of histogram. More... | |
Friends | |
class | TGo4ExampleClient |
class | TGo4ExampleDisplay |
class | TGo4Display |
|
Definition at line 31 of file TGo4ExampleClientStatus.h. |
|
Definition at line 76 of file TGo4ExampleClientStatus.cxx. References TRACE. |
|
Definition at line 22 of file TGo4ExampleClientStatus.cxx. References TRACE. |
|
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. References fxHistogramName, fxMainName, fxWatchName, TGo4Status::PrintBuffer(), TGo4ClientStatus::PrintStatus(), and TRACE. |
|
Set names of the work runnables of example.
Definition at line 35 of file TGo4ExampleClientStatus.cxx. References fxMainName, fxWatchName, and TRACE. Referenced by TGo4ExampleClient::UpdateStatus(). |
|
Set histogram status.
Definition at line 27 of file TGo4ExampleClientStatus.cxx. References fxHistogramName, and TRACE. Referenced by TGo4ExampleClient::UpdateStatus(). |
|
Definition at line 25 of file TGo4ExampleClientStatus.h. |
|
Definition at line 26 of file TGo4ExampleClientStatus.h. |
|
Definition at line 27 of file TGo4ExampleClientStatus.h. |
|
Remember name of main thread.
Definition at line 45 of file TGo4ExampleClientStatus.h. Referenced by PrintStatus(), and SetNames(). |
|
Remember name of watch thread.
Definition at line 48 of file TGo4ExampleClientStatus.h. Referenced by PrintStatus(), and SetNames(). |
|
Remember name of histogram.
Definition at line 51 of file TGo4ExampleClientStatus.h. Referenced by PrintStatus(), and SetHistoStatus(). |