Searched refs:extendedAttribute (Results 1 – 8 of 8) sorted by relevance
519 …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()
476 QPlaceAttribute QPlace::extendedAttribute(const QString &attributeType) const in extendedAttribute() function in QPlace478 return d_ptr->extendedAttribute(attributeType); in extendedAttribute()647 QPlaceAttribute QPlacePrivate::extendedAttribute(const QString &attributeType) const in extendedAttribute() function in QPlacePrivate
107 QPlaceAttribute extendedAttribute(const QString &attributeType) const;
100 virtual QPlaceAttribute extendedAttribute(const QString &attributeType) const;
78 QPlaceAttribute extendedAttribute(const QString &attributeType) const override in extendedAttribute() function86 return QPlacePrivateDefault::extendedAttribute(attributeType); in extendedAttribute()
490 qDebug() << place.extendedAttribute(QPlaceAttribute::OpeningHours).text(); in openingHours()
1088 … QVariant::fromValue(new QDeclarativePlaceAttribute(m_src.extendedAttribute(attributeType)))); in pullExtendedAttributes()
324 \l ReviewModel, and \l EditorialModel. For C++ this relates to QPlace::extendedAttribute(),