资源简介
非常好用,适合学习 vc++6.0的
代码片段和文件信息
// CMouseEvent
#include “stdafx.h“
#include “GISMap.h“
#include “CMouseEvent.h“
//## begin module%3D7871E20168.additionalDeclarations preserve=yes
//## end module%3D7871E20168.additionalDeclarations
// Class CMouseEvent
CMouseEvent::CMouseEvent (void* pSource CPoint point int mouseFlag int theTool)
//## begin CMouseEvent::CMouseEvent%3D7871E20172.hasinit preserve=no
//## end CMouseEvent::CMouseEvent%3D7871E20172.hasinit
//## begin CMouseEvent::CMouseEvent%3D7871E20172.initialization preserve=yes
//## end CMouseEvent::CMouseEvent%3D7871E20172.initialization
{
//## begin CMouseEvent::CMouseEvent%3D7871E20172.body preserve=yes
this->m_pSource = pSource ;
this ->m_Point = point ;
this ->m_MouseFlag = mouseFlag ;
this ->m_tool = theTool ;
//## end CMouseEvent::CMouseEvent%3D7871E20172.body
}
CMouseEvent::~CMouseEvent()
{
//## begin CMouseEvent::~CMouseEvent%3D7871E20168_dest.body preserve=yes
m_pSource = 0 ;
//## end CMouseEvent::~CMouseEvent%3D7871E20168_dest.body
}
//## Other Operations (implementation)
CPoint CMouseEvent::GetPoint ()
{
//## begin CMouseEvent::GetPoint%3D7871E20187.body preserve=yes
return m_Point ;
//## end CMouseEvent::GetPoint%3D7871E20187.body
}
int CMouseEvent::GetMouseFlag ()
{
//## begin CMouseEvent::GetMouseFlag%3D7871E20188.body preserve=yes
return this ->m_MouseFlag ;
//## end CMouseEvent::GetMouseFlag%3D7871E20188.body
}
int CMouseEvent::GetTool ()
{
//## begin CMouseEvent::GetTool%3D7871E20189.body preserve=yes
return this ->m_tool ;
//## end CMouseEvent::GetTool%3D7871E20189.body
}
// Additional Declarations
//## begin CMouseEvent%3D7871E20168.declarations preserve=yes
//## Other Operations (implementation)
void* CMouseEvent::GetSource ()
{
//## begin IMAP_Event::GetSource%3E5893F103A5.body preserve=yes
return m_pSource ;
//## end IMAP_Event::GetSource%3E5893F103A5.body
}
//## end CMouseEvent%3D7871E20168.declarations
//## begin module%3D7871E20168.epilog preserve=yes
//## end module%3D7871E20168.epilog
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2104 2005-03-10 11:17 GISMap\CMouseEvent.cpp
文件 3235 2005-03-10 11:16 GISMap\CMouseEvent.h
文件 4520 2005-03-10 13:03 GISMap\CMouseListeners.cpp
文件 4388 2005-03-10 12:46 GISMap\CMouseListeners.h
文件 5840 2005-03-10 13:04 GISMap\CViewCtrlMouseListener.cpp
文件 3341 2005-03-10 11:41 GISMap\CViewCtrlMouseListener.h
文件 2749 2004-06-02 17:13 GISMap\DataSet.cpp
文件 4112 2005-03-09 16:46 GISMap\DataSet.h
文件 3512 2005-03-09 17:01 GISMap\DataSource.cpp
文件 3130 2005-03-09 17:01 GISMap\DataSource.h
文件 3356 2005-03-09 17:03 GISMap\Feature.cpp
文件 4036 2005-03-09 17:03 GISMap\Feature.h
文件 4169 2005-03-10 15:31 GISMap\FeatureClass.cpp
文件 3957 2005-03-09 16:48 GISMap\FeatureClass.h
文件 3512 2004-05-20 10:17 GISMap\Field.cpp
文件 5020 2004-05-20 10:17 GISMap\Field.h
文件 3764 2004-05-20 10:17 GISMap\Fields.cpp
文件 3966 2004-05-20 10:20 GISMap\Fields.h
文件 3451 2004-05-20 10:13 GISMap\FieldValue.cpp
文件 3135 2004-05-20 10:13 GISMap\FieldValue.h
文件 4050 2004-06-01 09:20 GISMap\GeoAnnotation.cpp
文件 3848 2004-06-01 09:20 GISMap\GeoAnnotation.h
文件 2406 2005-03-09 16:56 GISMap\Geometry.h
文件 3027 2004-05-20 10:10 GISMap\GeoPoint.cpp
文件 3297 2004-05-20 11:17 GISMap\GeoPoint.h
文件 3321 2004-05-20 10:12 GISMap\GeoPoints.cpp
文件 3612 2004-05-20 11:09 GISMap\GeoPoints.h
文件 2807 2004-05-20 10:10 GISMap\GeoPolygon.cpp
文件 3665 2004-05-20 10:11 GISMap\GeoPolygon.h
文件 2820 2004-05-20 10:11 GISMap\GeoPolyline.cpp
............此处省略49个文件信息
- 上一篇:MFC 菜鸟教程……适合初学者
- 下一篇:MFC写的棋盘,可以保存坐标数据
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
川公网安备 51152502000135号
评论
共有 条评论