GArcTool.h
资源名称:graph.rar [点击查看]
上传用户:wxkptk
上传日期:2019-08-03
资源大小:16318k
文件大小:0k
源码类别:
Windows编程
开发平台:
MultiPlatform
- #ifndef GARCTOOL_H_
- #define GARCTOOL_H_
- #include "GCreateTool.h"
- namespace oonedraw
- {
- class GRAPHICE_EXP GArcTool : public GCreateTool
- {
- public:
- GArcTool(GObject* pObj, GToolMgr* toolmgr);
- void doDrag(const Event* e);
- void lButtonUp(const Event* e);
- };
- }
- #endif
English
