📄 initial.h
字号:
///////////////////////////////////////////////////////////////////////////////
// Functions that are called by the --Wnd() functions //
///////////////////////////////////////////////////////////////////////////////
#ifndef __INITIAL_H__
#define __INITIAL_H__
#include "..\SRC\global.h"
#include "..\SRC\define.h"
#include "..\SRC\TaskWnd.h"
#include "..\SRC\Key.h"
#include "..\SRC\ShortestPath.h"
//Display the finding path result in finding path function
void DisplayResult(PDC pdc,int StartEndPointArray[2],
structPOINT PlacePointArray[]);
// Create the start point list box used in finding path by list box function
void CreateStartPosList();
// Create the end point list box used in finding path by list box function
void CreateEndPosList();
// Create the list box used in watching introduction function
void CreateIntrodList();
// This function is used in Finding path by using the keyboard choosing points
// function, whose aim is to judge the points choosed by the keyboard
// and display them.
void LoadChoosedPoint(int PntNbr,int KeyChoosePnt[2], int ChoosePntState[2]);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -