Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dlocationvaluetypehelper.cpp52 if (value.hasProperty(QStringLiteral("latitude"))) in parseCoordinate()
54 if (value.hasProperty(QStringLiteral("longitude"))) in parseCoordinate()
56 if (value.hasProperty(QStringLiteral("altitude"))) in parseCoordinate()
100 if (value.hasProperty(QStringLiteral("bottomLeft"))) { in parseRectangle()
105 if (value.hasProperty(QStringLiteral("bottomRight"))) { in parseRectangle()
110 if (value.hasProperty(QStringLiteral("topLeft"))) { in parseRectangle()
115 if (value.hasProperty(QStringLiteral("topRight"))) { in parseRectangle()
120 if (value.hasProperty(QStringLiteral("center"))) { in parseRectangle()
125 if (value.hasProperty(QStringLiteral("height"))) in parseRectangle()
127 if (value.hasProperty(QStringLiteral("width"))) in parseRectangle()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp50 if (value.hasProperty(QStringLiteral("latitude"))) in parseCoordinate()
52 if (value.hasProperty(QStringLiteral("longitude"))) in parseCoordinate()
54 if (value.hasProperty(QStringLiteral("altitude"))) in parseCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomapparameter_p.h77 bool hasProperty(const char *propertyName);
H A Dqgeomapparameter.cpp101 bool QGeoMapParameter::hasProperty(const char *propertyName) in hasProperty() function in QGeoMapParameter