#ifndef ROOT_TGeoPgonEditor
#define ROOT_TGeoPgonEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoPconEditor
#include "TGeoPconEditor.h"
#endif
class TGNumberEntry;
class TGTab;
class TGeoPgonEditor : public TGeoPconEditor {
protected:
Int_t fNedgesi;
TGNumberEntry *fENedges;
virtual void CreateEdges();
public:
TGeoPgonEditor(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual ~TGeoPgonEditor();
virtual void SetModel(TObject *obj);
void DoNedges();
virtual void DoApply();
virtual void DoUndo();
ClassDef(TGeoPgonEditor,0)
};
#endif
Last change: Wed Jun 25 08:45:20 2008
Last generated: 2008-06-25 08:45
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.