int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
double Double_t
Double 8 bytes.
float Float_t
Float 4 bytes (float).
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
TBox()
Box default constructor.
Use the TLine constructor to create a simple line.
TObject()
TObject constructor.
virtual Int_t GetSize() const
virtual void DrawFile(const char *filename, Option_t *option="")
virtual void InsertText(const char *label)
Int_t fLongest
Length of the longest line.
virtual TText * GetLine(Int_t number) const
virtual TList * GetListOfLines() const
const char * GetLabel() const
TList * fLines
List of labels.
TPaveText(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="br")
virtual void DeleteText()
virtual void SetMargin(Float_t margin=0.05)
void Print(Option_t *option="") const override
Dump this pave with its attributes.
Float_t GetMargin() const
virtual void InsertLine()
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
virtual void ReadFile(const char *filename, Option_t *option="", Int_t nlines=50, Int_t fromline=0)
virtual void SetLabel(const char *label)
virtual TText * AddText(const char *label)
virtual TLine * AddLine(Double_t x1=0, Double_t y1=0, Double_t x2=0, Double_t y2=0)
virtual void SaveLines(std::ostream &out, const char *name, Bool_t)
void Clear(Option_t *option="") override
TPaveText & operator=(const TPaveText &)
virtual TBox * AddBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
void Draw(Option_t *option="") override
Draw this pave with its current attributes.
virtual void PaintPrimitives(Int_t mode)
virtual TObject * GetObject(Double_t &ymouse, Double_t &yobj) const
void Paint(Option_t *option="") override
Paint this pave with its current attributes.
TString fLabel
Label written at the top of the pavetext.
virtual void SetAllWith(const char *text, Option_t *option, Double_t value)
TPaveText(const TPaveText &pavetext)
virtual TText * GetLineWith(const char *text) const
Float_t fMargin
Text margin.
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
void UseCurrentStyle() override
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyl...
TPave()
Pave default constructor.