Go to the source code of this file.
Data Structures | |
struct | MapFlagsType |
Defines | |
#define | MapOpActiveRte 0x1 /* display of active route */ |
#define | MapOpMapTrack 0x2 /* selection of supplementary track to draw */ |
#define | MapOpTrack 0x8 /* real time track */ |
#define | MapOpRteEdit 0x10 /* route edition */ |
#define | MapOpRteNew 0x20 /* route creation */ |
#define | MapOpWptDisp 0x40 /* waypoint display */ |
Functions | |
void | DrawTrack (UInt index, Boolean rescale, Boolean Clear) MAP_SECTION |
Boolean | MapFormHandleEvent (EventPtr e) MAP_SECTION |
Map form event handler. | |
Boolean | DrawRoute (UInt index, Boolean rescale, Semicircle_Type *position) MAP_SECTION |
Variables | |
MapFlagsType | MapFlags |
RectangleType | DrawRect |
|
Map form event handler.
|