OpenCPN Partial API docs
|
Plugin route class for managing ordered waypoint collections. More...
#include <ocpn_plugin.h>
Public Attributes | |
wxString | m_NameString |
Route name. | |
wxString | m_StartString |
Name/description of starting point. | |
wxString | m_EndString |
Name/description of ending point. | |
wxString | m_GUID |
Globally unique identifier. | |
Plugin_WaypointList * | pWaypointList |
List of waypoints making up this route in order. | |
Plugin route class for managing ordered waypoint collections.
This class represents a route consisting of an ordered list of waypoints. Routes can be used for navigation planning and guidance.
Definition at line 2046 of file ocpn_plugin.h.
PlugIn_Route::PlugIn_Route | ( | void | ) |
Definition at line 791 of file ocpn_plugin_gui.cpp.
PlugIn_Route::~PlugIn_Route | ( | void | ) |
Definition at line 793 of file ocpn_plugin_gui.cpp.
wxString PlugIn_Route::m_EndString |
Name/description of ending point.
Definition at line 2053 of file ocpn_plugin.h.
wxString PlugIn_Route::m_GUID |
Globally unique identifier.
Definition at line 2054 of file ocpn_plugin.h.
wxString PlugIn_Route::m_NameString |
Route name.
Definition at line 2051 of file ocpn_plugin.h.
wxString PlugIn_Route::m_StartString |
Name/description of starting point.
Definition at line 2052 of file ocpn_plugin.h.
Plugin_WaypointList* PlugIn_Route::pWaypointList |
List of waypoints making up this route in order.
First point is start, last point is end.
Definition at line 2060 of file ocpn_plugin.h.