ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | List of all members
TTableRange Class Reference

Definition at line 234 of file TGTable.h.

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>

Constructor & Destructor Documentation

§ TTableRange()

TTableRange::TTableRange ( )

TTableRange constuctor.

Definition at line 1558 of file TGTable.cxx.

§ ~TTableRange()

virtual TTableRange::~TTableRange ( )
inlinevirtual

Definition at line 242 of file TGTable.h.

Member Function Documentation

§ operator==()

Bool_t TTableRange::operator== ( TTableRange other)

Operator to determine if 2 ranges are equal.

Definition at line 1574 of file TGTable.cxx.

§ Print()

void TTableRange::Print ( )
virtual

Print the values of a range.

Definition at line 1565 of file TGTable.cxx.

Member Data Documentation

§ fXbr

UInt_t TTableRange::fXbr

§ fXtl

UInt_t TTableRange::fXtl

§ fYbr

UInt_t TTableRange::fYbr

§ fYtl

UInt_t TTableRange::fYtl

The documentation for this class was generated from the following files: