📄 stmbseventhandle.h
字号:
// STMBSEventHandle.h: interface for the CSTMBSEventHandle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STMBSEVENTHANDLE_H__C8878AAC_352E_405B_B90D_CA2A79B595D1__INCLUDED_)
#define AFX_STMBSEVENTHANDLE_H__C8878AAC_352E_405B_B90D_CA2A79B595D1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "stmeditordoc.h"
class CSTMBSEventHandle
{
public:
CSTMBSEventHandle();
virtual ~CSTMBSEventHandle();
public:
void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
void DrawAllBSes();
void OnLButtonDown(UINT nFlags, CPoint point);
void OnMouseMove(UINT nFlags, CPoint point);
void OnRButtonUp(UINT nFlags, CPoint point);
void OnLButtonUp(UINT nFlags, CPoint point);
CSTMEditorDoc *m_pDoc;
CScrollView * m_pMapView;
void DrawBS(int index);
private:
BOOL CanBSMove();
BSINFO m_hotBS;
};
#endif // !defined(AFX_STMBSEVENTHANDLE_H__C8878AAC_352E_405B_B90D_CA2A79B595D1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -