Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TLatex::TLatexFormSize Class Reference

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

Definition at line 39 of file TLatex.h.

Public Member Functions

 TLatexFormSize ()=default
 
 TLatexFormSize (Double_t x, Double_t y1, Double_t y2)
 
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 {0}
 
Double_t fUnder {0}
 
Double_t fWidth {0}
 

#include <TLatex.h>

Constructor & Destructor Documentation

◆ TLatexFormSize() [1/2]

TLatex::TLatexFormSize::TLatexFormSize ( )
default

◆ TLatexFormSize() [2/2]

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

Definition at line 45 of file TLatex.h.

Member Function Documentation

◆ AddOver() [1/2]

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

Definition at line 54 of file TLatex.h.

◆ AddOver() [2/2]

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

Definition at line 58 of file TLatex.h.

◆ AddUnder()

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

Definition at line 56 of file TLatex.h.

◆ Height()

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

Definition at line 65 of file TLatex.h.

◆ operator+()

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

Definition at line 48 of file TLatex.h.

◆ operator+=()

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

Definition at line 50 of file TLatex.h.

◆ Over()

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

Definition at line 63 of file TLatex.h.

◆ Set()

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

Definition at line 53 of file TLatex.h.

◆ Under()

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

Definition at line 64 of file TLatex.h.

◆ Width()

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

Definition at line 62 of file TLatex.h.

Member Data Documentation

◆ fOver

Double_t TLatex::TLatexFormSize::fOver {0}
private

Definition at line 41 of file TLatex.h.

◆ fUnder

Double_t TLatex::TLatexFormSize::fUnder {0}
private

Definition at line 41 of file TLatex.h.

◆ fWidth

Double_t TLatex::TLatexFormSize::fWidth {0}
private

Definition at line 41 of file TLatex.h.

Libraries for TLatex::TLatexFormSize:

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