?? 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_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -