Subversion Repositories public

Rev

Rev 248 | Rev 276 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 248 Rev 250
Line 117... Line 117...
117
	   void showTrack();
117
	   void showTrack();
118
	   void showTrack(int zoom);
118
	   void showTrack(int zoom);
119
	   void showTrack(int zoom, const QRect &pan, LAP *lap);
119
	   void showTrack(int zoom, const QRect &pan, LAP *lap);
120
	   void showCurves();
120
	   void showCurves();
121
	   void showCurves(LAP *lap);
121
	   void showCurves(LAP *lap);
-
 
122
	   void showThreeCurve();
122
	   void resizeEvent(QResizeEvent *e);
123
	   void resizeEvent(QResizeEvent *e);
123
	   void mouseMoveEvent(QMouseEvent *e);
124
	   void mouseMoveEvent(QMouseEvent *e);
124
	   void mousePressEvent(QMouseEvent *e);
125
	   void mousePressEvent(QMouseEvent *e);
125
	   void mouseReleaseEvent(QMouseEvent *e);
126
	   void mouseReleaseEvent(QMouseEvent *e);
126
 
127
 
Line 134... Line 135...
134
	   double getAvgAlt (AVGHEIGHT *avgHeight, int pos);
135
	   double getAvgAlt (AVGHEIGHT *avgHeight, int pos);
135
	   AVGHEIGHT *getAvgPtr (AVGHEIGHT *avgHeight, int pos);
136
	   AVGHEIGHT *getAvgPtr (AVGHEIGHT *avgHeight, int pos);
136
	   void saveGPX(const QString &fn);
137
	   void saveGPX(const QString &fn);
137
	   void saveOSM(const QString &fn);
138
	   void saveOSM(const QString &fn);
138
	   QTreeWidgetItem *findElement(QTreeWidget *wdg, const QString &val);
139
	   QTreeWidgetItem *findElement(QTreeWidget *wdg, const QString &val);
-
 
140
	   void drawGrHR (int x, int y);
-
 
141
	   void drawGrElev (int x, int y);
-
 
142
	   void drawGrSpeed (int x, int y);
139
#if defined HAVE_GDAL
143
#if defined HAVE_GDAL
140
	   bool writeWMSTag(double llat, double llon, double rlat, double rlon, int width, int height);
144
	   bool writeWMSTag(double llat, double llon, double rlat, double rlon, int width, int height);
141
	   bool transCoords (double *x1, double *y1, double *x2, double *y2, int code, int width, int height, bool square);
145
	   bool transCoords (double *x1, double *y1, double *x2, double *y2, int code, int width, int height, bool square);
142
	   QString *getProjection (int isrs, QString *srs);
146
	   QString *getProjection (int isrs, QString *srs);
143
	   bool warpImage(QString fn, QString *fName);
147
	   bool warpImage(QString fn, QString *fName);
144
#endif
148
#endif
145
 
149
 
146
	private:
150
	private:
147
	   QWidget *mama;
151
	   QWidget *mama;
148
	   QPixmap pmProfile, pmMap;
152
	   QPixmap pmProfile, pmMap, pmHR, pmElevation, pmSpeed;
149
	   QDateTime StartTime;
153
	   QDateTime StartTime;
150
	   QStringList files;
154
	   QStringList files;
151
	   QRect mapPan;
155
	   QRect mapPan;
152
	   KLocale *kl;		// This is for translating date and time
156
	   KLocale *kl;		// This is for translating date and time
153
	   manageFile spw;
157
	   manageFile spw;