1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-21 22:34:23 +02:00

Added moving time info.

Added special track data processing for "pause states".
This commit is contained in:
2017-01-31 09:37:01 +01:00
parent ddacac8d2e
commit 961eac9324
11 changed files with 380 additions and 245 deletions

View File

@ -102,11 +102,13 @@ private:
void updateGraphTabs();
void updatePathView();
Units units() const;
void setUnits(Units units);
void setGraphType(GraphType type);
qreal distance() const;
qreal time() const;
qreal movingTime() const;
int mapIndex(const QString &name);
void readSettings();
void writeSettings();
@ -188,6 +190,7 @@ private:
qreal _trackDistance;
qreal _routeDistance;
qreal _time;
qreal _movingTime;
DateRange _dateRange;
QString _pathName;