TGSimpleTableInterface TGSimpleTableInterface is a very simple implementation of a TVirtualTableInterface. This interface provides a TGTable with data from a two dimensional array of doubles in memory. It is mostly meant as an example implementation for a TVirtualTableInterface.
TGSimpleTableInterface(const TGSimpleTableInterface&) | |
TGSimpleTableInterface(Double_t** data, UInt_t nrows = 2, UInt_t ncolumns = 2) | |
virtual | ~TGSimpleTableInterface() |
static TClass* | Class() |
virtual const char* | GetColumnHeader(UInt_t column) |
virtual UInt_t | GetNColumns() |
virtual UInt_t | GetNRows() |
virtual const char* | GetRowHeader(UInt_t row) |
virtual Double_t | GetValue(UInt_t row, UInt_t column) |
virtual const char* | GetValueAsString(UInt_t row, UInt_t column) |
virtual TClass* | IsA() const |
TGSimpleTableInterface& | operator=(const TGSimpleTableInterface&) |
virtual void | ShowMembers(TMemberInspector&) |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TGSimpleTableInterfac constructor.
Return the value of the double in row,column of the data.
Return the value of the double in row,column of the data as a string.