139 fHistoName->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
140 fEntries->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
141 fOverflow->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
142 fMean->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
143 fUnderflow->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
144 fRMS->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
145 fIntegral->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
146 fSkewness->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
147 fKurtosis->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
152 fErrors->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoFitOptions()");
153 fErrors->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"SetValuesON(Bool_t");
246 if (stat == 1) stat = 1000000001;
263 if (fit == 1) fit = 10001;
ULong_t Pixel_t
Pixel value.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void on
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
The base class for composite widgets (menu bars, list boxes, etc.).
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
TGCompositeFrame(const TGCompositeFrame &)=delete
This class describes layout hints used by the layout classes.
ROOT GUI Window base class.
Base frame for implementing GUI - a service class.
Bool_t fInit
init flag for setting signals/slots
virtual void MakeTitle(const char *title)
Create attribute frame title.
virtual void Update()
Update the current pad when an attribute is changed via GUI.
Bool_t fAvoidSignal
flag for executing slots
Mother of all ROOT objects.
Implements GUI for editing attributes of TPaveStats objects.
TGCheckButton * fUnderflow
underflow number check box
~TPaveStatsEditor() override
Destructor of fill editor.
virtual void DoStatOptions()
Slot connected to the stat options.
TGCheckButton * fRMS
RMS check box.
TGCheckButton * fNameValues
parameters' name/values check box
virtual void DoFitOptions()
Slot connected to the fit options.
virtual void SetValuesON(Bool_t on)
Slot connected to the selection of the button 'Errors': check button Values should be selected if Err...
TGCheckButton * fErrors
error check box
TPaveStats * fPaveStats
TPaveStats object.
TGCheckButton * fStatsErrors
statistics error check box
TGCheckButton * fIntegral
integral of bins check box
void SetModel(TObject *obj) override
Set GUI widgets according to the used TPaveStats attributes.
TGCheckButton * fChisquare
Chisquare check box.
TGCheckButton * fOverflow
overflow number check box
TGCheckButton * fMean
mean value check box
TPaveStatsEditor(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of TPaveStats GUI.
TGCheckButton * fEntries
entries' number check box
TGCheckButton * fProbability
probability check box
TGCheckButton * fSkewness
skewness check box
virtual void ConnectSignals2Slots()
Connect signals to slots.
TGCheckButton * fKurtosis
kurtosis check box
TGCheckButton * fHistoName
histo name check box
The histogram statistics painter class.
Int_t GetOptStat() const
Return the stat option.
void SetOptStat(Int_t stat=1)
Set the stat option.
Int_t GetOptFit() const
Return the fit option.
void SetOptFit(Int_t fit=1)
Set the fit option.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.