Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TTableRange Class Reference

Definition at line 235 of file TGTable.h.

Public Member Functions

 TTableRange ()
 TTableRange constuctor.
 
virtual ~TTableRange ()
 
virtual TClassIsA () const
 
Bool_t operator== (TTableRange &other)
 Operator to determine if 2 ranges are equal.
 
virtual void Print ()
 Print the values of a range.
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

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

◆ Class()

static TClass * TTableRange::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * TTableRange::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t TTableRange::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 248 of file TGTable.h.

◆ DeclFileName()

static const char * TTableRange::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 248 of file TGTable.h.

◆ IsA()

virtual TClass * TTableRange::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Definition at line 248 of file TGTable.h.

◆ 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.

◆ Streamer()

virtual void TTableRange::Streamer ( TBuffer )
virtual

◆ StreamerNVirtual()

void TTableRange::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 248 of file TGTable.h.

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: