OpenCPN Partial API docs
Loading...
Searching...
No Matches
PlugIn_Waypoint Class Reference

Plugin waypoint class providing core waypoint/mark functionality. More...

#include <ocpn_plugin.h>

Public Member Functions

 PlugIn_Waypoint ()
 Default constructor - creates waypoint at 0,0.
 
 PlugIn_Waypoint (double lat, double lon, const wxString &icon_ident, const wxString &wp_name, const wxString &GUID=_T(""))
 Creates a waypoint at specified position with icon and name.
 

Public Attributes

double m_lat
 Latitude in decimal degrees.
 
double m_lon
 Longitude in decimal degrees.
 
wxString m_GUID
 Globally unique identifier.
 
wxString m_MarkName
 Display name.
 
wxString m_MarkDescription
 Optional description.
 
wxDateTime m_CreateTime
 Creation timestamp.
 
bool m_IsVisible
 Visibility state.
 
wxString m_IconName
 Icon identifier.
 
Plugin_HyperlinkList * m_HyperlinkList
 List of associated hyperlinks.
 

Detailed Description

Plugin waypoint class providing core waypoint/mark functionality.

This class represents both standalone waypoints (marks) and route waypoints. Standalone waypoints appear independently on charts while route waypoints are connected as part of routes.

A waypoint may be:

  • A standalone mark created by the user
  • A point within a route
  • An imported waypoint from GPX
  • A plugin-generated navigation point
  • A point within a track
Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 2007 of file ocpn_plugin.h.

Constructor & Destructor Documentation

◆ PlugIn_Waypoint() [1/2]

PlugIn_Waypoint::PlugIn_Waypoint ( )

Default constructor - creates waypoint at 0,0.

Definition at line 771 of file ocpn_plugin_gui.cpp.

◆ PlugIn_Waypoint() [2/2]

PlugIn_Waypoint::PlugIn_Waypoint ( double  lat,
double  lon,
const wxString &  icon_ident,
const wxString &  wp_name,
const wxString &  GUID = _T("") 
)

Creates a waypoint at specified position with icon and name.

Parameters
latLatitude in decimal degrees
lonLongitude in decimal degrees
icon_identIcon name/identifier
wp_nameWaypoint name
GUIDOptional globally unique identifier (empty for auto-generated)

Definition at line 773 of file ocpn_plugin_gui.cpp.

◆ ~PlugIn_Waypoint()

PlugIn_Waypoint::~PlugIn_Waypoint ( )

Definition at line 788 of file ocpn_plugin_gui.cpp.

Member Data Documentation

◆ m_CreateTime

wxDateTime PlugIn_Waypoint::m_CreateTime

Creation timestamp.

Definition at line 2031 of file ocpn_plugin.h.

◆ m_GUID

wxString PlugIn_Waypoint::m_GUID

Globally unique identifier.

Definition at line 2028 of file ocpn_plugin.h.

◆ m_HyperlinkList

Plugin_HyperlinkList* PlugIn_Waypoint::m_HyperlinkList

List of associated hyperlinks.

Definition at line 2035 of file ocpn_plugin.h.

◆ m_IconName

wxString PlugIn_Waypoint::m_IconName

Icon identifier.

Definition at line 2033 of file ocpn_plugin.h.

◆ m_IsVisible

bool PlugIn_Waypoint::m_IsVisible

Visibility state.

Definition at line 2032 of file ocpn_plugin.h.

◆ m_lat

double PlugIn_Waypoint::m_lat

Latitude in decimal degrees.

Definition at line 2026 of file ocpn_plugin.h.

◆ m_lon

double PlugIn_Waypoint::m_lon

Longitude in decimal degrees.

Definition at line 2027 of file ocpn_plugin.h.

◆ m_MarkDescription

wxString PlugIn_Waypoint::m_MarkDescription

Optional description.

Definition at line 2030 of file ocpn_plugin.h.

◆ m_MarkName

wxString PlugIn_Waypoint::m_MarkName

Display name.

Definition at line 2029 of file ocpn_plugin.h.


The documentation for this class was generated from the following files: