Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview_p_p.h70 virtual QQmlComponent *delegate() const = 0;
71 virtual void setDelegate(QQmlComponent *delegate) = 0;
85 virtual QQmlComponent *delegate() const override;
86 virtual void setDelegate(QQmlComponent *delegate) override;
96 QQmlComponent *m_delegate = nullptr;
H A Dqmapobjectview_p.h65 Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged)
82 QQmlComponent *delegate() const;
83 void setDelegate(QQmlComponent * delegate);
92 void delegateChanged(QQmlComponent * delegate);
H A Dqmapobjectview.cpp112 QQmlComponent *QMapObjectViewPrivateDefault::delegate() const in delegate()
117 void QMapObjectViewPrivateDefault::setDelegate(QQmlComponent *delegate) in setDelegate()
241 QQmlComponent *QMapObjectView::delegate() const in delegate()
260 void QMapObjectView::setDelegate(QQmlComponent *delegate) in setDelegate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp150 QQmlComponent component(&engine, SRCDIR "data/TestAddress.qml"); in testAddress()
173 QQmlComponent component(&engine, SRCDIR "data/TestLocation.qml"); in testLocation()
193 QQmlComponent component(&engine, SRCDIR "data/TestCategory.qml"); in testCategory()
212 QQmlComponent component(&engine, SRCDIR "data/TestIcon.qml"); in testIcon()
230 QQmlComponent component(&engine, SRCDIR "data/TestRatings.qml"); in testRatings()
250 QQmlComponent component(&engine, SRCDIR "data/TestSupplier.qml"); in testSupplier()
271 QQmlComponent component(&engine, SRCDIR "data/TestUser.qml"); in testUser()
290 QQmlComponent component(&engine, SRCDIR "data/TestPlaceAttribute.qml"); in testPlaceAttribute()
309 QQmlComponent component(&engine, SRCDIR "data/TestContactDetail.qml"); in testContactDetail()
328 QQmlComponent component(&engine, SRCDIR "data/TestPlace.qml"); in testPlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview_p.h66 class QQmlComponent; variable
82 Q_PROPERTY(QQmlComponent *delegate READ delegate WRITE setDelegate NOTIFY delegateChanged)
96 QQmlComponent *delegate() const;
97 void setDelegate(QQmlComponent *);
144 QQmlComponent *m_delegate;
H A Dqdeclarativegeomapitemview.cpp241 QQmlComponent *QDeclarativeGeoMapItemView::delegate() const in delegate()
246 void QDeclarativeGeoMapItemView::setDelegate(QQmlComponent *delegate) in setDelegate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes187 Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
194 Parameter { name: "delegate"; type: "QQmlComponent"; isPointer: true }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes679 Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }