#include <TerrainQueryInterface.h>
|
| | TerrainOnlineQuery (QObject *parent=nullptr) |
| |
| virtual | ~TerrainOnlineQuery () |
| |
| | TerrainQueryInterface (QObject *parent=nullptr) |
| |
| virtual | ~TerrainQueryInterface () |
| |
| virtual void | requestCoordinateHeights (const QList< QGeoCoordinate > &coordinates) |
| |
| virtual void | requestPathHeights (const QGeoCoordinate &fromCoord, const QGeoCoordinate &toCoord) |
| |
| virtual void | requestCarpetHeights (const QGeoCoordinate &swCoord, const QGeoCoordinate &neCoord, bool statsOnly) |
| |
| void | signalCoordinateHeights (bool success, const QList< double > &heights) |
| |
| void | signalPathHeights (bool success, double distanceBetween, double finalDistanceBetween, const QList< double > &heights) |
| |
| void | signalCarpetHeights (bool success, double minHeight, double maxHeight, const QList< QList< double > > &carpet) |
| |
Definition at line 86 of file TerrainQueryInterface.h.
◆ TerrainOnlineQuery()
| TerrainOnlineQuery::TerrainOnlineQuery |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~TerrainOnlineQuery()
| TerrainOnlineQuery::~TerrainOnlineQuery |
( |
| ) |
|
|
virtual |
◆ _requestError
| void TerrainOnlineQuery::_requestError |
( |
QNetworkReply::NetworkError |
code | ) |
|
|
protectedvirtualslot |
◆ _requestFinished
| void TerrainOnlineQuery::_requestFinished |
( |
| ) |
|
|
protectedvirtualslot |
◆ _sslErrors
| void TerrainOnlineQuery::_sslErrors |
( |
const QList< QSslError > & |
errors | ) |
|
|
protectedvirtualslot |
◆ _networkManager
| QNetworkAccessManager* TerrainOnlineQuery::_networkManager = nullptr |
|
protected |
The documentation for this class was generated from the following files: