?? stmaddresseventhandle.h
字號(hào):
// STMAddressEventHandle.h: interface for the CSTMAddressEventHandle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STMADDRESSEVENTHANDLE_H__1A2CF60C_AF05_4C73_9FE7_95D167F8FCA2__INCLUDED_)
#define AFX_STMADDRESSEVENTHANDLE_H__1A2CF60C_AF05_4C73_9FE7_95D167F8FCA2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "stmeditordoc.h"
class CSTMAddressEventHandle
{
public:
void DrawAllAddresses();
void DrawAddress(int index);
BOOL CanAddressMove();
CSTMAddressEventHandle();
virtual ~CSTMAddressEventHandle();
void OnMouseMove(UINT nFlags, CPoint point);
void OnRButtonUp(UINT nFlags, CPoint point);
void OnLButtonUp(UINT nFlags, CPoint point);
void OnLButtonDown(UINT nFlags, CPoint point);
CSTMEditorDoc *m_pDoc;
CScrollView * m_pMapView;
BOOL m_bViewAddress;
};
#endif // !defined(AFX_STMADDRESSEVENTHANDLE_H__1A2CF60C_AF05_4C73_9FE7_95D167F8FCA2__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -