📄 stmstreeteventhandle.h
字号:
// STMStreetEventHandle.h: interface for the CSTMStreetEventHandle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STMSTREETEVENTHANDLE_H__A6429264_286A_4F6C_BDC8_EFB761534F0D__INCLUDED_)
#define AFX_STMSTREETEVENTHANDLE_H__A6429264_286A_4F6C_BDC8_EFB761534F0D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "stmeditordoc.h"
class CSTMStreetEventHandle
{
public:
CSTMStreetEventHandle();
virtual ~CSTMStreetEventHandle();
void OnRButtonUp(UINT nFlags, CPoint point);
void OnLButtonUp(UINT nFlags, CPoint point);
CSTMEditorDoc *m_pDoc;
CScrollView *m_pMapView;
private:
CArray<int,int&> m_arrPathID;
};
#endif // !defined(AFX_STMSTREETEVENTHANDLE_H__A6429264_286A_4F6C_BDC8_EFB761534F0D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -