#include <PalmOS.h>
#include <PalmCompatibility.h>
#include <Libraries/PalmOSGlue/PalmOSGlue.h>
#include <Extensions/ExpansionMgr/VFSMgr.h>
#include "stringil.h"
#include "ResourceDefines.h"
#include "MapForm.h"
#include "FileselForm.h"
#include "dobitmap.h"
#include "pngdec.h"
#include "gifread.h"
#include "common.h"
#include "Serial.h"
#include "GPS.h"
#include "HandleMessage.h"
#include "Data.h"
#include "Clip.h"
#include "geo.h"
#include "georef.h"
#include "fp.h"
#include "Utils.h"
#include "getdir.h"
#include "file_io.h"
#include "fiveway.h"
Include dependency graph for MapForm.c:
Go to the source code of this file.
Defines | |
#define | ON_MAP(x, y) |
#define | FW_ZOOM 0 |
FiveWay Mode: Zoom. | |
#define | FW_PAN 1 |
FiveWay Mode: Pan. | |
Functions | |
void | noMap () |
Clear screen and display message "No map available!". | |
Boolean | MapFormHandleEvent (EventPtr eventP) |
Map Form event handler. | |
Variables | |
PrefsType | gPrefs |
Preferences data structure. | |
GPSType | gGPSData |
Boolean | gFiveWayAvail |
FiveWay Controller available. | |
Boolean | gHdFtrSet |
High-Density Display Feature Set available. | |
Boolean | gFtrSet35 |
OS 3.5 Feature Set available. | |
unsigned short int | w |
unsigned short int | h |
unsigned short int | bandh |
unsigned int | mapmax |
RGBColorType | map [256] |
Boolean | color |
passed to PNG (maybe others) to generate greyscale or colors | |
PrefsType | gPrefs |
Preferences data structure. |
|
FiveWay Mode: Pan.
Definition at line 203 of file MapForm.c. Referenced by MapFormHandleEvent(). |
|
FiveWay Mode: Zoom.
Definition at line 202 of file MapForm.c. Referenced by MapFormHandleEvent(). |
|
Value: Definition at line 197 of file MapForm.c. Referenced by MapFormHandleEvent(). |
|
|
Clear screen and display message "No map available!".
Definition at line 439 of file MapForm.c. References gFtrSet35, gHdFtrSet, NoMapStr, r, and StrLen. Referenced by MapFormHandleEvent(). |
|
|
|
passed to PNG (maybe others) to generate greyscale or colors
|
|
FiveWay Controller available.
Definition at line 272 of file GPS.c. Referenced by MapFormHandleEvent(). |
|
OS 3.5 Feature Set available.
|
|
Definition at line 129 of file HandleMessage.c. |
|
High-Density Display Feature Set available.
|
|
Preferences data structure.
|
|
Preferences data structure.
|
|
|
|
|
|
|
|
|