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