30 #include <wx/gdicmn.h>
36 #include "model/route.h"
38 #include "SendToGpsDlg.h"
52 void CalculateDCRect(wxDC &dc_route,
ChartCanvas *canvas, wxRect *prect);
53 void RenderSegment(
ocpnDC &dc,
int xa,
int ya,
int xb,
int yb,
ViewPort &vp,
54 bool bdraw_arrow,
int hilite_width = 0);
55 void RenderSegmentArrowsGL(
ocpnDC &dc,
int xa,
int ya,
int xb,
int yb,
57 int SendToGPS(
const wxString &com_name,
bool bsend_waypoints,
Route "Send to GPS..." Dialog Definition.