Searched refs:QQmlComponent (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview_p_p.h | 70 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 D | qmapobjectview_p.h | 65 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 D | qmapobjectview.cpp | 112 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 D | tst_qmlinterface.cpp | 150 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 D | qdeclarativegeomapitemview_p.h | 66 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 D | qdeclarativegeomapitemview.cpp | 241 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 D | plugins.qmltypes | 187 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 D | plugins.qmltypes | 679 Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
|