![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TTableRange () | |
TTableRange constuctor. More... | |
virtual | ~TTableRange () |
virtual void | Print () |
Print the values of a range. More... | |
Bool_t | operator== (TTableRange &other) |
Operator to determine if 2 ranges are equal. More... | |
Public Attributes | |
UInt_t | fXtl |
UInt_t | fYtl |
UInt_t | fXbr |
UInt_t | fYbr |
#include <TGTable.h>
TTableRange::TTableRange | ( | ) |
TTableRange constuctor.
Definition at line 1558 of file TGTable.cxx.
Bool_t TTableRange::operator== | ( | TTableRange & | other | ) |
Operator to determine if 2 ranges are equal.
Definition at line 1574 of file TGTable.cxx.
|
virtual |
Print the values of a range.
Definition at line 1565 of file TGTable.cxx.
UInt_t TTableRange::fXbr |
Definition at line 238 of file TGTable.h.
Referenced by TGTable::ExpandColumns(), TGTable::GetNTableColumns(), TGTable::Goto(), TGTable::GotoTableRange(), TGTable::Init(), TGTable::MoveTable(), operator==(), Print(), TGTable::SetInterface(), TGTable::ShrinkColumns(), TGTable::Update(), and TGTable::UserRangeChange().
UInt_t TTableRange::fXtl |
Definition at line 236 of file TGTable.h.
Referenced by TGTable::GetNTableColumns(), TGTable::Goto(), TGTable::GotoTableRange(), TGTable::MoveTable(), operator==(), Print(), TGTable::SetInterface(), TGTable::Update(), TGTable::UpdateHeaders(), TGTable::UpdateRangeFrame(), TGTable::UpdateView(), and TGTable::UserRangeChange().
UInt_t TTableRange::fYbr |
Definition at line 239 of file TGTable.h.
Referenced by TGTable::ExpandRows(), TGTable::GetNDataColumns(), TGTable::GetNDataRows(), TGTable::GetNTableRows(), TGTable::Goto(), TGTable::GotoTableRange(), TGTable::Init(), TGTable::MoveTable(), operator==(), Print(), TGTable::SetInterface(), TGTable::ShrinkRows(), TGTable::Update(), and TGTable::UserRangeChange().
UInt_t TTableRange::fYtl |
Definition at line 237 of file TGTable.h.
Referenced by TGTable::GetNDataColumns(), TGTable::GetNDataRows(), TGTable::GetNTableRows(), TGTable::Goto(), TGTable::GotoTableRange(), TGTable::MoveTable(), operator==(), Print(), TGTable::SetInterface(), TGTable::Update(), TGTable::UpdateHeaders(), TGTable::UpdateRangeFrame(), TGTable::UpdateView(), and TGTable::UserRangeChange().