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 54 of file kml.h.

Constructor & Destructor Documentation

◆ Kml()

Kml::Kml ( )

Definition at line 617 of file kml.cpp.

◆ ~Kml()

Kml::~Kml ( )

Definition at line 623 of file kml.cpp.

Member Function Documentation

◆ CopyRouteToClipboard()

void Kml::CopyRouteToClipboard ( Route route)
static

Definition at line 580 of file kml.cpp.

◆ CopyTrackToClipboard()

void Kml::CopyTrackToClipboard ( Track route)
static

Definition at line 599 of file kml.cpp.

◆ CopyWaypointToClipboard()

void Kml::CopyWaypointToClipboard ( RoutePoint routepoint)
static

Definition at line 609 of file kml.cpp.

◆ GetParsedRoute()

Route * Kml::GetParsedRoute ( )
inline

Definition at line 59 of file kml.h.

◆ GetParsedRoutePoint()

RoutePoint * Kml::GetParsedRoutePoint ( )
inline

Definition at line 61 of file kml.h.

◆ GetParsedTrack()

Track * Kml::GetParsedTrack ( )
inline

Definition at line 60 of file kml.h.

◆ MakeKmlFromRoute()

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

Definition at line 469 of file kml.cpp.

◆ MakeKmlFromTrack()

wxString Kml::MakeKmlFromTrack ( Track track)
static

Definition at line 515 of file kml.cpp.

◆ MakeKmlFromWaypoint()

wxString Kml::MakeKmlFromWaypoint ( RoutePoint routepoint)
static

Definition at line 564 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: