Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TFitParametersDialog.cxx File Reference
#include "TFitParametersDialog.h"
#include "TF1.h"
#include "TGButton.h"
#include "TGLabel.h"
#include "TGLayout.h"
#include "TGTextEntry.h"
#include "TGMsgBox.h"
#include "TGNumberEntry.h"
#include "TGTripleSlider.h"
#include "TVirtualPad.h"
#include "TMath.h"
#include <limits>
Include dependency graph for TFitParametersDialog.cxx:

Enumerations

enum  EParametersDialogWid {
  kNAME , kFIX = 10 , kBND = 20 , kVAL = 30 ,
  kMIN = 40 , kMAX = 50 , kSLD = 60 , kSTP = 70 ,
  kERR = 80 , kUPDATE = 8888 , kRESET , kAPPLY ,
  kOK , kCANCEL
}
 

Enumeration Type Documentation

◆ EParametersDialogWid

Enumerator
kNAME 
kFIX 
kBND 
kVAL 
kMIN 
kMAX 
kSLD 
kSTP 
kERR 
kUPDATE 
kRESET 
kAPPLY 
kOK 
kCANCEL 

Definition at line 35 of file TFitParametersDialog.cxx.