#include <TPavesText.h>
Inheritance diagram for TPavesText:
Public Member Functions | |
TPavesText () | |
TPavesText (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t npaves=5, Option_t *option="br") | |
TPavesText (const TPavesText &pavestext) | |
virtual | ~TPavesText () |
virtual void | Draw (Option_t *option="") |
virtual Int_t | GetNpaves () |
virtual void | Paint (Option_t *option="") |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | SetNpaves (Int_t npaves=5) |
TPavesText () | |
TPavesText (Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t npaves=5, Option_t *option="br") | |
TPavesText (const TPavesText &pavestext) | |
virtual | ~TPavesText () |
virtual void | Draw (Option_t *option="") |
virtual Int_t | GetNpaves () |
virtual void | Paint (Option_t *option="") |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | SetNpaves (Int_t npaves=5) |
Protected Attributes | |
Int_t | fNpaves |
Definition at line 28 of file TPavesText.h.
TPavesText::TPavesText | ( | ) |
TPavesText::TPavesText | ( | const TPavesText & | pavestext | ) |
TPavesText::~TPavesText | ( | ) | [virtual] |
Definition at line 67 of file TPavesText.cxx.
TPavesText::TPavesText | ( | ) |
TPavesText::TPavesText | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | npaves = 5 , |
|||
Option_t * | option = "br" | |||
) |
TPavesText::TPavesText | ( | const TPavesText & | pavestext | ) |
virtual TPavesText::~TPavesText | ( | ) | [virtual] |
void TPavesText::Draw | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TPaveText.
Definition at line 88 of file TPavesText.cxx.
References TObject::AppendPad().
Referenced by framework().
virtual Int_t TPavesText::GetNpaves | ( | ) | [inline, virtual] |
void TPavesText::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TPaveText.
Definition at line 97 of file TPavesText.cxx.
References TPave::ConvertNDCtoPad(), fNpaves, TBox::fX1, TBox::fX2, TBox::fY1, TBox::fY2, TPave::GetBorderSize(), TPave::GetOption(), gPad, TPaveText::Paint(), TPave::PaintPave(), x1, and x2.
void TPavesText::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TPaveText.
Definition at line 129 of file TPavesText.cxx.
References xmlio::Class, TROOT::ClassSaved(), TPave::fBorderSize, TPaveText::fLabel, fNpaves, TPave::fOption, TBox::fX1, TBox::fX2, TBox::fY1, TBox::fY2, TPave::GetName(), gROOT, TString::Length(), TAttFill::SaveFillAttributes(), TAttLine::SaveLineAttributes(), TPaveText::SaveLines(), and TAttText::SaveTextAttributes().
virtual void TPavesText::SetNpaves | ( | Int_t | npaves = 5 |
) | [inline, virtual] |
virtual Int_t TPavesText::GetNpaves | ( | ) | [inline, virtual] |
virtual void TPavesText::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TPaveText.
virtual void TPavesText::SetNpaves | ( | Int_t | npaves = 5 |
) | [inline, virtual] |
Int_t TPavesText::fNpaves [protected] |
Definition at line 31 of file TPavesText.h.
Referenced by GetNpaves(), Paint(), SavePrimitive(), SetNpaves(), and TPavesText().