资源简介
一个功能强大的图形编辑器,其底层框架非常容易扩展,支持流程图、网络拓扑图、电力图、UML图等。有完整的画布管理、网格控制、滚动、图元缩放、从存储至加载显示,支持Ctrl A、Ctrl C、Ctlr V、Ctlr Z操作,可设置各图元附加属性,图元分组与合并、分层,弹出菜单控制等等。
代码片段和文件信息
// DiagramEditorDemo.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DiagramEditorDemo.h“
#include “DiagramEditorDemoDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDiagramEditorDemoApp
BEGIN_MESSAGE_MAP(CDiagramEditorDemoApp CWinApp)
//{{AFX_MSG_MAP(CDiagramEditorDemoApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDiagramEditorDemoApp construc
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2005-03-19 07:50 DiagramEditorDemo\DiagramEditor\
文件 6990 2004-07-07 13:04 DiagramEditorDemo\DiagramEditor\DiagramClipboardHandler.cpp
文件 651 2004-06-04 12:06 DiagramEditorDemo\DiagramEditor\DiagramClipboardHandler.h
文件 165702 2005-03-05 17:38 DiagramEditorDemo\DiagramEditor\DiagramEditor.cpp
文件 11920 2004-12-11 19:38 DiagramEditorDemo\DiagramEditor\DiagramEditor.h
文件 51652 2005-03-05 17:23 DiagramEditorDemo\DiagramEditor\DiagramEntity.cpp
文件 4268 2005-01-23 20:41 DiagramEditorDemo\DiagramEditor\DiagramEntity.h
文件 38031 2005-01-24 19:56 DiagramEditorDemo\DiagramEditor\DiagramEntityContainer.cpp
文件 2733 2005-01-22 16:01 DiagramEditorDemo\DiagramEditor\DiagramEntityContainer.h
文件 11693 2005-03-05 17:35 DiagramEditorDemo\DiagramEditor\DiagramLine.cpp
文件 766 2005-03-05 17:23 DiagramEditorDemo\DiagramEditor\DiagramLine.h
文件 4226 2004-07-07 12:56 DiagramEditorDemo\DiagramEditor\DiagramMenu.cpp
文件 278 2004-04-05 13:09 DiagramEditorDemo\DiagramEditor\DiagramMenu.h
文件 6133 2004-06-28 11:12 DiagramEditorDemo\DiagramEditor\DiagramPropertyDlg.cpp
文件 608 2004-06-04 12:06 DiagramEditorDemo\DiagramEditor\DiagramPropertyDlg.h
文件 1102 2004-07-07 13:27 DiagramEditorDemo\DiagramEditor\GroupFactory.cpp
文件 458 2004-06-26 10:23 DiagramEditorDemo\DiagramEditor\GroupFactory.h
文件 141 2005-01-23 16:57 DiagramEditorDemo\DiagramEditor\HitParams.h
文件 153 2005-01-23 16:58 DiagramEditorDemo\DiagramEditor\HitParamsRect.h
文件 6212 2004-08-28 11:00 DiagramEditorDemo\DiagramEditor\Tokenizer.cpp
文件 837 2004-06-18 19:24 DiagramEditorDemo\DiagramEditor\Tokenizer.h
文件 1631 2004-06-28 11:15 DiagramEditorDemo\DiagramEditor\UndoItem.cpp
文件 493 2004-06-14 08:17 DiagramEditorDemo\DiagramEditor\UndoItem.h
文件 2184 2004-03-24 11:11 DiagramEditorDemo\DiagramEditorDemo.cpp
文件 6381 2004-06-30 13:44 DiagramEditorDemo\DiagramEditorDemo.dsp
文件 557 2004-03-24 11:11 DiagramEditorDemo\DiagramEditorDemo.dsw
文件 1445 2004-03-24 11:11 DiagramEditorDemo\DiagramEditorDemo.h
文件 8409 2004-06-30 15:17 DiagramEditorDemo\DiagramEditorDemo.rc
文件 8269 2004-06-30 15:17 DiagramEditorDemo\DiagramEditorDemoDlg.cpp
文件 2039 2004-06-30 15:17 DiagramEditorDemo\DiagramEditorDemoDlg.h
文件 1085 2004-03-24 12:57 DiagramEditorDemo\GridSizeDialog.cpp
............此处省略12个文件信息
- 上一篇:vtk建立三维模型
- 下一篇:socket(TCP)相互通讯
评论
共有 条评论