Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TGDimension Class Reference

Definition at line 27 of file TGDimension.h.

Public Member Functions

 TGDimension ()
 
 TGDimension (UInt_t width, UInt_t height)
 
 TGDimension (const TGDimension &d)
 
virtual ~TGDimension ()
 
TGDimension operator+ (const TGDimension &b) const
 
TGDimension operator- (const TGDimension &b) const
 
Bool_t operator== (const TGDimension &b) const
 

Public Attributes

UInt_t fHeight
 
UInt_t fWidth
 

#include <TGDimension.h>

Constructor & Destructor Documentation

◆ TGDimension() [1/3]

TGDimension::TGDimension ( )
inline

Definition at line 32 of file TGDimension.h.

◆ TGDimension() [2/3]

TGDimension::TGDimension ( UInt_t  width,
UInt_t  height 
)
inline

Definition at line 33 of file TGDimension.h.

◆ TGDimension() [3/3]

TGDimension::TGDimension ( const TGDimension d)
inline

Definition at line 34 of file TGDimension.h.

◆ ~TGDimension()

virtual TGDimension::~TGDimension ( )
inlinevirtual

Definition at line 35 of file TGDimension.h.

Member Function Documentation

◆ operator+()

TGDimension TGDimension::operator+ ( const TGDimension b) const
inline

Definition at line 41 of file TGDimension.h.

◆ operator-()

TGDimension TGDimension::operator- ( const TGDimension b) const
inline

Definition at line 39 of file TGDimension.h.

◆ operator==()

Bool_t TGDimension::operator== ( const TGDimension b) const
inline

Definition at line 37 of file TGDimension.h.

Member Data Documentation

◆ fHeight

UInt_t TGDimension::fHeight

Definition at line 30 of file TGDimension.h.

◆ fWidth

UInt_t TGDimension::fWidth

Definition at line 29 of file TGDimension.h.


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