30 GO4TRACE((15,
"TGo4ObjectStatus::TGo4ObjectStatus(TNamed*)",__LINE__, __FILE__));
32 SetName(object->GetName());
33 SetTitle(object->GetTitle());
36 if (object->InheritsFrom(TGo4Picture::Class()))
41 SetName(
"Unknown Name");
42 SetTitle(
"Unknown Title");
56 GO4TRACE((15,
"TGo4ObjectStatus::~TGo4ObjectStatus()",__LINE__, __FILE__));
62 PrintLine(
"G-OOOO-> Object Status Class Printout <-OOOO-G");
63 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
64 PrintLine(
" Object name: \t\t%s", GetName());
65 PrintLine(
" Object title: \t\t%s", GetTitle());
71 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
const char * GetTimeString() const
Creation time string; sql format.
TString fxStatusTime
creation time of status object
virtual ~TGo4ObjectStatus()
const char * GetObjectClass() const
ClassName of the described object.
Int_t GetObjectSize() const
Size of described object in byte.
UInt_t fiObjectSize
Size of the described object in byte.
Bool_t IsResetProtect() const
Object's reset protection state.
TString fxObjectClass
Classname of the described object.
TGo4ObjectStatus()
default ctor for streamer.
Bool_t fbDeleteProtect
If true, described object is protected against deletion from gui.
Bool_t IsDeleteProtect() const
Object's delete protection state.
Bool_t fbResetProtect
If true, described object is protected against reset (Clear()) from gui.
void Print(Option_t *opt="") const override
Picture cconfiguration in Go4.
static void PrintLine(const char *text,...)
Print single line of debug output with appropriate indent.