Home
last modified time | relevance | path

Searched refs:favoritesPlugin (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel_p.h72 …Q_PROPERTY(QDeclarativeGeoServiceProvider *favoritesPlugin READ favoritesPlugin WRITE setFavorites…
114 QDeclarativeGeoServiceProvider *favoritesPlugin() const;
H A Dqdeclarativesearchresultmodel.cpp545 QDeclarativeGeoServiceProvider *QDeclarativeSearchResultModel::favoritesPlugin() const in favoritesPlugin() function in QDeclarativeSearchResultModel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml66 property Plugin favoritesPlugin
357 if (favoritesPlugin == null)
358favoritesPlugin = Qt.createQmlObject('import QtLocation 5.3; Plugin { name: "places_jsondb" }', pa…
359 favoritesPlugin.parameters = pluginParametersFromMap(pluginParameters);
360 placeSearchModel.favoritesPlugin = favoritesPlugin;
362 placeSearchModel.favoritesPlugin = null;
364 placeSearchModel.favoritesPlugin = null;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placesearchmodel.qml97 …{ tag: "favoritesPlugin", property: "favoritesPlugin", signal: "favoritesPluginChanged", value: fa…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DSearchOptions.qml82 // favoritesButton.enabled = placeSearchModel.favoritesPlugin !== null)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dnokia.qdoc248 \li favorites matching/(usable as favoritesPlugin)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1622 … Property { name: "favoritesPlugin"; type: "QDeclarativeGeoServiceProvider"; isPointer: true }