Home
last modified time | relevance | path

Searched refs:QGeoPolygonEager (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon_p.h122 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonEager : public QGeoPolygon
127 QGeoPolygonEager();
128 QGeoPolygonEager(const QList<QGeoCoordinate> &path);
129 QGeoPolygonEager(const QGeoPolygon &other);
130 QGeoPolygonEager(const QGeoShape &other);
131 ~QGeoPolygonEager();
H A Dqgeopolygon.cpp706 QGeoPolygonEager::QGeoPolygonEager() : QGeoPolygon() in QGeoPolygonEager() function in QGeoPolygonEager
712 QGeoPolygonEager::QGeoPolygonEager(const QList<QGeoCoordinate> &path) : QGeoPolygon() in QGeoPolygonEager() function in QGeoPolygonEager
718 QGeoPolygonEager::QGeoPolygonEager(const QGeoPolygon &other) : QGeoPolygon() in QGeoPolygonEager() function in QGeoPolygonEager
728 QGeoPolygonEager::QGeoPolygonEager(const QGeoShape &other) : QGeoPolygon() in QGeoPolygonEager() function in QGeoPolygonEager
732 *this = QGeoPolygonEager(QGeoPolygon(other)); in QGeoPolygonEager()
737 QGeoPolygonEager::~QGeoPolygonEager() in ~QGeoPolygonEager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp635 m_geopoly = QGeoPolygonEager(); in Q_GLOBAL_STATIC()
879 m_geopoly = QGeoPolygonEager(shape); in setGeoShape()