#include <PalmOS.h>
#include <PalmCompatibility.h>
#include "gtalkRsc.h"
#include "gpslib.h"
#include "gtalk.h"
#include "route.h"
#include "gpsutil.h"
#include "log.h"
#include "dbio.h"
#include "map.h"
#include "ExgMgr.h"
Defines | |
| #define | LastWptName "TOTAL:" |
| #define | XName 0 |
| #define | XDist 82 |
| #define | XBear 110 |
Functions | |
| void | RouteListDraw (Int16 itemNum, RectanglePtr bounds, CharPtr *itemsText) ROUTE_SECTION |
| Display route items in list. | |
| double | LengthOfRoute (int index, Boolean exceptlast) ROUTE_SECTION |
| Computes the length of a route. | |
| Err | EditRouteRecord (UInt recindex, UInt objindex, Object *objp) |
| Insertion, deletion of objects in a route record. | |
| void | WptDraw (Int16 itemNum, RectanglePtr bounds, CharPtr *itemsText) ROUTE_SECTION |
| Display waypoints name. | |
| Boolean | RteEditFormHandleEvent (EventPtr e) |
| Creation and edition of routes. | |
| Boolean | RouteFormHandleEvent (EventPtr e) |
| Route form event handler. | |
| UInt | NewRouteNumber () |
| Search a free route number in current category. | |
| Err | CopyOrCreateRoute (Custom_Rte_Hdr_Type *RteHdrp, UInt16 index, Boolean new) |
| Duplicate or create a route. | |
| void | SearchWptInRoutes (void) |
Variables | |
| Boolean | uneditable |
|
||||||||||||||||
|
Duplicate or create a route.
|
|
||||||||||||||||
|
Insertion, deletion of objects in a route record.
|
|
||||||||||||
|
Computes the length of a route.
|
|
|
Search a free route number in current category.
|
|
|
Route form event handler.
|
|
||||||||||||||||
|
Display route items in list.
|
|
|
Creation and edition of routes.
|
|
||||||||||||||||
|
Display waypoints name. List callback proc.
|
1.3.6