OpenCPN Partial API docs
|
Public Member Functions | |
RouteGui (Route &route) | |
virtual void | Draw (ocpnDC &dc, ChartCanvas *canvas, const LLBBox &box) |
void | DrawPointWhich (ocpnDC &dc, ChartCanvas *canvas, int iPoint, wxPoint *rpn) |
void | DrawSegment (ocpnDC &dc, ChartCanvas *canvas, wxPoint *rp1, wxPoint *rp2, ViewPort &vp, bool bdraw_arrow) |
void | DrawGLLines (ViewPort &vp, ocpnDC *dc, ChartCanvas *canvas) |
void | DrawGL (ViewPort &vp, ChartCanvas *canvas, ocpnDC &dc) |
void | DrawGLRouteLines (ViewPort &vp, ChartCanvas *canvas, ocpnDC &dc) |
void | CalculateDCRect (wxDC &dc_route, ChartCanvas *canvas, wxRect *prect) |
void | RenderSegment (ocpnDC &dc, int xa, int ya, int xb, int yb, ViewPort &vp, bool bdraw_arrow, int hilite_width=0) |
void | RenderSegmentArrowsGL (ocpnDC &dc, int xa, int ya, int xb, int yb, ViewPort &vp) |
int | SendToGPS (const wxString &com_name, bool bsend_waypoints, SendToGpsDlg *dialog) |
Definition at line 40 of file route_gui.h.