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

Public Member Functions

KmlPastebufferType ParsePasteBuffer ()
 
RouteGetParsedRoute ()
 
TrackGetParsedTrack ()
 
RoutePointGetParsedRoutePoint ()
 

Static Public Member Functions

static wxString MakeKmlFromRoute (Route *route, bool insertSeqNames=false)
 
static wxString MakeKmlFromTrack (Track *track)
 
static wxString MakeKmlFromWaypoint (RoutePoint *routepoint)
 
static void CopyWaypointToClipboard (RoutePoint *routepoint)
 
static void CopyRouteToClipboard (Route *route)
 
static void CopyTrackToClipboard (Track *route)
 

Detailed Description

Definition at line 50 of file kml.h.

Constructor & Destructor Documentation

◆ Kml()

Kml::Kml ( )

Definition at line 610 of file kml.cpp.

◆ ~Kml()

Kml::~Kml ( )

Definition at line 616 of file kml.cpp.

Member Function Documentation

◆ CopyRouteToClipboard()

void Kml::CopyRouteToClipboard ( Route route)
static

Definition at line 573 of file kml.cpp.

◆ CopyTrackToClipboard()

void Kml::CopyTrackToClipboard ( Track route)
static

Definition at line 592 of file kml.cpp.

◆ CopyWaypointToClipboard()

void Kml::CopyWaypointToClipboard ( RoutePoint routepoint)
static

Definition at line 602 of file kml.cpp.

◆ GetParsedRoute()

Route * Kml::GetParsedRoute ( )
inline

Definition at line 55 of file kml.h.

◆ GetParsedRoutePoint()

RoutePoint * Kml::GetParsedRoutePoint ( )
inline

Definition at line 57 of file kml.h.

◆ GetParsedTrack()

Track * Kml::GetParsedTrack ( )
inline

Definition at line 56 of file kml.h.

◆ MakeKmlFromRoute()

wxString Kml::MakeKmlFromRoute ( Route route,
bool  insertSeqNames = false 
)
static

Definition at line 468 of file kml.cpp.

◆ MakeKmlFromTrack()

wxString Kml::MakeKmlFromTrack ( Track track)
static

Definition at line 508 of file kml.cpp.

◆ MakeKmlFromWaypoint()

wxString Kml::MakeKmlFromWaypoint ( RoutePoint routepoint)
static

Definition at line 557 of file kml.cpp.

◆ ParsePasteBuffer()

KmlPastebufferType Kml::ParsePasteBuffer ( )

Definition at line 204 of file kml.cpp.


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