taskwnd.h

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

H
39
字号
///////////////////////////////////////////////////////////////////////////////
// Functions for different function model                                    //
///////////////////////////////////////////////////////////////////////////////
#ifndef _TASKWND_H
#define _TASKWND_H

#include "..\SRC\global.h"
#include "..\SRC\define.h"
#include "..\SRC\Key.h"
#include "..\SRC\Initial.h"

// -1 level window for entering
void EnterWnd();

// 0 level window for choosing different function
void ChooseWnd();

// Show the current choice
void ShowChoose( int WndNbr);

// 1 level window for watching introduction by list box
void IntroLBxWnd();

// 2 Level window for find path by list box 
void FindPathLBxWnd();

// 3 level window for finding path by touching screen
void FindPathKbdWnd();

// 4 level window for watching map
void WatchMapWnd();

// Show map when pressing the keyboard 
void ShowMap( int i, int v, int h);

// 5 level window for help
void HelpWnd();

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?