Home
last modified time | relevance | path

Searched refs:QGeoPolygon (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp91 inline QGeoPolygonPrivate *QGeoPolygon::d_func() in d_func()
96 inline const QGeoPolygonPrivate *QGeoPolygon::d_func() const in d_func()
105 QMetaType::registerConverter<QGeoShape, QGeoPolygon>(); in PolygonVariantConversions()
106 QMetaType::registerConverter<QGeoPolygon, QGeoShape>(); in PolygonVariantConversions()
115 QGeoPolygon::QGeoPolygon() in Q_GLOBAL_STATIC()
125 QGeoPolygon::QGeoPolygon(const QList<QGeoCoordinate> &path) in QGeoPolygon() function in QGeoPolygon
134 QGeoPolygon::QGeoPolygon(const QGeoPolygon &other) in QGeoPolygon() function in QGeoPolygon
178 QGeoPolygon::QGeoPolygon(const QGeoShape &other) in QGeoPolygon() function in QGeoPolygon
203 QGeoPolygon::~QGeoPolygon() {} in ~QGeoPolygon()
208 QGeoPolygon &QGeoPolygon::operator=(const QGeoPolygon &other) in operator =()
[all …]
H A Dqgeopolygon.h51 class Q_POSITIONING_EXPORT QGeoPolygon : public QGeoShape
57 QGeoPolygon();
58 QGeoPolygon(const QList<QGeoCoordinate> &path);
59 QGeoPolygon(const QGeoPolygon &other);
60 QGeoPolygon(const QGeoShape &other);
62 ~QGeoPolygon();
64 QGeoPolygon &operator=(const QGeoPolygon &other);
67 bool operator==(const QGeoPolygon &other) const;
70 bool operator!=(const QGeoPolygon &other) const;
82 Q_INVOKABLE QGeoPolygon translated(double degreesLatitude, double degreesLongitude) const;
[all …]
H A Dqgeopolygon_p.h122 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonEager : public QGeoPolygon
129 QGeoPolygonEager(const QGeoPolygon &other);
H A Dqgeoshape.cpp388 QGeoPolygon p = shape; in operator <<()
443 shape = QGeoPolygon(l); in operator >>()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/
H A Dtst_qgeopolygon.cpp69 QGeoPolygon p; in defaultConstructor()
81 QGeoPolygon p2(coords); in listConstructor()
89 QGeoPolygon p(coords); in listConstructor()
104 QGeoPolygon p1; in assignment()
109 QGeoPolygon p2(coords); in assignment()
123 QGeoPolygon p3 = area; in assignment()
142 QGeoPolygon c1(coords); in comparison()
143 QGeoPolygon c2(coords); in comparison()
144 QGeoPolygon c3(coords2); in comparison()
170 QGeoPolygon c; in type()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp255 QGeoPolygon LocationSingleton::polygon() const in polygon()
257 return QGeoPolygon(); in polygon()
268 QGeoPolygon LocationSingleton::polygon(const QVariantList &coordinates) const in polygon()
275 return QGeoPolygon(internalCoordinates); in polygon()
286 QGeoPolygon LocationSingleton::polygon(const QVariantList &perimeter, const QVariantList &holes) co… in polygon()
293 QGeoPolygon poly(internalCoordinates); in polygon()
358 QGeoPolygon LocationSingleton::shapeToPolygon(const QGeoShape &shape) const in shapeToPolygon()
360 return QGeoPolygon(shape); in shapeToPolygon()
H A Dlocationsingleton.h92 Q_INVOKABLE QGeoPolygon polygon() const;
93 Q_INVOKABLE QGeoPolygon polygon(const QVariantList &value) const;
94 Q_INVOKABLE QGeoPolygon polygon(const QVariantList &perimeter, const QVariantList &holes) const;
99 Q_INVOKABLE QGeoPolygon shapeToPolygon(const QGeoShape &shape) const;
H A Dpositioning.cpp587 qRegisterMetaType<QGeoPolygon>(); in registerTypes()
588 QMetaType::registerEqualsComparator<QGeoPolygon>(); in registerTypes()
H A Dplugins.qmltypes76 Method { name: "polygon"; type: "QGeoPolygon" }
79 type: "QGeoPolygon"
84 type: "QGeoPolygon"
105 type: "QGeoPolygon"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp74 QGeoPolygon poly(other.geoShape()); // to handle holes in QMapPolygonObjectPrivateDefault()
147 const QGeoPolygon poly(shape); in setGeoShape()
168 return QGeoPolygon(path()); in geoShape()
176 const QGeoPolygon poly(shape); in setGeoShape()
H A Dqgeojson.cpp583 static QGeoPolygon importPolygon(const QVariantMap &inputMap) in importPolygon()
585 QGeoPolygon returnedObject; in importPolygon()
633 QGeoPolygon singlePoly; in importMultiPolygon()
818 QGeoPolygon parsedPoly = polygonVariant.value<QGeoPolygon>(); in exportPolygon()
870 …gonList.at(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().path(); // E… in exportMultiPolygon()
871 …gonList.at(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().holesCount(); in exportMultiPolygon()
874 …gonList.at(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().holePath(cur… in exportMultiPolygon()
1030 QGeoPolygon poly = importPolygon(rootGeoJsonObject); in importGeoJson()
1158 QGeoPolygon poly(shape); in operator <<()
1220 QGeoPolygon polygon = v.value<QGeoPolygon>(); in printQvariant()
H A Dqmappolygonobject_p_p.h105 QGeoPolygon m_path; // small overhead compared to plain QList<QGeoCoordinate>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.10.029 * Visible region now returns a QGeoPolygon.
61 - QGeoPolygon:
62 * Added QGeoPolygon shape.
H A Dchanges-5.12.047 - Added QGeoPolygon::perimeter property.
48 - Added holes support to QGeoPolygon. Currently visualized only when using
H A Dchanges-5.15.022 - QGeoPolygon:
H A Dchanges-5.13.044 - Added holes support to QGeoPolygon, currently rendered only when using the
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp352 static void wrapPath(const QGeoPolygon &poly in wrapPath()
481 QGeoPolygon bbox(QGeoPath(perimeter).boundingGeoRectangle()); in updateSourcePoints()
498 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints()
516 QGeoPolygon bbox(poly.boundingGeoRectangle()); in updateSourcePoints()
H A Dqdeclarativepolygonmapitem_p.h118 QGeoPolygon m_geopoly;
H A Dqdeclarativegeocodemodel.cpp380 return QVariant::fromValue(QGeoPolygon(boundingArea_)); in bounds()
H A Dqdeclarativepolygonmapitem_p_p.h110 const QGeoPolygon &poly);
H A Dqdeclarativepolylinemapitem.cpp773 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints()
822 QGeoPolygon bbox(QGeoRectangle(topLeft, bottomRight)); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem_p_p.h286 const QGeoPolygon &poly);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchmodelbase.cpp96 return QVariant::fromValue(QGeoPolygon(s)); in searchArea()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp134 const QGeoPolygon *polygon = static_cast<const QGeoPolygon *>(&mapItem->geoShape()); in featureFromMapPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp495 QGeoPolygon poly; in visibleRegion()

12