marble
Classes | |
class | GPXcmtTagHandler |
class | GPXdescTagHandler |
class | GPXeleTagHandler |
class | GPXextensionsTagHandler |
class | GPXgpxTagHandler |
class | GPXhrTagHandler |
class | GPXlinkTagHandler |
class | GPXnameTagHandler |
class | GPXrteptTagHandler |
class | GPXrteTagHandler |
class | GPXtimeTagHandler |
class | GPXTrackPointExtensionTagHandler |
class | GPXtrkptTagHandler |
class | GPXtrksegTagHandler |
class | GPXtrkTagHandler |
class | GPXtypeTagHandler |
class | GPXurlnameTagHandler |
class | GPXurlTagHandler |
class | GPXwptTagHandler |
Variables | |
const char * | gpxTag_cmt = "cmt" |
const char * | gpxTag_desc = "desc" |
const char * | gpxTag_ele = "ele" |
const char * | gpxTag_extensions = "extensions" |
const char * | gpxTag_gpx = "gpx" |
const char * | gpxTag_hr = "hr" |
const char * | gpxTag_lat = "lat" |
const char * | gpxTag_link = "link" |
const char * | gpxTag_lon = "lon" |
const char * | gpxTag_name = "name" |
const char * | gpxTag_nameSpace10 = "http://www.topografix.com/GPX/1/0" |
const char * | gpxTag_nameSpace11 = "http://www.topografix.com/GPX/1/1" |
const char * | gpxTag_nameSpaceGarminTrackPointExt1 = "http://www.garmin.com/xmlschemas/TrackPointExtension/v1" |
const char * | gpxTag_rte = "rte" |
const char * | gpxTag_rtept = "rtept" |
const char * | gpxTag_time = "time" |
const char * | gpxTag_TrackPointExtension = "TrackPointExtension" |
const char * | gpxTag_trk = "trk" |
const char * | gpxTag_trkpt = "trkpt" |
const char * | gpxTag_trkseg = "trkseg" |
const char * | gpxTag_type = "type" |
const char * | gpxTag_url = "url" |
const char * | gpxTag_urlname = "urlname" |
const char * | gpxTag_wpt = "wpt" |
Variable Documentation
const char * Marble::gpx::gpxTag_cmt = "cmt" |
Definition at line 49 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_desc = "desc" |
Definition at line 41 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_ele = "ele" |
Definition at line 34 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_extensions = "extensions" |
Definition at line 35 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_gpx = "gpx" |
Definition at line 36 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_hr = "hr" |
Definition at line 56 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_lat = "lat" |
Definition at line 37 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_link = "link" |
Definition at line 50 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_lon = "lon" |
Definition at line 38 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_name = "name" |
Definition at line 39 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_nameSpace10 = "http://www.topografix.com/GPX/1/0" |
Definition at line 31 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_nameSpace11 = "http://www.topografix.com/GPX/1/1" |
Definition at line 32 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_nameSpaceGarminTrackPointExt1 = "http://www.garmin.com/xmlschemas/TrackPointExtension/v1" |
Definition at line 54 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_rte = "rte" |
Definition at line 47 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_rtept = "rtept" |
Definition at line 48 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_time = "time" |
Definition at line 40 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_TrackPointExtension = "TrackPointExtension" |
Definition at line 55 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_trk = "trk" |
Definition at line 43 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_trkpt = "trkpt" |
Definition at line 44 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_trkseg = "trkseg" |
Definition at line 45 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_type = "type" |
Definition at line 42 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_url = "url" |
Definition at line 51 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_urlname = "urlname" |
Definition at line 52 of file GPXElementDictionary.cpp.
const char * Marble::gpx::gpxTag_wpt = "wpt" |
Definition at line 46 of file GPXElementDictionary.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.