ROOT
6.06/09
Reference Guide
|
Definition at line 18 of file TGSimpleTableInterface.h.
Public Member Functions | |
TGSimpleTableInterface (Double_t **data, UInt_t nrows=2, UInt_t ncolumns=2) | |
virtual | ~TGSimpleTableInterface () |
TGSimpleTableInterface destructor. More... | |
virtual Double_t | GetValue (UInt_t row, UInt_t column) |
Return the value of the double in row,column of the data. More... | |
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. More... | |
virtual const char * | GetRowHeader (UInt_t row) |
Return a name for the header at row. More... | |
virtual const char * | GetColumnHeader (UInt_t column) |
Return a name for the header at column. More... | |
virtual UInt_t | GetNRows () |
virtual UInt_t | GetNColumns () |
Public Member Functions inherited from TVirtualTableInterface | |
TVirtualTableInterface () | |
virtual | ~TVirtualTableInterface () |
Private Attributes | |
Double_t ** | fData |
UInt_t | fNRows |
UInt_t | fNColumns |
#include <TGSimpleTableInterface.h>
TGSimpleTableInterface::TGSimpleTableInterface | ( | Double_t ** | data, |
UInt_t | nrows = 2 , |
||
UInt_t | ncolumns = 2 |
||
) |
|
virtual |
TGSimpleTableInterface destructor.
Definition at line 44 of file TGSimpleTableInterface.cxx.
|
virtual |
Return a name for the header at column.
Implements TVirtualTableInterface.
Definition at line 83 of file TGSimpleTableInterface.cxx.
|
inlinevirtual |
Implements TVirtualTableInterface.
Definition at line 37 of file TGSimpleTableInterface.h.
|
inlinevirtual |
Implements TVirtualTableInterface.
Definition at line 36 of file TGSimpleTableInterface.h.
|
virtual |
Return a name for the header at row.
Implements TVirtualTableInterface.
Definition at line 75 of file TGSimpleTableInterface.cxx.
Return the value of the double in row,column of the data.
Implements TVirtualTableInterface.
Definition at line 51 of file TGSimpleTableInterface.cxx.
Referenced by GetValueAsString().
Return the value of the double in row,column of the data as a string.
Implements TVirtualTableInterface.
Definition at line 65 of file TGSimpleTableInterface.cxx.
|
private |
Definition at line 21 of file TGSimpleTableInterface.h.
Referenced by GetValue().
|
private |
Definition at line 23 of file TGSimpleTableInterface.h.
Referenced by GetNColumns(), and GetValue().
|
private |
Definition at line 22 of file TGSimpleTableInterface.h.
Referenced by GetNRows(), and GetValue().