11 #ifndef ROOT_TGeoTrd1Editor
12 #define ROOT_TGeoTrd1Editor
27 class TGeoTrd1Editor :
public TGeoGedFrame {
38 Bool_t fIsShapeEditable;
40 TGTextEntry *fShapeName;
47 TGCheckButton *fDelayed;
49 virtual void ConnectSignals2Slots();
50 Bool_t IsDelayed()
const;
53 TGeoTrd1Editor(
const TGWindow *p = 0,
54 Int_t width = 140, Int_t height = 30,
55 UInt_t options = kChildFrame,
56 Pixel_t back = GetDefaultFrameBackground());
57 virtual ~TGeoTrd1Editor();
58 virtual void SetModel(TObject *obj);
69 ClassDef(TGeoTrd1Editor,0)