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");
Bool_t IsResetProtect() const
Bool_t IsDeleteProtect() const
const char * GetObjectClass() const
Int_t GetObjectSize() const
const char * GetTimeString() const
void Print(Option_t *opt="") const override
static void PrintLine(const char *text,...)
virtual ~TGo4ObjectStatus()