GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ClientStatus.h>
Public Member Functions | |
TGo4ClientStatus () | |
virtual | ~TGo4ClientStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
Public Member Functions inherited from TGo4TaskStatus | |
TGo4TaskStatus () | |
virtual | ~TGo4TaskStatus () |
Bool_t | IsInitDone () const |
Bool_t | IsTerminating () const |
Bool_t | IsAutoStart () const |
Bool_t | IsAutoCreate () const |
Bool_t | IsAppBlocking () const |
TGo4TaskHandlerStatus * | GetTaskHandlerStatus () const |
Public Member Functions inherited from TGo4Status | |
TGo4Status () | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
virtual | ~TGo4Status () |
virtual void | Print (Option_t *dummy="") const |
Protected Member Functions | |
TGo4ClientStatus (const char *name) | |
void | SetNames (const char *serverhost) |
Protected Member Functions inherited from TGo4TaskStatus | |
void | SetFlags (Bool_t blocking, Bool_t autocreate, Bool_t autostart, Bool_t terminating, Bool_t initdone) |
void | SetTaskHandlerStatus (TGo4TaskHandlerStatus *thstate) |
TGo4TaskStatus (const char *name) | |
Protected Attributes | |
TString | fxServerHostName |
Protected Attributes inherited from TGo4TaskStatus | |
Bool_t | fbAppBlocking |
Bool_t | fbAutoCreate |
Bool_t | fbAutoStart |
Bool_t | fbTerminating |
TGo4TaskHandlerStatus * | fxTaskHandlerStatus |
Bool_t | fbInitDone |
Friends | |
class | TGo4ClientTask |
Additional Inherited Members | |
Public Types inherited from TGo4Status | |
enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } |
Static Public Member Functions inherited from TGo4Status | |
static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
Definition at line 21 of file TGo4ClientStatus.h.
TGo4ClientStatus::TGo4ClientStatus | ( | ) |
Definition at line 20 of file TGo4ClientStatus.cxx.
|
virtual |
Definition at line 30 of file TGo4ClientStatus.cxx.
|
protected |
Definition at line 25 of file TGo4ClientStatus.cxx.
|
virtual |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4TaskStatus.
Reimplemented in TGo4AnalysisClientStatus, and TGo4ExampleClientStatus.
Definition at line 34 of file TGo4ClientStatus.cxx.
References fxServerHostName, TGo4Status::PrintBuffer(), and TGo4TaskStatus::PrintStatus().
Referenced by TGo4ExampleClientStatus::PrintStatus(), and TGo4AnalysisClientStatus::PrintStatus().
|
protected |
Definition at line 65 of file TGo4ClientStatus.cxx.
References fxServerHostName.
Referenced by TGo4ClientTask::UpdateStatus().
|
friend |
Definition at line 22 of file TGo4ClientStatus.h.
|
protected |
hostname of server machine
Definition at line 46 of file TGo4ClientStatus.h.
Referenced by PrintStatus(), and SetNames().