54 Error(
"TGSimpleTableInterface",
"Non existing value requested.");
virtual const char * GetRowHeader(UInt_t row)
Return a name for the header at row.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString...
virtual const char * GetColumnHeader(UInt_t column)
Return a name for the header at column.
void Error(const char *location, const char *msgfmt,...)
virtual ~TGSimpleTableInterface()
TGSimpleTableInterface destructor.
virtual Double_t GetValue(UInt_t row, UInt_t column)
Return the value of the double in row,column of the data.
char * StrDup(const char *str)
Duplicate the string str.
virtual const char * GetValueAsString(UInt_t row, UInt_t column)
Return the value of the double in row,column of the data as a string.