#include <TGo4TaskStatus.h>
Inheritance diagram for TGo4TaskStatus:

Public Methods | |
| 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) | 
| basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
Protected Methods | |
| 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 | 
|  More... | |
| Bool_t | fbInitDone | 
Friends | |
| class | TGo4Task | 
| class | TGo4Slave | 
      
  | 
  
| 
 
 Definition at line 27 of file TGo4TaskStatus.cxx.  | 
  
      
  | 
  
| 
 
 Definition at line 31 of file TGo4TaskStatus.cxx. References fxTaskHandlerStatus.  | 
  
      
  | 
  
| 
 
 Definition at line 36 of file TGo4TaskStatus.cxx.  | 
  
      
  | 
  
| 
 
 Definition at line 35 of file TGo4TaskStatus.h. References fbInitDone.  | 
  
      
  | 
  
| 
 
 Definition at line 37 of file TGo4TaskStatus.h. References fbTerminating.  | 
  
      
  | 
  
| 
 
 Definition at line 39 of file TGo4TaskStatus.h. References fbAutoStart.  | 
  
      
  | 
  
| 
 
 Definition at line 41 of file TGo4TaskStatus.h. References fbAutoCreate.  | 
  
      
  | 
  
| 
 
 Definition at line 43 of file TGo4TaskStatus.h. References fbAppBlocking.  | 
  
      
  | 
  ||||||||||||||||||||||||
| 
 
 Definition at line 41 of file TGo4TaskStatus.cxx. References fbAppBlocking, fbAutoCreate, fbAutoStart, fbInitDone, and fbTerminating. Referenced by TGo4Task::UpdateStatus().  | 
  
      
  | 
  
| 
 
 Definition at line 53 of file TGo4TaskStatus.cxx. References fxTaskHandlerStatus. Referenced by TGo4Task::UpdateStatus().  | 
  
      
  | 
  
| 
 
 Definition at line 52 of file TGo4TaskStatus.h. References fxTaskHandlerStatus.  | 
  
      
  | 
  ||||||||||||
| 
 basic method to printout status information on stdout; to be overridden by specific subclass. 
 Reimplemented from TGo4Status. Reimplemented in TGo4AnalysisClientStatus, TGo4ClientStatus, and TGo4ExampleClientStatus. Definition at line 58 of file TGo4TaskStatus.cxx. References fbAppBlocking, fbAutoCreate, fbAutoStart, fbInitDone, fbTerminating, fxTaskHandlerStatus, TGo4Status::PrintBuffer(), and TGo4TaskHandlerStatus::PrintStatus(). Referenced by TGo4ClientStatus::PrintStatus().  | 
  
      
  | 
  
| 
 
 Definition at line 26 of file TGo4TaskStatus.h.  | 
  
      
  | 
  
| 
 
 Definition at line 27 of file TGo4TaskStatus.h.  | 
  
      
  | 
  
| 
 
 Definition at line 63 of file TGo4TaskStatus.h. Referenced by IsAppBlocking(), PrintStatus(), and SetFlags().  | 
  
      
  | 
  
| 
 
 Definition at line 64 of file TGo4TaskStatus.h. Referenced by IsAutoCreate(), PrintStatus(), and SetFlags().  | 
  
      
  | 
  
| 
 
 Definition at line 65 of file TGo4TaskStatus.h. Referenced by IsAutoStart(), PrintStatus(), and SetFlags().  | 
  
      
  | 
  
| 
 
 Definition at line 66 of file TGo4TaskStatus.h. Referenced by IsTerminating(), PrintStatus(), and SetFlags().  | 
  
      
  | 
  
| 
 
 
 Definition at line 70 of file TGo4TaskStatus.h. Referenced by GetTaskHandlerStatus(), PrintStatus(), SetTaskHandlerStatus(), and ~TGo4TaskStatus().  | 
  
      
  | 
  
| 
 
 Definition at line 71 of file TGo4TaskStatus.h. Referenced by IsInitDone(), PrintStatus(), and SetFlags().  | 
  
1.2.15