#include <TGo4TaskStatus.h>
Inheritance diagram for TGo4TaskStatus:
Public Member Functions | |
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 |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
method to printout status information on stdout; | |
Protected Member Functions | |
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 | |
Bool_t | fbAppBlocking |
Bool_t | fbAutoCreate |
Bool_t | fbAutoStart |
Bool_t | fbTerminating |
TGo4TaskHandlerStatus * | fxTaskHandlerStatus |
1 | |
Bool_t | fbInitDone |
Friends | |
class | TGo4Task |
class | TGo4Slave |
|
Definition at line 22 of file TGo4TaskStatus.cxx. |
|
Definition at line 34 of file TGo4TaskStatus.cxx. References fxTaskHandlerStatus. |
|
Definition at line 28 of file TGo4TaskStatus.cxx. |
|
Definition at line 33 of file TGo4TaskStatus.h. References fbInitDone. |
|
Definition at line 35 of file TGo4TaskStatus.h. References fbTerminating. |
|
Definition at line 37 of file TGo4TaskStatus.h. References fbAutoStart. |
|
Definition at line 39 of file TGo4TaskStatus.h. References fbAutoCreate. |
|
Definition at line 41 of file TGo4TaskStatus.h. References fbAppBlocking. |
|
Definition at line 43 of file TGo4TaskStatus.h. References fxTaskHandlerStatus. |
|
method to printout status information on stdout;
Reimplemented from TGo4Status. Reimplemented in TGo4AnalysisClientStatus, TGo4ClientStatus, and TGo4ExampleClientStatus. Definition at line 56 of file TGo4TaskStatus.cxx. References fbAppBlocking, fbAutoCreate, fbAutoStart, fbInitDone, fbTerminating, fxTaskHandlerStatus, TGo4Status::PrintBuffer(), and TGo4TaskHandlerStatus::PrintStatus(). Referenced by TGo4ClientStatus::PrintStatus(). |
|
Definition at line 39 of file TGo4TaskStatus.cxx. References fbAppBlocking, fbAutoCreate, fbAutoStart, fbInitDone, and fbTerminating. Referenced by TGo4Task::UpdateStatus(). |
|
Definition at line 51 of file TGo4TaskStatus.cxx. References fxTaskHandlerStatus. Referenced by TGo4Task::UpdateStatus(). |
|
Definition at line 24 of file TGo4TaskStatus.h. |
|
Definition at line 25 of file TGo4TaskStatus.h. |
|
Definition at line 54 of file TGo4TaskStatus.h. Referenced by IsAppBlocking(), PrintStatus(), and SetFlags(). |
|
Definition at line 55 of file TGo4TaskStatus.h. Referenced by IsAutoCreate(), PrintStatus(), and SetFlags(). |
|
Definition at line 56 of file TGo4TaskStatus.h. Referenced by IsAutoStart(), PrintStatus(), and SetFlags(). |
|
Definition at line 57 of file TGo4TaskStatus.h. Referenced by IsTerminating(), PrintStatus(), and SetFlags(). |
|
Definition at line 61 of file TGo4TaskStatus.h. Referenced by GetTaskHandlerStatus(), PrintStatus(), SetTaskHandlerStatus(), and ~TGo4TaskStatus(). |
|
Definition at line 62 of file TGo4TaskStatus.h. Referenced by IsInitDone(), PrintStatus(), and SetFlags(). |