Home
last modified time | relevance | path

Searched refs:quickChildren (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes86 defaultProperty: "quickChildren"
124 defaultProperty: "quickChildren"
148 defaultProperty: "quickChildren"
164 defaultProperty: "quickChildren"
182 defaultProperty: "quickChildren"
207 defaultProperty: "quickChildren"
222 defaultProperty: "quickChildren"
236 defaultProperty: "quickChildren"
248 defaultProperty: "quickChildren"
250 Property { name: "quickChildren"; type: "QObject"; isList: true; isReadonly: true }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqparameterizableobject_p.h62 Q_PROPERTY(QQmlListProperty<QObject> quickChildren READ declarativeChildren DESIGNABLE false)
69 QList<T*> quickChildren() const in quickChildren() function
H A Dqdeclarativegeoroutemodel_p.h204 Q_PROPERTY(QQmlListProperty<QObject> quickChildren READ declarativeChildren DESIGNABLE false)
229 QList<T*> quickChildren() const in quickChildren() function
300 Q_PROPERTY(QQmlListProperty<QObject> quickChildren READ declarativeChildren DESIGNABLE false)
417 QList<T*> quickChildren() const in quickChildren() function
H A Dqdeclarativegeomapitembase_p.h119 QList<T*> quickChildren() const in quickChildren() function
H A Dqdeclarativegeoroutemodel.cpp1515 … const QList<QDeclarativeGeoMapParameter *> params = quickChildren<QDeclarativeGeoMapParameter>(); in routeRequest()
1734 … const QList<QDeclarativeGeoMapParameter *> params = quickChildren<QDeclarativeGeoMapParameter>(); in operator ==()
1735 …const QList<QDeclarativeGeoMapParameter *> otherParams = other.quickChildren<QDeclarativeGeoMapPar… in operator ==()
1870 … const QList<QDeclarativeGeoMapParameter *> params = quickChildren<QDeclarativeGeoMapParameter>(); in metadata()
H A Dqgeomapobject.cpp155 return quickChildren<QGeoMapObject>(); in geoMapObjectChildren()
H A Dqdeclarativepolylinemapitem.cpp1354 QList<QGeoMapParameter *> dynamicParameters = quickChildren<QGeoMapParameter>(); in componentComplete()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp146 const QList<QQuickItem *> &quickChildren = mapItemView->childItems(); in toVariant() local
147 for (auto kid : quickChildren) { in toVariant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes838 defaultProperty: "quickChildren"
947 Property { name: "quickChildren"; type: "QObject"; isList: true; isReadonly: true }
1212 defaultProperty: "quickChildren"
1222 Property { name: "quickChildren"; type: "QObject"; isList: true; isReadonly: true }
1698 defaultProperty: "quickChildren"
1745 defaultProperty: "quickChildren"
1747 Property { name: "quickChildren"; type: "QObject"; isList: true; isReadonly: true }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml831 var initialParams = cloneArray(filledRouteQuery.quickChildren)
835 filledRouteQuery.quickChildren = modifiedParams
847 filledRouteQuery.quickChildren = initialParams
856 filledRouteQuery.quickChildren = modifiedParams
862 filledRouteQuery.quickChildren = initialParams
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp228 for (auto param : quickChildren<QGeoMapParameter>()) in componentComplete()