OpenCPN Partial API docs
|
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") | |
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:
Definition at line 1984 of file ocpn_plugin.h.
wxString Plugin_Hyperlink::DescrText |
User-visible description of the link.
Definition at line 1986 of file ocpn_plugin.h.
wxString Plugin_Hyperlink::Link |
The actual URL or file path.
Definition at line 1987 of file ocpn_plugin.h.
wxString Plugin_Hyperlink::Type |
Link type identifier (e.g., "Website", "Chart", "Image")
Definition at line 1988 of file ocpn_plugin.h.