#ifndef ROOT_TGeoEltuEditor
#define ROOT_TGeoEltuEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoGedFrame
#include "TGeoGedFrame.h"
#endif
class TGeoEltu;
class TGeoTabManager;
class TGTextEntry;
class TGNumberEntry;
class TGTab;
class TGComboBox;
class TGTextButton;
class TGCheckButton;
class TString;
class TGeoEltuEditor : public TGeoGedFrame {
protected:
   Double_t             fAi;                
   Double_t             fBi;                
   Double_t             fDzi;               
   TString              fNamei;             
   TGeoEltu            *fShape;             
   Bool_t               fIsModified;        
   Bool_t               fIsShapeEditable;   
   TGTextEntry         *fShapeName;         
   TGNumberEntry       *fEA;                
   TGNumberEntry       *fEB;                
   TGNumberEntry       *fEDz;               
   TGTextButton        *fApply;             
   TGTextButton        *fUndo;              
   TGCheckButton       *fDelayed;           
  
   virtual void ConnectSignals2Slots();   
   Bool_t       IsDelayed() const; 
public:
   TGeoEltuEditor(const TGWindow *p = 0,
                   Int_t width = 140, Int_t height = 30,
                   UInt_t options = kChildFrame,
                   Pixel_t back = GetDefaultFrameBackground());
   virtual ~TGeoEltuEditor();
   virtual void   SetModel(TObject *obj);
   void           DoA();
   void           DoB();
   void           DoDz();
   void           DoModified();
   void           DoName();
   void           DoApply();
   void           DoUndo();
   
   ClassDef(TGeoEltuEditor,0)   
};   
  
#endif                    
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.