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 611 of file kml.cpp.

◆ ~Kml()

Kml::~Kml ( )

Definition at line 617 of file kml.cpp.

Member Function Documentation

◆ CopyRouteToClipboard()

void Kml::CopyRouteToClipboard ( Route route)
static

Definition at line 574 of file kml.cpp.

◆ CopyTrackToClipboard()

void Kml::CopyTrackToClipboard ( Track route)
static

Definition at line 593 of file kml.cpp.

◆ CopyWaypointToClipboard()

void Kml::CopyWaypointToClipboard ( RoutePoint routepoint)
static

Definition at line 603 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 469 of file kml.cpp.

◆ MakeKmlFromTrack()

wxString Kml::MakeKmlFromTrack ( Track track)
static

Definition at line 509 of file kml.cpp.

◆ MakeKmlFromWaypoint()

wxString Kml::MakeKmlFromWaypoint ( RoutePoint routepoint)
static

Definition at line 558 of file kml.cpp.

◆ ParsePasteBuffer()

KmlPastebufferType Kml::ParsePasteBuffer ( )

Definition at line 205 of file kml.cpp.


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