Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TLatex::TLatexFormSize Class Reference

TLatex helper class used to compute the size of a portion of a formula.

Definition at line 46 of file TLatex.h.

Public Member Functions

 TLatexFormSize ()
 
 TLatexFormSize (Double_t x, Double_t y1, Double_t y2)
 
 TLatexFormSize (const TLatexFormSize &form)
 
virtual ~TLatexFormSize ()
 
TLatexFormSize AddOver (TLatexFormSize f)
 
TLatexFormSize AddOver (TLatexFormSize f1, TLatexFormSize f2)
 
TLatexFormSize AddUnder (TLatexFormSize f)
 
Double_t Height () const
 
TLatexFormSize operator+ (TLatexFormSize f)
 
void operator+= (TLatexFormSize f)
 
Double_t Over () const
 
void Set (Double_t x, Double_t y1, Double_t y2)
 
Double_t Under () const
 
Double_t Width () const
 

Private Attributes

Double_t fOver
 
Double_t fUnder
 
Double_t fWidth
 

#include <TLatex.h>

Constructor & Destructor Documentation

◆ TLatexFormSize() [1/3]

TLatex::TLatexFormSize::TLatexFormSize ( )
inline

Definition at line 51 of file TLatex.h.

◆ TLatexFormSize() [2/3]

TLatex::TLatexFormSize::TLatexFormSize ( Double_t  x,
Double_t  y1,
Double_t  y2 
)
inline

Definition at line 52 of file TLatex.h.

◆ ~TLatexFormSize()

virtual TLatex::TLatexFormSize::~TLatexFormSize ( )
inlinevirtual

Definition at line 53 of file TLatex.h.

◆ TLatexFormSize() [3/3]

TLatex::TLatexFormSize::TLatexFormSize ( const TLatexFormSize form)
inline

Definition at line 54 of file TLatex.h.

Member Function Documentation

◆ AddOver() [1/2]

TLatexFormSize TLatex::TLatexFormSize::AddOver ( TLatexFormSize  f)
inline

Definition at line 64 of file TLatex.h.

◆ AddOver() [2/2]

TLatexFormSize TLatex::TLatexFormSize::AddOver ( TLatexFormSize  f1,
TLatexFormSize  f2 
)
inline

Definition at line 68 of file TLatex.h.

◆ AddUnder()

TLatexFormSize TLatex::TLatexFormSize::AddUnder ( TLatexFormSize  f)
inline

Definition at line 66 of file TLatex.h.

◆ Height()

Double_t TLatex::TLatexFormSize::Height ( ) const
inline

Definition at line 75 of file TLatex.h.

◆ operator+()

TLatexFormSize TLatex::TLatexFormSize::operator+ ( TLatexFormSize  f)
inline

Definition at line 58 of file TLatex.h.

◆ operator+=()

void TLatex::TLatexFormSize::operator+= ( TLatexFormSize  f)
inline

Definition at line 60 of file TLatex.h.

◆ Over()

Double_t TLatex::TLatexFormSize::Over ( ) const
inline

Definition at line 73 of file TLatex.h.

◆ Set()

void TLatex::TLatexFormSize::Set ( Double_t  x,
Double_t  y1,
Double_t  y2 
)
inline

Definition at line 63 of file TLatex.h.

◆ Under()

Double_t TLatex::TLatexFormSize::Under ( ) const
inline

Definition at line 74 of file TLatex.h.

◆ Width()

Double_t TLatex::TLatexFormSize::Width ( ) const
inline

Definition at line 72 of file TLatex.h.

Member Data Documentation

◆ fOver

Double_t TLatex::TLatexFormSize::fOver
private

Definition at line 48 of file TLatex.h.

◆ fUnder

Double_t TLatex::TLatexFormSize::fUnder
private

Definition at line 48 of file TLatex.h.

◆ fWidth

Double_t TLatex::TLatexFormSize::fWidth
private

Definition at line 48 of file TLatex.h.


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