Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TTableRange Class Reference

Definition at line 235 of file TGTable.h.

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>

Constructor & Destructor Documentation

◆ TTableRange()

TTableRange::TTableRange ( )

TTableRange constuctor.

Definition at line 1543 of file TGTable.cxx.

◆ ~TTableRange()

virtual TTableRange::~TTableRange ( )
inlinevirtual

Definition at line 243 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 1559 of file TGTable.cxx.

◆ Print()

void TTableRange::Print ( )
virtual

Print the values of a range.

Definition at line 1550 of file TGTable.cxx.

Member Data Documentation

◆ fXbr

UInt_t TTableRange::fXbr

Bottom right X coordinate.

Definition at line 239 of file TGTable.h.

◆ fXtl

UInt_t TTableRange::fXtl

Top left X coordinate.

Definition at line 237 of file TGTable.h.

◆ fYbr

UInt_t TTableRange::fYbr

Bottom right Y coordinate.

Definition at line 240 of file TGTable.h.

◆ fYtl

UInt_t TTableRange::fYtl

Top left Y coordinate.

Definition at line 238 of file TGTable.h.

Libraries for TTableRange:

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