stmstreeteventhandle.h
来自「交通地图编辑系统」· C头文件 代码 · 共 28 行
H
28 行
// 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 + =
减小字号Ctrl + -
显示快捷键?