Home
last modified time | relevance | path

Searched refs:ShapeType (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoshape.h55 Q_PROPERTY(ShapeType type READ type)
58 Q_ENUMS(ShapeType)
65 enum ShapeType { enum
73 ShapeType type() const;
H A Dqgeoshape_p.h63 explicit QGeoShapePrivate(QGeoShape::ShapeType type);
80 QGeoShape::ShapeType type;
H A Dqgeoshape.cpp58 QGeoShapePrivate::QGeoShapePrivate(QGeoShape::ShapeType type) in QGeoShapePrivate()
182 QGeoShape::ShapeType QGeoShape::type() const in type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dplugins.qmltypes274 name: "ShapeType"
283 Property { name: "type"; type: "ShapeType"; isReadonly: true }