Line 117... |
Line 117... |
117 |
void showTrack(int zoom);
|
117 |
void showTrack(int zoom);
|
118 |
void showTrack(int zoom, const QRect &pan, LAP *lap);
|
118 |
void showTrack(int zoom, const QRect &pan, LAP *lap);
|
119 |
void showCurves();
|
119 |
void showCurves();
|
120 |
void showCurves(LAP *lap);
|
120 |
void showCurves(LAP *lap);
|
121 |
void resizeEvent(QResizeEvent *e);
|
121 |
void resizeEvent(QResizeEvent *e);
|
122 |
void paintEvent(QPaintEvent *e);
|
- |
|
123 |
void mouseMoveEvent(QMouseEvent *e);
|
122 |
void mouseMoveEvent(QMouseEvent *e);
|
124 |
void mousePressEvent(QMouseEvent *e);
|
123 |
void mousePressEvent(QMouseEvent *e);
|
125 |
void mouseReleaseEvent(QMouseEvent *e);
|
124 |
void mouseReleaseEvent(QMouseEvent *e);
|
126 |
|
125 |
|
127 |
protected:
|
126 |
protected:
|
Line 133... |
Line 132... |
133 |
bool writeTag(const QFile &fn, const QString &str, int indent);
|
132 |
bool writeTag(const QFile &fn, const QString &str, int indent);
|
134 |
double getAvgAlt (AVGHEIGHT *avgHeight, int pos);
|
133 |
double getAvgAlt (AVGHEIGHT *avgHeight, int pos);
|
135 |
AVGHEIGHT *getAvgPtr (AVGHEIGHT *avgHeight, int pos);
|
134 |
AVGHEIGHT *getAvgPtr (AVGHEIGHT *avgHeight, int pos);
|
136 |
void saveGPX(const QString &fn);
|
135 |
void saveGPX(const QString &fn);
|
137 |
void saveOSM(const QString &fn);
|
136 |
void saveOSM(const QString &fn);
|
138 |
bool findElement(QTreeWidget *wdg, const QString &val);
|
137 |
QTreeWidgetItem *findElement(QTreeWidget *wdg, const QString &val);
|
139 |
#if defined HAVE_GDAL
|
138 |
#if defined HAVE_GDAL
|
140 |
bool writeWMSTag(double llat, double llon, double rlat, double rlon, int width, int height);
|
139 |
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);
|
140 |
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);
|
141 |
QString *getProjection (int isrs, QString *srs);
|
143 |
bool warpImage(QString fn, QString *fName);
|
142 |
bool warpImage(QString fn, QString *fName);
|