Public Member Functions | |
TTableRange () | |
TTableRange constuctor. More... | |
virtual | ~TTableRange () |
Bool_t | operator== (TTableRange &other) |
Operator to determine if 2 ranges are equal. More... | |
virtual void | Print () |
Print the values of a range. More... | |
Public Attributes | |
UInt_t | fXbr |
UInt_t | fXtl |
UInt_t | fYbr |
UInt_t | fYtl |
#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.