11 #ifndef ROOT_TGeoParaEditor
12 #define ROOT_TGeoParaEditor
27 class TGeoParaEditor :
public TGeoGedFrame {
40 Bool_t fIsShapeEditable;
42 TGTextEntry *fShapeName;
46 TGNumberEntry *fEAlpha;
47 TGNumberEntry *fETheta;
48 TGNumberEntry *fEPhi ;
51 TGCheckButton *fDelayed;
53 virtual void ConnectSignals2Slots();
54 Bool_t IsDelayed()
const;
57 TGeoParaEditor(
const TGWindow *p = 0,
58 Int_t width = 140, Int_t height = 30,
59 UInt_t options = kChildFrame,
60 Pixel_t back = GetDefaultFrameBackground());
61 virtual ~TGeoParaEditor();
62 virtual void SetModel(TObject *obj);
75 ClassDef(TGeoParaEditor,0)