Public Member Functions | |
TTableRange () | |
TTableRange constuctor. | |
virtual | ~TTableRange () |
Bool_t | operator== (TTableRange &other) |
Operator to determine if 2 ranges are equal. | |
virtual void | Print () |
Print the values of a range. | |
Public Attributes | |
UInt_t | fXbr |
Bottom right X coordinate. | |
UInt_t | fXtl |
Top left X coordinate. | |
UInt_t | fYbr |
Bottom right Y coordinate. | |
UInt_t | fYtl |
Top left Y coordinate. | |
#include <TGTable.h>
TTableRange::TTableRange | ( | ) |
TTableRange constuctor.
Definition at line 1543 of file TGTable.cxx.
Bool_t TTableRange::operator== | ( | TTableRange & | other | ) |
Operator to determine if 2 ranges are equal.
Definition at line 1559 of file TGTable.cxx.
|
virtual |
Print the values of a range.
Definition at line 1550 of file TGTable.cxx.