ultimatepp/uppdev/GeomTest/GeomTest.h
cxl 5520a153a6 syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1420 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-16 00:47:02 +00:00

24 lines
420 B
C++

#ifndef _GeomTest_GeomTest_h
#define _GeomTest_GeomTest_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
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