Home
last modified time | relevance | path

Searched refs:extendedAttribute (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp519 …QCOMPARE(place.extendedAttribute(QStringLiteral("smoking")).label(), QStringLiteral("Public Smokin… in extendedAttributeTest()
520 QCOMPARE(place.extendedAttribute(QStringLiteral("smoking")).text(), QStringLiteral("No")); in extendedAttributeTest()
531 …QCOMPARE(place.extendedAttribute(QStringLiteral("shelter")).label(), QStringLiteral("Outdoor shelt… in extendedAttributeTest()
532 QCOMPARE(place.extendedAttribute(QStringLiteral("shelter")).text(), QStringLiteral("Yes")); in extendedAttributeTest()
541 QCOMPARE(place.extendedAttribute(QStringLiteral("shelter")).text(), QStringLiteral("No")); in extendedAttributeTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp476 QPlaceAttribute QPlace::extendedAttribute(const QString &attributeType) const in extendedAttribute() function in QPlace
478 return d_ptr->extendedAttribute(attributeType); in extendedAttribute()
647 QPlaceAttribute QPlacePrivate::extendedAttribute(const QString &attributeType) const in extendedAttribute() function in QPlacePrivate
H A Dqplace.h107 QPlaceAttribute extendedAttribute(const QString &attributeType) const;
H A Dqplace_p.h100 virtual QPlaceAttribute extendedAttribute(const QString &attributeType) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h78 QPlaceAttribute extendedAttribute(const QString &attributeType) const override in extendedAttribute() function
86 return QPlacePrivateDefault::extendedAttribute(attributeType); in extendedAttribute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h490 qDebug() << place.extendedAttribute(QPlaceAttribute::OpeningHours).text(); in openingHours()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp1088 … QVariant::fromValue(new QDeclarativePlaceAttribute(m_src.extendedAttribute(attributeType)))); in pullExtendedAttributes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dnokia.qdoc324 \l ReviewModel, and \l EditorialModel. For C++ this relates to QPlace::extendedAttribute(),