Lines Matching refs:QGeoShape
105 QMetaType::registerConverter<QGeoShape, QGeoPolygon>(); in PolygonVariantConversions()
106 QMetaType::registerConverter<QGeoPolygon, QGeoShape>(); in PolygonVariantConversions()
116 : QGeoShape(new QGeoPolygonPrivate()) in Q_GLOBAL_STATIC()
126 : QGeoShape(new QGeoPolygonPrivate(path)) in QGeoPolygon()
135 : QGeoShape(other) in QGeoPolygon()
178 QGeoPolygon::QGeoPolygon(const QGeoShape &other) in QGeoPolygon()
179 : QGeoShape(other) in QGeoPolygon()
182 if (type() != QGeoShape::PolygonType) { in QGeoPolygon()
184 if (type() == QGeoShape::CircleType) { in QGeoPolygon()
189 } else if (type() == QGeoShape::RectangleType) { in QGeoPolygon()
210 QGeoShape::operator=(other); in operator =()
399 if (type() != QGeoShape::PolygonType) { in toString()
500 type = QGeoShape::PolygonType; in QGeoPolygonPrivate()
506 type = QGeoShape::PolygonType; in QGeoPolygonPrivate()
728 QGeoPolygonEager::QGeoPolygonEager(const QGeoShape &other) : QGeoPolygon() in QGeoPolygonEager()
731 if (other.type() == QGeoShape::PolygonType) in QGeoPolygonEager()