Home
last modified time | relevance | path

Searched refs:QGeoPathEager (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp745 QGeoPathEager::QGeoPathEager() : QGeoPath() in QGeoPathEager() function in QGeoPathEager
751 QGeoPathEager::QGeoPathEager(const QList<QGeoCoordinate> &path, const qreal &width) : QGeoPath() in QGeoPathEager() function in QGeoPathEager
757 QGeoPathEager::QGeoPathEager(const QGeoPath &other) : QGeoPath() in QGeoPathEager() function in QGeoPathEager
765 QGeoPathEager::QGeoPathEager(const QGeoShape &other) : QGeoPath() in QGeoPathEager() function in QGeoPathEager
769 *this = QGeoPathEager(QGeoPath(other)); in QGeoPathEager()
774 QGeoPathEager::~QGeoPathEager() {} in ~QGeoPathEager()
H A Dqgeopath_p.h255 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathEager : public QGeoPath
260 QGeoPathEager();
261 QGeoPathEager(const QList<QGeoCoordinate> &path, const qreal &width = 0.0);
262 QGeoPathEager(const QGeoPath &other);
263 QGeoPathEager(const QGeoShape &other);
264 ~QGeoPathEager();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmappolygonobjectqsg.cpp114 m_path = QGeoPathEager(shape); in setGeoShape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp966 m_geopath = QGeoPathEager(); in Q_GLOBAL_STATIC()
1031 m_geopath = QGeoPathEager(path); in setPath()