GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4MemberStatus.h>
Public Member Functions | |
TGo4MemberStatus () | |
TGo4MemberStatus (const char *name, const char *datatypename) | |
virtual | ~TGo4MemberStatus () |
void | Print (Option_t *opt="") const override |
![]() | |
TGo4ObjectStatus () | |
TGo4ObjectStatus (TObject *object, Bool_t withtime=kTRUE) | |
virtual | ~TGo4ObjectStatus () |
const char * | GetObjectClass () const |
Int_t | GetObjectSize () const |
Bool_t | IsResetProtect () const |
Bool_t | IsDeleteProtect () const |
const char * | GetTimeString () const |
void | Print (Option_t *opt="") const override |
![]() | |
TGo4Status () | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
virtual | ~TGo4Status () |
virtual Int_t | PrintStatus (Text_t *buffer=nullptr, Int_t buflen=0) |
void | Print (Option_t *opt="") const override |
Additional Inherited Members | |
![]() | |
enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } |
![]() | |
static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
static void | PrintLine (const char *text,...) |
![]() | |
UInt_t | fiObjectSize {0} |
Bool_t | fbResetProtect {kFALSE} |
Bool_t | fbDeleteProtect {kTRUE} |
TString | fxObjectClass |
TString | fxStatusTime |
Definition at line 19 of file TGo4MemberStatus.h.
TGo4MemberStatus::TGo4MemberStatus | ( | ) |
Definition at line 16 of file TGo4MemberStatus.cxx.
TGo4MemberStatus::TGo4MemberStatus | ( | const char * | name, |
const char * | datatypename | ||
) |
Create status information about event datamemeber. For reconstruction of eventstructure for display in remote browser.
Definition at line 21 of file TGo4MemberStatus.cxx.
References TGo4ObjectStatus::fxObjectClass.
|
virtual |
Definition at line 29 of file TGo4MemberStatus.cxx.
|
override |
Definition at line 33 of file TGo4MemberStatus.cxx.
References TGo4ObjectStatus::Print(), and TGo4Status::PrintLine().