#include <BuildDefines.h>
#include <PalmOS.h>
#include <SerialMgrOld.h>
#include "ResourceDefines.h"
#include "gpslib.h"
#include "WaypointForm.h"
#include "Data.h"
#include "DataExchange.h"
#include "Utils.h"
#include "Serial.h"
#include "utm.h"
#include "geo.h"
#include "fp.h"
#include "common.h"
Include dependency graph for WaypointForm.c:
Go to the source code of this file.
Defines | |
#define | DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS |
#define | WPT_X 146 |
#define | WPT_Y 94 |
Functions | |
void | wayptDrawTable (void) |
Waypoint table drawing function. | |
Boolean | WaypointFormHandleEvent (EventPtr eventP) |
Waypoint Form event handler. | |
Variables | |
PrefsType | gPrefs |
Preferences data structure. | |
ActWayptType | gSelWaypoint |
selected waypoint | |
UInt32 | gSerialPort |
four-character port name or logical port number (New Serial Manager) | |
TableDrawItemFuncType | TableDrawIdentCell |
TableDrawItemFuncType | TableDrawPosnCell |
|
Definition at line 122 of file WaypointForm.c. |
|
Definition at line 142 of file WaypointForm.c. Referenced by WaypointFormHandleEvent(). |
|
Definition at line 143 of file WaypointForm.c. Referenced by WaypointFormHandleEvent(). |
|
|
Waypoint table drawing function.
Definition at line 507 of file WaypointForm.c. References GetObjectFromForm(), gWaypointDB, WaypointDispList, and WaypointTable. Referenced by store_rte(), store_wpt(), and WaypointFormHandleEvent(). |
|
Preferences data structure.
|
|
selected waypoint
Definition at line 147 of file WaypointForm.c. Referenced by WaypointFormHandleEvent(), and WayptEditFormHandleEvent(). |
|
four-character port name or logical port number (New Serial Manager)
|
|
Definition at line 263 of file WaypointForm.c. |
|
Definition at line 264 of file WaypointForm.c. |