12 #ifndef ROOT_TEveShapeEditor
13 #define ROOT_TEveShapeEditor
24 class TEveShapeEditor :
public TGedFrame
27 TEveShapeEditor(
const TEveShapeEditor&);
28 TEveShapeEditor& operator=(
const TEveShapeEditor&);
33 TGNumberEntry *fLineWidth;
34 TGColorSelect *fLineColor;
35 TGCheckButton *fDrawFrame;
36 TGCheckButton *fHighlightFrame;
39 TEveShapeEditor(
const TGWindow* p=0, Int_t width=170, Int_t height=30,
40 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
41 virtual ~TEveShapeEditor() {}
43 virtual void SetModel(TObject* obj);
46 void DoLineColor(Pixel_t color);
48 void DoHighlightFrame();
50 ClassDef(TEveShapeEditor, 0);