#include <TColumnView.h>
Inheritance diagram for TColumnView:
Public Member Functions | |
TColumnView (const char *colName="", TTable *table=0) | |
virtual | ~TColumnView () |
virtual void | Browse (TBrowser *b) |
TH1 * | Histogram (const char *selection="") |
virtual Bool_t | IsFolder () const |
TColumnView (const char *colName="", TTable *table=0) | |
virtual | ~TColumnView () |
virtual void | Browse (TBrowser *b) |
TH1 * | Histogram (const char *selection="") |
virtual Bool_t | IsFolder () const |
Definition at line 21 of file TColumnView.h.
TColumnView::TColumnView | ( | const char * | colName = "" , |
|
TTable * | table = 0 | |||
) |
TColumnView::~TColumnView | ( | ) | [virtual] |
Definition at line 29 of file TColumnView.cxx.
TColumnView::TColumnView | ( | const char * | colName = "" , |
|
TTable * | table = 0 | |||
) |
virtual TColumnView::~TColumnView | ( | ) | [virtual] |
void TColumnView::Browse | ( | TBrowser * | b | ) | [virtual] |
Reimplemented from TChair.
Definition at line 34 of file TColumnView.cxx.
References TChair::Draw(), TNamed::GetName(), gPad, and IsFolder().
TH1 * TColumnView::Histogram | ( | const char * | selection = "" |
) |
Definition at line 47 of file TColumnView.cxx.
References TChair::Draw(), TNamed::GetName(), gPad, and h.
Bool_t TColumnView::IsFolder | ( | ) | const [virtual] |
Reimplemented from TChair.
Definition at line 59 of file TColumnView.cxx.
References TTable::GetColumnIndex(), TTable::GetColumnType(), TNamed::GetName(), kFALSE, TTable::kPtr, kTRUE, and TChair::Table().
Referenced by Browse().
TH1* TColumnView::Histogram | ( | const char * | selection = "" |
) |