#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 change: Wed Jun 25 08:37:43 2008
Last generated: 2008-06-25 08:37
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.