#include <TLatex.h>
Definition at line 43 of file TLatex.h.
TLatexFormSize::TLatexFormSize | ( | ) | [inline] |
virtual TLatexFormSize::~TLatexFormSize | ( | ) | [inline, virtual] |
TLatexFormSize::TLatexFormSize | ( | const TLatexFormSize & | form | ) | [inline] |
virtual TLatexFormSize::~TLatexFormSize | ( | ) | [inline, virtual] |
TLatexFormSize::TLatexFormSize | ( | const TLatexFormSize & | form | ) | [inline] |
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] |
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] |
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.
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] |
TLatexFormSize TLatexFormSize::AddOver | ( | TLatexFormSize | f | ) | [inline] |
TLatexFormSize TLatexFormSize::AddUnder | ( | TLatexFormSize | f | ) | [inline] |
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] |
Double_t TLatexFormSize::Over | ( | ) | const [inline] |
Double_t TLatexFormSize::Under | ( | ) | const [inline] |
Double_t TLatexFormSize::Height | ( | ) | const [inline] |
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().