文件名称:PaintTool:仿Windows绘图程序
文件大小:348KB
文件格式:ZIP
更新时间:2024-06-12 03:45:21
C++
PaintTool 仿Windows绘图程序 2015.6.28完成第一版程序, 功能都实现了,修复了一些BUG 2015.7.1 第一次重构完成,利用单例模式,解决了数据共享的问题,将具体功能分离出来,减少模块之间的高耦合度。注意命名规则 2015.7.3 第二次重构,将显示和逻辑分离,规范绘图类中,父类和子类之前混乱的包含关系
【文件预览】:
PaintTool-master
----.gitignore(242B)
----PaintTool.sln(872B)
----README.md(403B)
----PaintTool()
--------Include()
--------ParentDraw.h(855B)
--------DrawErasr.h(736B)
--------res()
--------ParentDraw.cpp(2KB)
--------MainFrm.cpp(5KB)
--------PaintTool.rc(10KB)
--------DrawCurve.cpp(2KB)
--------DrawPen.cpp(1KB)
--------PaintTool.vcproj.kingsoft-PC.kingsoft.user(1KB)
--------AboutDlg.h(1014B)
--------stdafx.h(1KB)
--------PaintTool.vcproj(7KB)
--------DrawText.cpp(1KB)
--------DrawCircle.cpp(1KB)
--------MainFrm.h(4KB)
--------DrawManager.cpp(13KB)
--------stdafx.cpp(277B)
--------DrawPen.h(325B)
--------DrawLine.cpp(1KB)
--------resource.h(2KB)
--------PaintTool.aps(28KB)
--------DrawErase.h(392B)
--------DrawArrow.h(458B)
--------PaintToolView.cpp(2KB)
--------PublicResourceManager.h(1KB)
--------DrawCircle.h(296B)
--------DrawErase.cpp(2KB)
--------PaintTool.cpp(1KB)
--------DrawLine.h(263B)
--------DrawManager.h(2KB)
--------PaintTool.h(15B)
--------DrawText.h(317B)
--------DrawCurve.h(736B)
--------DrawRect.cpp(1KB)
--------DrawErasr.cpp(2KB)
--------PaintToolView.h(1KB)
--------DrawRect.h(286B)
--------DrawArrow.cpp(2KB)
--------PublicResourceManager.cpp(7KB)
----PaintTool.suo(36KB)