|
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 2297 of file ocpn_plugin.h.
| wxString Plugin_Hyperlink::DescrText |
User-visible description of the link.
Definition at line 2299 of file ocpn_plugin.h.
| wxString Plugin_Hyperlink::Link |
The actual URL or file path.
Definition at line 2300 of file ocpn_plugin.h.
| wxString Plugin_Hyperlink::Type |
Link type identifier (e.g., "Website", "Chart", "Image")
Definition at line 2301 of file ocpn_plugin.h.