GArcTool.h
上传用户:wxkptk
上传日期:2019-08-03
资源大小:16318k
文件大小:0k
源码类别:

Windows编程

开发平台:

MultiPlatform

  1. #ifndef GARCTOOL_H_
  2. #define GARCTOOL_H_
  3. #include "GCreateTool.h"
  4. namespace oonedraw
  5. {
  6. class GRAPHICE_EXP GArcTool : public GCreateTool
  7. {
  8. public:
  9. GArcTool(GObject* pObj, GToolMgr* toolmgr);
  10. void doDrag(const Event* e);
  11. void lButtonUp(const Event* e);
  12. };
  13. }
  14. #endif