#ifndef _PointCtrlTest_PointCtrlTest_h #define _PointCtrlTest_PointCtrlTest_h #include using namespace Upp; #include #define LAYOUTFILE #include class PointCtrlTest : public WithPointCtrlTestLayout { public: typedef PointCtrlTest CLASSNAME; PointCtrlTest(); void ToInfo(const String& s) { info.Insert(info.GetLength(), s + "\n"); info.SetCursor(info.GetLength()); } void PosCB(); void SlXCB(); void SlYCB(); void OnAddPoint(); void OnRemovePoint(int i); void OnMovePoint(int i); }; #endif