|
| virtual int | GetnPoints (void) |
| |
| void | AddPoint (RoutePoint *pNewPoint, bool b_rename_in_sequence=true, bool b_deferBoxCalc=false) |
| |
| void | InsertPointAndSegment (RoutePoint *pNewPoint, int insert_after, bool b_rename_in_sequence=true, bool b_deferBoxCalc=false) |
| |
| void | AddPointAndSegment (RoutePoint *pNewPoint, bool b_rename_in_sequence=true, bool b_deferBoxCalc=false) |
| |
| RoutePoint * | GetPoint (int nPoint) |
| |
| RoutePoint * | GetPoint (const wxString &guid) |
| |
| int | GetIndexOf (RoutePoint *prp) |
| |
| RoutePoint * | InsertPointBefore (RoutePoint *pRP, double rlat, double rlon, bool bRenamePoints=false) |
| |
| RoutePoint * | InsertPointAfter (RoutePoint *pRP, double rlat, double rlon, bool bRenamePoints=false) |
| |
|
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) |
| |
| RoutePoint * | GetLastPoint () |
| |
| void | DeletePoint (RoutePoint *rp, bool bRenamePoints=false) |
| |
| void | RemovePoint (RoutePoint *rp, bool bRenamePoints=false) |
| |
| void | DeSelectRoute () |
| |
| void | FinalizeForRendering () |
| |
| void | UpdateSegmentDistance (RoutePoint *prp0, RoutePoint *prp, double planspeed=-1.0) |
| |
| void | UpdateSegmentDistances (double planspeed=-1.0) |
| |
| LLBBox & | GetBBox () |
| |
| void | SetHiLite (int width) |
| |
| void | Reverse (bool bRenamePoints=false) |
| |
|
void | RebuildGUIDList (void) |
| |
| void | RenameRoutePoints () |
| |
| void | ReloadRoutePointIcons () |
| |
| wxString | GetNewMarkSequenced (void) |
| |
| void | AssembleRoute () |
| |
| bool | IsEqualTo (Route *ptargetroute) |
| |
| void | CloneRoute (Route *psourceroute, int start_nPoint, int end_nPoint, const wxString &suffix, const bool duplicate_first_point=false) |
| |
| void | ClearHighlights (void) |
| |
| void | SetVisible (bool visible=true, bool includeWpts=true) |
| |
| void | SetListed (bool visible=true) |
| |
| bool | IsVisible () |
| |
| bool | IsListed () |
| |
| bool | IsActive () |
| |
| bool | IsSelected () |
| |
| bool | ContainsSharedWP () |
| |
| void | SetSharedWPViz (bool sharedWPVIZ) |
| |
| bool | GetSharedWPViz () |
| |
| double | GetRouteArrivalRadius (void) |
| |
| void | SetRouteArrivalRadius (double radius) |
| |
| void | SetDepartureDate (const wxDateTime &dt) |
| |
| wxString | GetName () const |
| |
| wxString | GetTo () const |
| |
| wxString | GetGUID () const |
| |
| void | ShowWaypointNames (bool bshow) |
| |
| bool | AreWaypointNamesVisible () |
| |
Definition at line 70 of file route.h.