Searched refs:QGeoPathEager (Results 1 – 4 of 4) sorted by relevance
745 QGeoPathEager::QGeoPathEager() : QGeoPath() in QGeoPathEager() function in QGeoPathEager751 QGeoPathEager::QGeoPathEager(const QList<QGeoCoordinate> &path, const qreal &width) : QGeoPath() in QGeoPathEager() function in QGeoPathEager757 QGeoPathEager::QGeoPathEager(const QGeoPath &other) : QGeoPath() in QGeoPathEager() function in QGeoPathEager765 QGeoPathEager::QGeoPathEager(const QGeoShape &other) : QGeoPath() in QGeoPathEager() function in QGeoPathEager769 *this = QGeoPathEager(QGeoPath(other)); in QGeoPathEager()774 QGeoPathEager::~QGeoPathEager() {} in ~QGeoPathEager()
255 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathEager : public QGeoPath260 QGeoPathEager();261 QGeoPathEager(const QList<QGeoCoordinate> &path, const qreal &width = 0.0);262 QGeoPathEager(const QGeoPath &other);263 QGeoPathEager(const QGeoShape &other);264 ~QGeoPathEager();
114 m_path = QGeoPathEager(shape); in setGeoShape()
966 m_geopath = QGeoPathEager(); in Q_GLOBAL_STATIC()1031 m_geopath = QGeoPathEager(path); in setPath()