12 #ifndef ROOT_TFunctionParametersDialog 13 #define ROOT_TFunctionParametersDialog TGCompositeFrame * fContNam
TGCompositeFrame * fContVal
virtual ~TFunctionParametersDialog()
Destructor.
TGCompositeFrame * fContFix
TGCompositeFrame * fContSld
virtual void DoOK()
Slot related to the OK button.
virtual void DoParMaxLimit()
Slot related to the maximum parameter limit settings.
TFunctionParametersDialog(const TGWindow *p, const TGWindow *main, TF1 *func, TVirtualPad *pad, Double_t rmin, Double_t rmax)
Create the parameters' dialog of currently selected function 'func'.
#define ClassDef(name, id)
virtual void RedrawFunction()
Redraw function graphics.
TGNumberEntryField ** fParMin
TVirtualPad is an abstract base class for the Pad and Canvas classes.
TGTripleHSlider ** fParSld
virtual void DoApply()
Slot related to the Preview button.
virtual void DoParValue()
Slot related to the parameter value settings.
static void update(gsl_integration_workspace *workspace, double a1, double b1, double area1, double error1, double a2, double b2, double area2, double error2)
TGCompositeFrame * fContMax
virtual void DoCancel()
Slot related to the Cancel button.
TGNumberEntryField ** fParMax
double func(double *x, double *p)
TGCompositeFrame * fContMin
virtual void DoParMinLimit()
Slot related to the minumum parameter limit settings.
virtual void DoReset()
Slot related to the Reset button.
virtual void CloseWindow()
Close parameters' dialog.
virtual void HandleButtons(Bool_t update)
Handle the button dependent states in this dialog.
virtual void DoSlider()
Slot related to the parameters' value settings.
virtual void DoFix(Bool_t on)
Slot related to the Fix check button.
int main(int argc, char **argv)