Home
last modified time | relevance | path

Searched refs:QQmlPropertyMap (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceicon_p.h62 class QQmlPropertyMap; variable
82 QQmlPropertyMap *parameters() const;
99 QQmlPropertyMap *m_parameters;
H A Dqdeclarativeplaceicon.cpp83 : QObject(parent), m_plugin(0), m_parameters(new QQmlPropertyMap(this)) in QDeclarativePlaceIcon()
88 : QObject(parent), m_parameters(new QQmlPropertyMap(this)) in QDeclarativePlaceIcon()
164 QQmlPropertyMap *QDeclarativePlaceIcon::parameters() const in parameters()
H A Dqdeclarativeplace_p.h173 QQmlPropertyMap *extendedAttributes() const;
235 QQmlPropertyMap *m_extendedAttributes;
H A Dqdeclarativecontactdetail_p.h59 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeContactDetails : public QQmlPropertyMap
H A Dqdeclarativecontactdetail.cpp100 : QQmlPropertyMap(parent) in QDeclarativeContactDetails()
H A Dqdeclarativeplace.cpp187 m_extendedAttributes(new QQmlPropertyMap(this)), in QDeclarativePlace()
200 m_extendedAttributes(new QQmlPropertyMap(this)), in QDeclarativePlace()
872 QQmlPropertyMap *QDeclarativePlace::extendedAttributes() const in extendedAttributes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver.cpp202 QQmlPropertyMap *QDeclarativeGeoManeuver::extendedAttributes() const in extendedAttributes()
206 self->m_extendedAttributes = new QQmlPropertyMap(self); in extendedAttributes()
H A Dqdeclarativegeomaneuver_p.h105 QQmlPropertyMap *extendedAttributes() const;
113 QQmlPropertyMap *m_extendedAttributes = nullptr;
H A Dqdeclarativegeoroute_p.h95 QQmlPropertyMap *extendedAttributes() const;
116 QQmlPropertyMap *m_extendedAttributes = nullptr;
H A Dqdeclarativegeoroute.cpp371 QQmlPropertyMap *QDeclarativeGeoRoute::extendedAttributes() const in extendedAttributes()
375 self->m_extendedAttributes = new QQmlPropertyMap(self); in extendedAttributes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp143 …qmlRegisterUncreatableType<QQmlPropertyMap >(uri, major, minor, "ExtendedAttributes",… in registerTypes()
H A Dplugins.qmltypes362 prototype: "QQmlPropertyMap"
1750 name: "QQmlPropertyMap"