#include <TGo4Status.h>
Inheritance diagram for TGo4Status:
Public Types | |
enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } |
Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc. More... | |
Public Methods | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
TGo4Status () | |
virtual | ~TGo4Status () |
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... | |
virtual void | Print (Option_t *dummy="") const |
Static Public Methods | |
Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
Insert indentation blanks into text buffer. More... | |
Text_t * | PrintBuffer (Text_t *buffer, Int_t &buflen, const Text_t *text,...) |
Print text with variable expression into buffer. More... |
|
Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc.
Definition at line 61 of file TGo4Status.h. |
|
Definition at line 27 of file TGo4Status.cxx. References TRACE. |
|
Definition at line 32 of file TGo4Status.cxx. References TRACE. |
|
Definition at line 25 of file TGo4Status.cxx. |
|
Definition at line 38 of file TGo4Status.cxx. References TRACE. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented in TGo4AnalysisClientStatus, TGo4AnalysisObjectNames, TGo4AnalysisStatus, TGo4AnalysisStepStatus, TGo4CanvasStatus, TGo4ConditionStatus, TGo4EventProcStatus, TGo4EventSourceStatus, TGo4EventStatus, TGo4EventStoreStatus, TGo4HistogramStatus, TGo4ParameterStatus, TGo4PictureStatus, TGo4BranchStatus, TGo4MemberStatus, TGo4ObjectStatus, TGo4ClientStatus, TGo4TaskHandlerStatus, TGo4TaskStatus, and TGo4ExampleClientStatus. Definition at line 50 of file TGo4Status.cxx. References TRACE. Referenced by TGo4ExampleController::DisplayLog(), Print(), and TGo4AnalysisObjectNames::PrintFolder(). |
|
Reimplemented in TGo4DynamicListStatus, TGo4HistogramEntryStatus, and TGo4TreeHistogramEntryStatus. Definition at line 43 of file TGo4Status.cxx. References PrintStatus(). |
|
|