#include <PalmOS.h>#include "ResourceDefines.h"#include <Unix/sys_types.h>#include "stringil.h"#include "WayptEditForm.h"#include "GPS.h"#include "Serial.h"#include "Utils.h"#include "Data.h"#include "utm.h"#include "geo.h"#include "geodb.h"#include "fp.h"#include "common.h"Include dependency graph for WayptEditForm.c:

Go to the source code of this file.
Defines | |
| #define | WPT_X 90 |
| #define | WPT_Y 30 |
Functions | |
| Boolean | WayptEditFormHandleEvent (EventPtr eventP) |
| Waypoint Edit Form Event Handler. | |
Variables | |
| Location | location |
| store the location data with importGeoDBLocation() | |
| PrefsType | gPrefs |
| Preferences data structure. | |
| DmOpenRef | gWaypointDB |
| Waypoint Database Reference. | |
| GPSType | gGPSData |
| ActWayptType | gSelWaypoint |
| selected waypoint | |
|
|
Definition at line 96 of file WayptEditForm.c. |
|
|
Definition at line 97 of file WayptEditForm.c. |
|
|
|
Definition at line 129 of file HandleMessage.c. |
|
|
Preferences data structure.
|
|
|
selected waypoint
Definition at line 147 of file WaypointForm.c. Referenced by WaypointFormHandleEvent(), and WayptEditFormHandleEvent(). |
|
|
Waypoint Database Reference.
|
|
|
store the location data with importGeoDBLocation()
Definition at line 102 of file WayptEditForm.c. Referenced by importGeoDBLocation(), and WayptEditFormHandleEvent(). |