ROOT logo
#ifndef INSERTTEXTBOXDIALOG
#define INSERTTEXTBOXDIALOG
#include "TGMrbValuesAndText.h"
#include "GrCanvas.h"
#include "TObject.h"
//_____________________________________________________________________________________


class InsertTextBoxDialog : public TObject {

private:
   void *fValp[100];
   TList *fRow_lab;
   TGMrbValuesAndText *fDialog;
   TCanvas      *fCanvas;
	TPad       * fPad;
   Double_t   fX1;         //
   Double_t   fY1;         // 
   Double_t   fDx;         //
   Double_t   fDy;         // 
   Color_t    fColor;      // line color 
   Width_t    fWidth;  	   // line width
   Style_t    fStyle;      // line style
   Color_t    fFillColor;  // fill color 
   Style_t    fFillStyle;  // fill style
   Double_t   fCornerRadius;
   Int_t      fRoundCorners;
   Int_t      fShowShadow;
   Int_t      fBorderSize;          // Size of Shadow
   Short_t    fShadowPosition;     // convention like in text align
   Int_t      fNoAlign;
   Int_t      fWeakAlign;
   Int_t      fStrongAlign;
   Int_t      fNpaves;
public:
   InsertTextBoxDialog();
   virtual ~InsertTextBoxDialog();
   void    ExecuteInsert();
	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    CRButtonPressed(Int_t /*wid*/, Int_t /*bid*/, TObject */*obj*/) {};

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