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

◆ ~Kml()

Kml::~Kml ( )

Definition at line 621 of file kml.cpp.

Member Function Documentation

◆ CopyRouteToClipboard()

void Kml::CopyRouteToClipboard ( Route route)
static

Definition at line 578 of file kml.cpp.

◆ CopyTrackToClipboard()

void Kml::CopyTrackToClipboard ( Track route)
static

Definition at line 597 of file kml.cpp.

◆ CopyWaypointToClipboard()

void Kml::CopyWaypointToClipboard ( RoutePoint routepoint)
static

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

◆ MakeKmlFromTrack()

wxString Kml::MakeKmlFromTrack ( Track track)
static

Definition at line 513 of file kml.cpp.

◆ MakeKmlFromWaypoint()

wxString Kml::MakeKmlFromWaypoint ( RoutePoint routepoint)
static

Definition at line 562 of file kml.cpp.

◆ ParsePasteBuffer()

KmlPastebufferType Kml::ParsePasteBuffer ( )

Definition at line 202 of file kml.cpp.


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