11#ifndef ROOT_TPaveStats 
   12#define ROOT_TPaveStats 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t TPoint TPoint const char y2
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t format
 
Option_t Option_t TPoint TPoint const char y1
 
Use the TLine constructor to create a simple line.
 
Mother of all ROOT objects.
 
The histogram statistics painter class.
 
TPaveStats()
TPaveStats default constructor.
 
Int_t GetOptStat() const
Return the stat option.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
 
void EditText() override
Edit text at the mouse position.
 
void UseCurrentStyle() override
Replace current attributes by current style.
 
void InsertText(const char *) override
Add a new Text line at the mouse position.
 
void InsertLine() override
Add a new line at the mouse position.
 
virtual void SetStatFormat(const char *format="6.4g")
Change (i.e. set) the format for printing statistics.
 
void SetOptStat(Int_t stat=1)
Set the stat option.
 
Int_t fOptStat
option Stat
 
TLine * AddLine(Double_t, Double_t, Double_t, Double_t) override
Add a new graphics line to this pavetext.
 
TString fFitFormat
Printing format for fit parameters.
 
void DeleteText() override
Delete text at the mouse position.
 
TBox * AddBox(Double_t, Double_t, Double_t, Double_t) override
Add a new graphics box to this pavetext.
 
virtual const char * GetFitFormat() const
 
void SetMargin(Float_t) override
 
~TPaveStats() override
TPaveStats default destructor.
 
virtual void SetFitFormat(const char *format="5.4g")
Change (i.e. set) the format for printing fit parameters in statistics box.
 
TObject * fParent
owner of this TPaveStats
 
Int_t GetOptFit() const
Return the fit option.
 
TObject * GetParent() const override
 
virtual void SaveStyle()
Save This TPaveStats options in current style.
 
void SetParent(TObject *obj) override
 
void ReadFile(const char *, Option_t *, Int_t, Int_t) override
Read lines of filename in this pavetext.
 
void SetOptFit(Int_t fit=1)
Set the fit option.
 
virtual const char * GetStatFormat() const
 
void SetAllWith(const char *, Option_t *, Double_t) override
Set attribute option for all lines containing string text.
 
void Paint(Option_t *option="") override
Paint the pave stat.
 
TString fStatFormat
Printing format for stats.
 
A Pave (see TPave) with text, lines or/and boxes inside.
 
const char * Data() const