Home
last modified time | relevance | path

Searched refs:getTotalAscent (Results 1 – 5 of 5) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/prj/
H A DIGisProject.h350 qreal getTotalAscent() const in getTotalAscent() function
H A DIGisProject.cpp1040 totalAscent += trk->getTotalAscent(); in updateItemCounters()
H A DCDetailsPrj.cpp702 info.ascent3 = trk.getTotalAscent() - trkpt.ascent; in getWptInfo()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCGisItemTrk.h236 qreal getTotalAscent() const { return totalAscent; } in getTotalAscent() function
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/gpx/
H A Dserialization.cpp1150 writeXml(adventure, "Ascent", track->getTotalAscent()); in createAdventureFromProject()