12 #ifndef ROOT_TEvePointSetArrayEditor
13 #define ROOT_TEvePointSetArrayEditor
22 class TEveGDoubleValuator;
24 class TEvePointSetArray;
26 class TEvePointSetArrayEditor :
public TGedFrame
28 TEvePointSetArrayEditor(
const TEvePointSetArrayEditor&);
29 TEvePointSetArrayEditor& operator=(
const TEvePointSetArrayEditor&);
32 TEvePointSetArray *fM;
34 TEveGDoubleValuator *fRange;
37 TEvePointSetArrayEditor(
const TGWindow* p=0, Int_t width=170, Int_t height=30,
38 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
39 ~TEvePointSetArrayEditor();
41 virtual void SetModel(TObject* obj);
45 ClassDef(TEvePointSetArrayEditor, 0);