#include "TFitParametersDialog.h"
#include "TF1.h"
#include "TGButton.h"
#include "TGFrame.h"
#include "TGLabel.h"
#include "TGLayout.h"
#include "TGTextEntry.h"
#include "TGMsgBox.h"
#include "TGNumberEntry.h"
#include "TGTripleSlider.h"
#include "TVirtualPad.h"
#include <limits>
Go to the source code of this file.
Enumerations | |
enum | EParametersDialogWid |
Functions | |
ClassImp (TFitParametersDialog) TFitParametersDialog | |
Variables | |
const Double_t | kUnlimit = std::numeric_limits<double>::max() |
enum EParametersDialogWid |
Definition at line 35 of file TFitParametersDialog.cxx.
ClassImp | ( | TFitParametersDialog | ) |
Definition at line 54 of file TFitParametersDialog.cxx.
References TMath::Abs(), TGCompositeFrame::AddFrame(), E, f2, Form(), gClient, i, kAPPLY, kBND, kBottomLeft, kButtonDisabled, kButtonDown, kButtonUp, kCANCEL, kDeepCleanup, kDoubleScaleBoth, kERR, kFIX, kFixedWidth, kFPDNoneBounded, kHorizontalFrame, kLHintsCenterY, kLHintsExpandX, kLHintsLeft, kLHintsRight, kLHintsTop, kMAX, kMIN, kNAME, TGNumberFormat::kNEAAnyNumber, TGNumberFormat::kNESReal, kOK, kRESET, kSLD, kSTP, kUPDATE, kVAL, MapSubwindows(), MapWindow(), SetWindowName(), and TGClient::WaitFor().
Definition at line 52 of file TFitParametersDialog.cxx.