ROOT  6.06/09
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 constuctor.

Definition at line 1558 of file TGTable.cxx.

virtual TTableRange::~TTableRange ( )
inlinevirtual

Definition at line 242 of file TGTable.h.

Member Function Documentation

Bool_t TTableRange::operator== ( TTableRange other)

Operator to determine if 2 ranges are equal.

Definition at line 1574 of file TGTable.cxx.

void TTableRange::Print ( )
virtual

Print the values of a range.

Definition at line 1565 of file TGTable.cxx.

Member Data Documentation

UInt_t TTableRange::fXbr
UInt_t TTableRange::fXtl
UInt_t TTableRange::fYbr
UInt_t TTableRange::fYtl

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