Lines Matching refs:QGeoShape
106 QMetaType::registerConverter<QGeoShape, QGeoPath>(); in PathVariantConversions()
107 QMetaType::registerConverter<QGeoPath, QGeoShape>(); in PathVariantConversions()
117 : QGeoShape(new QGeoPathPrivate()) in Q_GLOBAL_STATIC()
127 : QGeoShape(new QGeoPathPrivate(path, width)) in QGeoPath()
136 : QGeoShape(other) in QGeoPath()
144 QGeoPath::QGeoPath(const QGeoShape &other) in QGeoPath()
145 : QGeoShape(other) in QGeoPath()
148 if (type() != QGeoShape::PathType) in QGeoPath()
162 QGeoShape::operator=(other); in operator =()
385 if (type() != QGeoShape::PathType) { in toString()
404 : QGeoShapePrivate(QGeoShape::PathType) in QGeoPathPrivate()
410 : QGeoShapePrivate(QGeoShape::PathType) in QGeoPathPrivate()
765 QGeoPathEager::QGeoPathEager(const QGeoShape &other) : QGeoPath() in QGeoPathEager()
768 if (other.type() == QGeoShape::PathType) in QGeoPathEager()