📄 searchpathengine.h
字号:
// SearchPathEngine.h: interface for the CSearchPathEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SEARCHPATHENGINE_H__6A16D3E2_BC91_4E8F_961B_6CB7F9F09BBE__INCLUDED_)
#define AFX_SEARCHPATHENGINE_H__6A16D3E2_BC91_4E8F_961B_6CB7F9F09BBE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSearchPathEngine
{
public:
CSearchPathEngine();
virtual ~CSearchPathEngine();
virtual void showThePath(CDC *pDC , int showMode) = 0;
virtual int searchThePath() = 0;
int startX,startY,targetX,targetY;
};
#endif // !defined(AFX_SEARCHPATHENGINE_H__6A16D3E2_BC91_4E8F_961B_6CB7F9F09BBE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -