ROOT logo
#ifndef INSERTFUNCTIONDIALOG
#define INSERTFUNCTIONDIALOG
#include "TObject.h"
#include "TCanvas.h"
#include "TPad.h"
#include "TString.h"
#include "TGMrbValuesAndText.h"
//_____________________________________________________________________________________


class InsertFunctionDialog : public TObject {

private:
   void *fValp[100];
   TList *fRow_lab;
   TGMrbValuesAndText *fDialog;
   TCanvas  *fCanvas;
//	TPad     *fPad;
   TString  *fTpointer;
   Double_t fPar[10];
   Int_t 	fNpar;
   TString  fName;
   TString  fXtitle;
   TString  fYtitle;
   Double_t fFrom;
   Double_t fTo;
   Color_t  fCol;
   Int_t    fPadOpacity;
   Int_t    fNew_canvas;

public:
   InsertFunctionDialog();
   virtual ~InsertFunctionDialog();
   void InsertFunctionExecute();
//	void    ObjCreated(Int_t px, Int_t py, TObject *obj) {fPad = (TPad*)obj;};
//	void    ObjMoved(Int_t px, Int_t py, TObject *obj) { };
   void SaveDefaults();
   void RestoreDefaults();
   void RecursiveRemove(TObject * obj);
   void CloseDialog();
   void CloseDown(Int_t wid);
   void IncrementIndex(TString * arg);
   Int_t GetFunctionPad(TPad *ipad = NULL);
   void    CRButtonPressed(Int_t /*wid*/, Int_t /*bid*/, TObject */*obj*/) {};

ClassDef(InsertFunctionDialog,0)
};
#endif
 InsertFunctionDialog.h:1
 InsertFunctionDialog.h:2
 InsertFunctionDialog.h:3
 InsertFunctionDialog.h:4
 InsertFunctionDialog.h:5
 InsertFunctionDialog.h:6
 InsertFunctionDialog.h:7
 InsertFunctionDialog.h:8
 InsertFunctionDialog.h:9
 InsertFunctionDialog.h:10
 InsertFunctionDialog.h:11
 InsertFunctionDialog.h:12
 InsertFunctionDialog.h:13
 InsertFunctionDialog.h:14
 InsertFunctionDialog.h:15
 InsertFunctionDialog.h:16
 InsertFunctionDialog.h:17
 InsertFunctionDialog.h:18
 InsertFunctionDialog.h:19
 InsertFunctionDialog.h:20
 InsertFunctionDialog.h:21
 InsertFunctionDialog.h:22
 InsertFunctionDialog.h:23
 InsertFunctionDialog.h:24
 InsertFunctionDialog.h:25
 InsertFunctionDialog.h:26
 InsertFunctionDialog.h:27
 InsertFunctionDialog.h:28
 InsertFunctionDialog.h:29
 InsertFunctionDialog.h:30
 InsertFunctionDialog.h:31
 InsertFunctionDialog.h:32
 InsertFunctionDialog.h:33
 InsertFunctionDialog.h:34
 InsertFunctionDialog.h:35
 InsertFunctionDialog.h:36
 InsertFunctionDialog.h:37
 InsertFunctionDialog.h:38
 InsertFunctionDialog.h:39
 InsertFunctionDialog.h:40
 InsertFunctionDialog.h:41
 InsertFunctionDialog.h:42
 InsertFunctionDialog.h:43
 InsertFunctionDialog.h:44
 InsertFunctionDialog.h:45
 InsertFunctionDialog.h:46
 InsertFunctionDialog.h:47
 InsertFunctionDialog.h:48