Lines Matching refs:QGeoShape
115 QMetaType::registerConverter<QGeoShape, QGeoCircle>(); in CircleVariantConversions()
116 QMetaType::registerConverter<QGeoCircle, QGeoShape>(); in CircleVariantConversions()
126 : QGeoShape(new QGeoCirclePrivate) in Q_GLOBAL_STATIC()
144 : QGeoShape(other) in QGeoCircle()
152 QGeoCircle::QGeoCircle(const QGeoShape &other) in QGeoCircle()
153 : QGeoShape(other) in QGeoCircle()
156 if (type() != QGeoShape::CircleType) in QGeoCircle()
170 QGeoShape::operator=(other); in operator =()
444 if (type() != QGeoShape::CircleType) { in toString()
459 : QGeoShapePrivate(QGeoShape::CircleType), m_radius(-1.0) in QGeoCirclePrivate()
464 : QGeoShapePrivate(QGeoShape::CircleType), m_center(center), m_radius(radius) in QGeoCirclePrivate()
470 : QGeoShapePrivate(QGeoShape::CircleType), m_center(other.m_center), in QGeoCirclePrivate()