37#include "model/route.h"
39#include "SendToGpsDlg.h"
53 void CalculateDCRect(wxDC &dc_route,
ChartCanvas *canvas, wxRect *prect);
54 void RenderSegment(
ocpnDC &dc,
int xa,
int ya,
int xb,
int yb,
ViewPort &vp,
55 bool bdraw_arrow,
int hilite_width = 0);
56 void RenderSegmentArrowsGL(
ocpnDC &dc,
int xa,
int ya,
int xb,
int yb,
58 int SendToGPS(
const wxString &com_name,
bool bsend_waypoints,
60 static bool OnDelete(wxWindow *parent,
const int count = 0);
Generic Chart canvas base.
ChartCanvas - Main chart display and interaction component.
Represents a navigational route in the navigation system.
Dialog for sending routes/waypoints to a GPS device.
ViewPort - Core geographic projection and coordinate transformation engine.
Device context class that can use either wxDC or OpenGL for drawing.