TLatexFormSize Class Reference

#include <TLatex.h>

List of all members.

Public Member Functions

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

Private Attributes

Double_t fWidth
Double_t fOver
Double_t fUnder


Detailed Description

Definition at line 43 of file TLatex.h.


Constructor & Destructor Documentation

TLatexFormSize::TLatexFormSize (  )  [inline]

Definition at line 47 of file TLatex.h.

Referenced by AddOver(), AddUnder(), and operator+().

TLatexFormSize::TLatexFormSize ( Double_t  x,
Double_t  y1,
Double_t  y2 
) [inline]

Definition at line 48 of file TLatex.h.

virtual TLatexFormSize::~TLatexFormSize (  )  [inline, virtual]

Definition at line 49 of file TLatex.h.

TLatexFormSize::TLatexFormSize ( const TLatexFormSize form  )  [inline]

Definition at line 50 of file TLatex.h.

TLatexFormSize::TLatexFormSize (  )  [inline]

Definition at line 47 of file TLatex.h.

TLatexFormSize::TLatexFormSize ( Double_t  x,
Double_t  y1,
Double_t  y2 
) [inline]

Definition at line 48 of file TLatex.h.

virtual TLatexFormSize::~TLatexFormSize (  )  [inline, virtual]

Definition at line 49 of file TLatex.h.

TLatexFormSize::TLatexFormSize ( const TLatexFormSize form  )  [inline]

Definition at line 50 of file TLatex.h.


Member Function Documentation

TLatexFormSize TLatexFormSize::operator+ ( TLatexFormSize  f  )  [inline]

Definition at line 54 of file TLatex.h.

References fOver, fUnder, fWidth, TMath::Max(), and TLatexFormSize().

void TLatexFormSize::operator+= ( TLatexFormSize  f  )  [inline]

Definition at line 56 of file TLatex.h.

References fOver, fUnder, fWidth, and TMath::Max().

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

Definition at line 59 of file TLatex.h.

References fOver, fUnder, and fWidth.

Referenced by TLatex::Analyse().

TLatexFormSize TLatexFormSize::AddOver ( TLatexFormSize  f  )  [inline]

Definition at line 60 of file TLatex.h.

References fOver, fUnder, fWidth, and TLatexFormSize().

Referenced by TLatex::Analyse().

TLatexFormSize TLatexFormSize::AddUnder ( TLatexFormSize  f  )  [inline]

Definition at line 62 of file TLatex.h.

References fOver, fUnder, fWidth, and TLatexFormSize().

TLatexFormSize TLatexFormSize::AddOver ( TLatexFormSize  f1,
TLatexFormSize  f2 
) [inline]

Definition at line 64 of file TLatex.h.

References f2, fOver, fUnder, fWidth, TMath::Max(), Over(), TLatexFormSize(), and Width().

Double_t TLatexFormSize::Width (  )  const [inline]

Definition at line 68 of file TLatex.h.

References fWidth.

Referenced by AddOver(), TLatex::Analyse(), TLatex::GetBoundingBox(), TLatex::GetXsize(), TLatex::PaintLatex(), and TLatex::Savefs().

Double_t TLatexFormSize::Over (  )  const [inline]

Definition at line 69 of file TLatex.h.

References fOver.

Referenced by AddOver(), TLatex::Analyse(), TLatex::PaintLatex(), and TLatex::Savefs().

Double_t TLatexFormSize::Under (  )  const [inline]

Definition at line 70 of file TLatex.h.

References fUnder.

Referenced by TLatex::Analyse(), TLatex::PaintLatex(), and TLatex::Savefs().

Double_t TLatexFormSize::Height (  )  const [inline]

Definition at line 71 of file TLatex.h.

References fOver, and fUnder.

Referenced by TLatex::Analyse(), TLatex::GetBoundingBox(), TLatex::GetYsize(), and TLatex::PaintLatex().

TLatexFormSize TLatexFormSize::operator+ ( TLatexFormSize  f  )  [inline]

Definition at line 54 of file TLatex.h.

References fOver, fUnder, fWidth, TMath::Max(), and TLatexFormSize().

void TLatexFormSize::operator+= ( TLatexFormSize  f  )  [inline]

Definition at line 56 of file TLatex.h.

References fOver, fUnder, fWidth, and TMath::Max().

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

Definition at line 59 of file TLatex.h.

References fOver, fUnder, and fWidth.

TLatexFormSize TLatexFormSize::AddOver ( TLatexFormSize  f  )  [inline]

Definition at line 60 of file TLatex.h.

References fOver, fUnder, fWidth, and TLatexFormSize().

TLatexFormSize TLatexFormSize::AddUnder ( TLatexFormSize  f  )  [inline]

Definition at line 62 of file TLatex.h.

References fOver, fUnder, fWidth, and TLatexFormSize().

TLatexFormSize TLatexFormSize::AddOver ( TLatexFormSize  f1,
TLatexFormSize  f2 
) [inline]

Definition at line 64 of file TLatex.h.

References f2, fOver, fUnder, fWidth, TMath::Max(), Over(), TLatexFormSize(), and Width().

Double_t TLatexFormSize::Width (  )  const [inline]

Definition at line 68 of file TLatex.h.

References fWidth.

Double_t TLatexFormSize::Over (  )  const [inline]

Definition at line 69 of file TLatex.h.

References fOver.

Double_t TLatexFormSize::Under (  )  const [inline]

Definition at line 70 of file TLatex.h.

References fUnder.

Double_t TLatexFormSize::Height (  )  const [inline]

Definition at line 71 of file TLatex.h.

References fOver, and fUnder.


Member Data Documentation

Double_t TLatexFormSize::fWidth [private]

Definition at line 45 of file TLatex.h.

Referenced by AddOver(), AddUnder(), operator+(), operator+=(), Set(), and Width().

Double_t TLatexFormSize::fOver [private]

Definition at line 45 of file TLatex.h.

Referenced by AddOver(), AddUnder(), Height(), operator+(), operator+=(), Over(), and Set().

Double_t TLatexFormSize::fUnder [private]

Definition at line 45 of file TLatex.h.

Referenced by AddOver(), AddUnder(), Height(), operator+(), operator+=(), Set(), and Under().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:42:14 2011 for ROOT_528-00b_version by  doxygen 1.5.1