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

Class representing a hyperlink associated with a waypoint or route. More...

#include <ocpn_plugin.h>

Public Attributes

wxString DescrText
 User-visible description of the link.
 
wxString Link
 The actual URL or file path.
 
wxString Type
 Link type identifier (e.g., "Website", "Chart", "Image")
 

Detailed Description

Class representing a hyperlink associated with a waypoint or route.

Hyperlinks allow attaching URLs and descriptive text to navigation objects. Common uses include linking to:

  • Websites with location information
  • Local files with details/photos
  • Charts or cruising guides
  • Weather forecasts
  • Marina/port information
Examples
/home/runner/work/main/main/opencpn/include/ocpn_plugin.h.

Definition at line 1984 of file ocpn_plugin.h.

Member Data Documentation

◆ DescrText

wxString Plugin_Hyperlink::DescrText

User-visible description of the link.

Definition at line 1986 of file ocpn_plugin.h.

◆ Link

wxString Plugin_Hyperlink::Link

The actual URL or file path.

Definition at line 1987 of file ocpn_plugin.h.

◆ Type

wxString Plugin_Hyperlink::Type

Link type identifier (e.g., "Website", "Chart", "Image")

Definition at line 1988 of file ocpn_plugin.h.


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