ROOT  6.06/09
Reference Guide
Enumerations | Functions
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:

Go to the source code of this file.

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, kNAME, kFIX = 10,
  kVAL = 20, kMIN = 30, kMAX = 40, kSLD = 50,
  kUPDATE = 8888, kRESET, kAPPLY, kOK,
  kCANCEL
}
 

Functions

 ClassImp (TFunctionParametersDialog) TFunctionParametersDialog
 Create the parameters' dialog of currently selected function 'func'. More...
 

Enumeration Type Documentation

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

Definition at line 35 of file TFunctionParametersDialog.cxx.

Function Documentation

ClassImp ( TFunctionParametersDialog  )

Create the parameters' dialog of currently selected function 'func'.

Definition at line 49 of file TFunctionParametersDialog.cxx.