Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TFunctionParametersDialog.cxx File Reference
#include "TFunctionParametersDialog.h"
#include "TTimer.h"
#include "TList.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 dependency graph for TFunctionParametersDialog.cxx:

Enumerations

enum  EParametersDialogWid {
  kNAME , kFIX = 10 , kVAL = 20 , kMIN = 30 ,
  kMAX = 40 , kSLD = 50 , kUPDATE = 8888 , kRESET ,
  kAPPLY , kOK , kCANCEL
}
 

Enumeration Type Documentation

◆ EParametersDialogWid

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

Definition at line 35 of file TFunctionParametersDialog.cxx.