11 #ifndef ROOT_TGeoTrd2Editor
12 #define ROOT_TGeoTrd2Editor
27 class TGeoTrd2Editor :
public TGeoGedFrame {
39 Bool_t fIsShapeEditable;
41 TGTextEntry *fShapeName;
49 TGCheckButton *fDelayed;
51 virtual void ConnectSignals2Slots();
52 Bool_t IsDelayed()
const;
55 TGeoTrd2Editor(
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 ~TGeoTrd2Editor();
60 virtual void SetModel(TObject *obj);
72 ClassDef(TGeoTrd2Editor,0)