#include <PalmOS.h>
#include "ResourceDefines.h"
#include "Serial.h"
#include "Sinetab.h"
#include "MapOptsForm.h"
#include "GPS.h"
#include "Utils.h"
#include "common.h"
Include dependency graph for MapOptsForm.c:
Go to the source code of this file.
Defines | |
#define | SCALE_ITEMS 30 |
Functions | |
Boolean | MapOptsFormHandleEvent (EventPtr eventP) |
Map Options Form event handler. | |
Variables | |
UInt16 | gAutoPwrOff |
Boolean | gFormOpened |
Global flag. | |
PrefsType | gPrefs |
Preferences data structure. |
|
Definition at line 56 of file MapOptsForm.c. Referenced by MapOptsFormHandleEvent(). |
|
Map Options Form event handler.
Definition at line 121 of file MapOptsForm.c. References AboutForm, AboutMenu, DLD_A, DLD_O, DLD_Q, DldAPushb, DldOPushb, DldQPushb, MapPrefsType::download, gNewSerialManager, gPrefs, GPSMainForm, GPSPortForm, MapForm, MapMenu, PrefsType::mapprefs, MiscOptsForm, MiscOptsMenu, NavigationForm, NavigationMenu, PortsMenu, PositionMenu, RouteForm, RouteMenu, MapPrefsType::scale, SCALE_ITEMS, ScaleList, ScalePopup, SetControlValueFromId, SkyviewForm, SkyviewMenu, TrackForm, TrackMenu, WaypointForm, and WaypointMenu. |
|
|
|
Global flag.
|
|
Preferences data structure.
|