#include <BuildDefines.h>#include <PalmOS.h>#include <SerialMgrOld.h>#include "ResourceDefines.h"#include "gpslib.h"#include "TrackForm.h"#include "Data.h"#include "DataExchange.h"#include "Utils.h"#include "Serial.h"#include "geo.h"#include "fp.h"#include "common.h"Include dependency graph for TrackForm.c:

Go to the source code of this file.
Defines | |
| #define | DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS |
Functions | |
| void | trackDrawTable (Int32 top, UInt16 *sel) |
| Tracks table drawing function TBD: adapt template from RouteForm for tracks. | |
| Boolean | TrackFormHandleEvent (EventPtr eventP) |
| Track Form event handler. | |
Variables | |
| PrefsType | gPrefs |
| Preferences data structure. | |
| UInt32 | gSerialPort |
| four-character port name or logical port number (New Serial Manager) | |
| ActRouteType | gSelTrack |
| selected track | |
|
|
Definition at line 66 of file TrackForm.c. |
|
||||||||||||
|
Tracks table drawing function TBD: adapt template from RouteForm for tracks.
Definition at line 255 of file TrackForm.c. References GetObjectFromForm(), gTrackHdrDB, TrackScrl, and TrackTable. Referenced by store_trk(), and TrackFormHandleEvent(). |
|
|
|
Preferences data structure.
|
|
|
selected track
Definition at line 87 of file TrackForm.c. |
|
|
four-character port name or logical port number (New Serial Manager)
|