#ifndef ROOT_TGeoHypeEditor
#define ROOT_TGeoHypeEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoGedFrame
#include "TGeoGedFrame.h"
#endif
class TGeoHype;
class TGeoTabManager;
class TGTextEntry;
class TGNumberEntry;
class TGTab;
class TGComboBox;
class TGTextButton;
class TGCheckButton;
class TString;
class TGeoHypeEditor : public TGeoGedFrame {
protected:
   Double_t             fRini;              
   Double_t             fRouti;             
   Double_t             fDzi;               
   Double_t             fStIni;             
   Double_t             fStOuti;            
   TString              fNamei;             
   TGeoHype            *fShape;             
   Bool_t               fIsModified;        
   Bool_t               fIsShapeEditable;   
   TGTextEntry         *fShapeName;         
   TGNumberEntry       *fERin;              
   TGNumberEntry       *fERout;             
   TGNumberEntry       *fEDz;               
   TGNumberEntry       *fEStIn;             
   TGNumberEntry       *fEStOut;            
   TGTextButton        *fApply;             
   TGTextButton        *fUndo;              
   TGCheckButton       *fDelayed;           
   virtual void ConnectSignals2Slots();   
   Bool_t       IsDelayed() const;   
public:
   TGeoHypeEditor(const TGWindow *p = 0,
                   Int_t width = 140, Int_t height = 30,
                   UInt_t options = kChildFrame,
                   Pixel_t back = GetDefaultFrameBackground());
   virtual ~TGeoHypeEditor();
   virtual void   SetModel(TObject *obj);
   void           DoRin();
   void           DoRout();
   void           DoDz();
   void           DoStIn();
   void           DoStOut();
   void           DoModified();
   void           DoName();
   void           DoApply();
   void           DoUndo();
   
   ClassDef(TGeoHypeEditor,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.