Home
last modified time | relevance | path

Searched refs:supportsPlaces (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_plugin.qml72 verify(!(invalidPlugin.supportsPlaces()))
78 verify(testPlugin.supportsPlaces())
101 verify(invalidPlugin.supportsPlaces())
114 verify(!invalidPlugin.supportsPlaces())
123 verify(requiredPlugin.supportsPlaces(requiredPlugin.required.places))
128 verify(testPlugin.supportsPlaces(Plugin.SavePlaceFeature))
129 verify(testPlugin.supportsPlaces(Plugin.SaveCategoryFeature))
130 verify(testPlugin.supportsPlaces(Plugin.SearchSuggestionsFeature))
131 verify(!testPlugin.supportsPlaces(Plugin.RemovePlaceFeature))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DSearchOptions.qml80 …locales.visible = root.plugin != null && root.plugin.supportsPlaces(Plugin.LocalizedPlacesFeature);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider_p.h180 Q_INVOKABLE bool supportsPlaces(const PlacesFeatures &feature = AnyPlacesFeatures) const;
H A Dqdeclarativegeoserviceprovider.cpp406 bool QDeclarativeGeoServiceProvider::supportsPlaces(const PlacesFeatures &feature) const in supportsPlaces() function in QDeclarativeGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml74 if (tempPlugin.supportsPlaces() && tempPlugin.supportsMapping() )
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1159 name: "supportsPlaces"
1163 Method { name: "supportsPlaces"; type: "bool" }