📄 stmaddresseventhandle.h
字号:
// 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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -