#ifndef ROOT_TEvePolygonSetProjectedEditor
#define ROOT_TEvePolygonSetProjectedEditor
#include "TGedFrame.h"
class TGNumberEntry;
class TGColorSelect;
class TEvePolygonSetProjected;
class TEvePolygonSetProjectedEditor : public TGedFrame
{
   TEvePolygonSetProjectedEditor(const TEvePolygonSetProjectedEditor&);            
   TEvePolygonSetProjectedEditor& operator=(const TEvePolygonSetProjectedEditor&); 
protected:
   TEvePolygonSetProjected *fPS;         
   TGNumberEntry           *fLineWidth;  
   TGColorSelect           *fLineColor;  
public:
   TEvePolygonSetProjectedEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
                                 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
   ~TEvePolygonSetProjectedEditor() {}
   virtual void SetModel(TObject* obj);
   virtual void DoLineWidth();
   virtual void DoLineColor(Pixel_t color);
   ClassDef(TEvePolygonSetProjectedEditor, 0); 
};
#endif
Last update: Thu Jan 17 08:49:02 2008
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.