11 #ifndef ROOT_TGeoTorusEditor
12 #define ROOT_TGeoTorusEditor
27 class TGeoTorusEditor :
public TGeoGedFrame {
39 Bool_t fIsShapeEditable;
41 TGTextEntry *fShapeName;
43 TGNumberEntry *fERmin;
44 TGNumberEntry *fERmax;
45 TGNumberEntry *fEPhi1;
46 TGNumberEntry *fEDphi;
49 TGCheckButton *fDelayed;
51 virtual void ConnectSignals2Slots();
52 Bool_t IsDelayed()
const;
55 TGeoTorusEditor(
const TGWindow *p = 0,
56 Int_t width = 140, Int_t height = 30,
57 UInt_t options = kChildFrame,
58 Pixel_t back = GetDefaultFrameBackground());
59 virtual ~TGeoTorusEditor();
60 virtual void SetModel(TObject *obj);
72 ClassDef(TGeoTorusEditor,0)