Definition at line 16 of file TGSimpleTableInterface.h.
#include <TGSimpleTableInterface.h>
◆ TGSimpleTableInterface()
TGSimpleTableInterface::TGSimpleTableInterface |
( |
Double_t ** |
data, |
|
|
UInt_t |
nrows = 2 , |
|
|
UInt_t |
ncolumns = 2 |
|
) |
| |
◆ ~TGSimpleTableInterface()
TGSimpleTableInterface::~TGSimpleTableInterface |
( |
| ) |
|
|
virtual |
◆ GetColumnHeader()
const char * TGSimpleTableInterface::GetColumnHeader |
( |
UInt_t |
column | ) |
|
|
virtual |
◆ GetNColumns()
virtual UInt_t TGSimpleTableInterface::GetNColumns |
( |
| ) |
|
|
inlinevirtual |
◆ GetNRows()
virtual UInt_t TGSimpleTableInterface::GetNRows |
( |
| ) |
|
|
inlinevirtual |
◆ GetRowHeader()
const char * TGSimpleTableInterface::GetRowHeader |
( |
UInt_t |
row | ) |
|
|
virtual |
◆ GetValue()
◆ GetValueAsString()
const char * TGSimpleTableInterface::GetValueAsString |
( |
UInt_t |
row, |
|
|
UInt_t |
column |
|
) |
| |
|
virtual |
◆ fData
Double_t** TGSimpleTableInterface::fData |
|
private |
◆ fNColumns
UInt_t TGSimpleTableInterface::fNColumns |
|
private |
◆ fNRows
UInt_t TGSimpleTableInterface::fNRows |
|
private |
[legend]