initial.h

来自「基于S3C44B0X开发的一个校园导航系统」· C头文件 代码 · 共 31 行

H
31
字号
///////////////////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?