143 fHistoName->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
144 fEntries->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
145 fOverflow->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
146 fMean->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
147 fUnderflow->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
148 fRMS->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
149 fIntegral->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
150 fSkewness->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
151 fKurtosis->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoStatOptions()");
156 fErrors->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"DoFitOptions()");
157 fErrors->
Connect(
"Toggled(Bool_t)",
"TPaveStatsEditor",
this,
"SetValuesON(Bool_t");
250 if (stat == 1) stat = 1000000001;
267 if (fit == 1) fit = 10001;
void SetOptFit(Int_t fit=1)
Set the fit option.
TGCheckButton * fStatsErrors
virtual void ConnectSignals2Slots()
Connect signals to slots.
TGCheckButton * fIntegral
TGCheckButton * fChisquare
The histogram statistics painter class.
TPaveStatsEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of TPaveStats GUI.
TGCheckButton * fProbability
TGCheckButton * fSkewness
ClassImp(TPaveStatsEditor) enum EPaveStatsWid
virtual void Update()
Update the current pad when an attribute is changed via GUI.
TGCompositeFrame(const TGCompositeFrame &)
virtual void SetModel(TObject *obj)
Set GUI widgets according to the used TPaveStats attributes.
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...
virtual void DoStatOptions()
Slot connected to the stat options.
virtual ~TPaveStatsEditor()
Destructor of fill editor.
TGCheckButton * fHistoName
virtual void SetValuesON(Bool_t on)
Slot connected to the selection of the button 'Errors': check button Values should be selected if Err...
TGCheckButton * fUnderflow
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
TGCheckButton * fNameValues
Int_t GetOptStat() const
Return the stat option.
double f2(const double *x)
TGCheckButton * fKurtosis
virtual void DoFitOptions()
Slot connected to the fit options.
Int_t GetOptFit() const
Return the fit option.
virtual void MakeTitle(const char *title)
Create attribute frame title.
TGCheckButton * fOverflow
void SetOptStat(Int_t stat=1)
Set the stat option.