ultimatepp/uppdev/GeomTest/GeomTest.h
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

24 lines
400 B
C++

#ifndef _GeomTest_GeomTest_h
#define _GeomTest_GeomTest_h
#include <CtrlLib/CtrlLib.h>
class GeomTest : public TopWindow {
public:
Vector<Pointf> polygon;
Point point;
bool paintin;
virtual void LeftDown(Point p, dword);
virtual void MouseMove(Point p, dword);
virtual void Paint(Draw& w);
typedef GeomTest CLASSNAME;
GeomTest();
};
#endif