• 大小: 133KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-11
  • 语言: C/C++
  • 标签: c++  gis  

资源简介

非常好用,适合学习 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个文件信息

评论

共有 条评论