?? 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 + -