Home
last modified time | relevance | path

Searched full:places (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dplaces.pri1 INCLUDEPATH += places
4 places/placemacro.h \
6 places/qplace.h \
7 places/qplaceattribute.h \
8 places/qplacecontactdetail.h \
9 places/qplacecategory.h \
10 places/qplacecontent.h \
11 places/qplacecontentreply.h \
12 places/qplaceeditorial.h \
13 places/qplaceimage.h \
[all …]
H A Dqplacematchrequest.cpp57 QList<QPlace> places; member in QPlaceMatchRequestPrivate
68 places(other.places), in QPlaceMatchRequestPrivate()
80 places = other.places; in operator =()
89 return (places == other.places in operator ==()
95 places.clear(); in clear()
102 \ingroup QtLocation-places
103 \ingroup QtLocation-places-requests
106 …\brief The QPlaceMatchRequest class is used to find places from one manager that match those from …
109Places from another manager that may have corresponding/matching places in the current manager are…
115 See \l {Matching places between managers} for an example on how to use a match request.
[all …]
H A Dqplacematchreply.cpp46 QList<QPlace> places; member in QPlaceMatchReplyPrivate
57 \ingroup QtLocation-places
58 \ingroup QtLocation-places-replies
64 If the operation is successful, the number of places in the reply matches those
67 is always a one is to one relationship between input places in the request,
68 and output places in the reply.
70 If the operation is not successful the number of places is always zero.
72 See \l {Matching places between managers} for an example on how to use
102 Returns a list of matching places;
104 QList<QPlace> QPlaceMatchReply::places() const in places() function in QPlaceMatchReply
[all …]
H A Dqplacesearchrequest.cpp135 \ingroup QtLocation-places
136 \ingroup QtLocation-places-requests
142 \snippet places/requesthandler.h Search request
149 \l {QPlaceManager::search()} {search for places}, however it is also
168 Distance to a search center is relevant for the user. Closer places
172 Alphabetic ordering of places according to name is relevant to the user.
251 Places need only to belong to one of the categories
276 Any places returned during the search will match at least one of the \a
308 for similar places.
358 Returns the visibility scope used when searching for places. The default value is
[all …]
H A Dqplacemanager.cpp48 \ingroup QtLocation-places
49 \ingroup QtLocation-places-manager
53 places stored in a particular backend.
61 \li Searching for places
62 \li Using set of parameters such as a search term and search area, relevant places
66 \li Places can be classified as belonging to different categories. The
74 \li Given an existing place, a set of similar recommended places can
82 \li Places and categories may be saved and removed. It is possible
104 \snippet places/requesthandler.h Simple search
107 \snippet places/requesthandler.h Simple search handler
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc29 \page location-places-qml.html
30 \title QML Places API
34 The Places API allows users to discover places of interest and view
35 details about them, such as address and contact information. Some places may have
37 The Places API also facilitates management of places and
43 A \l Plugin is an abstraction for a backend. One \l Plugin might access places from a
44 REST server while another may access places from a local database. The following
59 The QML Places API is built around the notion of models, views and delegates.
86 \section2 Searching for Places
126 \snippet places_list/places_list.qml Places ListView
[all …]
H A Dqtlocation.qdoc83 \li and search for places and related images.
118 \section3 Places
120 The Places submodule is the natural complement to Positioning, providing a
121 source of geographical data about Places of Interest (POI). Besides the source
123 other related information about a POI. The Places API can also
128 \li Places introduction:
129 \li \l{QML Places API}{for QML}
130 \li \l{Places (C++)}{for C++}
188 \li \l {Places Backend} {Places}
189 \li Information for places backend implementors
H A Dqtlocation-qml.qdoc37 can add a \l{QtLocation::}{Map} with Places of Interest (POI) and
38 \l{QtLocation::Place}{Places}. The user can be made aware of nearby
40 can be places of business, entertainment, and so on. They may include
88 and geocoding, maps, and places, however the default plugin handles all
96 The following links provide more information about maps and places:
103 \li \l {QML Places API} {Places}
123 \section1 Places QML Types
125 \annotatedlist qml-QtLocation5-places
H A Dqtlocation-cpp.qdoc38 with maps, navigational data and places of interest. This is particularly useful
43 Then the Places API could be used to populate places on the Map or even
55 \li \l {Places (C++)} {Places}
79 \section1 Places Classes
81 \annotatedlist QtLocation-places
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/
H A Dplaces.qdoc29 \example places
30 \title Places (QML)
33 \brief The Places example demonstrates how to search for Places and access
36 \image places.png
38 The Places example demonstrates how to search for Places. In particular it shows
47 The Places example presents an application window displaying a map. At the top of the window
51 desired category. The place search query will be for places that are near the current location
58 Clicking on a search result will display details about the place. If a places has rich content
60 To find similar places click the "Find similar" button.
69 \snippet places/places.qml CategoryModel model
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/
H A Dtst_qplacematchrequest.cpp68 QList<QPlace> places; in constructorTest() local
69 places << place1 << place2; in constructorTest()
71 request.setPlaces(places); in constructorTest()
76 QCOMPARE(copy.places(), places); in constructorTest()
83 QCOMPARE(request.places().count(), 0); in placesTest()
91 QList<QPlace> places; in placesTest() local
92 places << place1 << place2; in placesTest()
94 request.setPlaces(places); in placesTest()
95 QCOMPARE(request.places(), places); in placesTest()
98 QCOMPARE(request.places().count(), 0); in placesTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_list/doc/src/
H A Dplaces_list.qdoc30 \title Places List (QML)
33 …\brief The Places List example demonstrates how to search for and display a list of places using a…
38 The \c {Places List} example demonstrates how to search for a list of places
40 for places associated with the term \c pizza is performed.
44 To write a QML application that will show places in a list, we start by
50 from where places are sourced from. Depending on the type of the plugin,
60 search parameters and perform a places search operation. For illustrative
75 \snippet places_list/places_list.qml Places ListView
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc29 \page location-places-backend.html
30 \title Places Backend
32 \brief The Places backend is responsible for managing a places datastore whether
41 A places backend implementer needs to derive from QPlaceManagerEngine and provide implementations
43 so implementers will also need to derive the appropriate \l {Places Reply Classes}{reply classes}.
52 \snippet places/requesthandler.h Implement reply pt1
54 \snippet places/requesthandler.h Implement reply pt2
61 \snippet places/requesthandler.h Trigger done
96 \section1 Saving Places to the Manager
108 \section1 Cross-Referencing Places Between Managers
[all …]
H A Dnokia.qdoc156 \li here.places.host
159 \li here.places.api_version
160 \li Version of the REST API used by the places manager. Currently versions 1 and 2 are
190 \section1 Places
191 The HERE provider remotely accesses places (read-only) from a REST based server. The specific capa…
242 \li Notifications for added/removed places/categories
272 \section3 Searching for Places
286 The HERE plugin only supports provision of a \e {search center} when searching for places via \l Pl…
315 At the time of writing, it is known that some places provide \c openingHours
318 places provided by the plugin will have the \c x_provider
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecontactdetail.cpp45 \ingroup qml-QtLocation5-places
46 \ingroup qml-QtLocation5-places-data
66 …ContactDetails instances are only ever used in the context of \l {Place}{Places}. It is not possi…
67 …ate a ContactDetails instance directly or re-assign ContactDetails instances to \l {Place}{Places}.
77 \snippet declarative/places.qml ContactDetails read
82 \snippet declarative/places.qml QtQuick import
85 \snippet declarative/places.qml ContactDetails phoneList
88 \snippet declarative/places.qml ContactDetails write single
91 \snippet declarative/places.qml ContactDetails write multiple
123 \ingroup qml-QtLocation5-places
[all …]
H A Dqdeclarativeplaceattribute.cpp45 \ingroup qml-QtLocation5-places
46 \ingroup qml-QtLocation5-places-data
98 \snippet declarative/places.qml ExtendedAttributes read
101 \snippet declarative/places.qml ExtendedAttributes write
125 \ingroup qml-QtLocation5-places
126 \ingroup qml-QtLocation5-places-data
139 \snippet declarative/places.qml QtQuick import
142 \snippet declarative/places.qml ExtendedAttributes
145 \snippet declarative/places.qml ExtendedAttributes write
H A Dqdeclarativeplace.cpp61 \ingroup qml-QtLocation5-places
62 \ingroup qml-QtLocation5-places-data
84 searching for a particular kind of place, such as a restaurant or hotel. Some places have a
90 Places have an associated \l icon which can be used to represent a place on a map or to
93 Places may have additional rich content associated with them. The currently supported rich
99 Places may have additional attributes which are not covered in the formal API. The
112 \snippet declarative/places.qml Place savePlace def
116 \snippet declarative/places.qml Place savePlace
129 When saving places between plugins, there are a few things to be aware of.
144 \snippet declarative/places.qml Place save to different plugin
[all …]
H A Dqdeclarativesearchresultmodel.cpp58 \ingroup qml-QtLocation5-places
59 \ingroup qml-QtLocation5-places-models
66 places matching those criteria.
132 \section1 Detection of Updated and Removed Places
134 …The PlaceSearchModel listens for places that have been updated or removed from its plugin's backen…
180 Any places from the search which can be cross-referenced or matched
185 of the places in the results will always be null.
193 This property holds a set of parameters used to specify how search result places
279 list of places matching the search parameters specified by the type's properties. Search
389 will be for places that match at least one of the categories.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/doc/src/
H A Dplaces_map.qdoc30 \title Places Map (QML)
33 \brief The Places Map example demonstrates how to search for and display a list of places
38 available, it uses Brisbane/Australia. Subsequently a search for places
45 To write the QML application that will show places on a map, we start by
51 from where places are sourced from. Depending on the chosen plugin
59 search parameters and perform a places search operation. For illustrative
75 \snippet places_map/places_map.qml Places MapItemView
78 location and find "pizza" places in the new area. The position information
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.h74 static void doSavePlaces(QPlaceManager *manager, QList<QPlace> &places);
76 //sets the id for saved places
77 static void doSavePlaces(QPlaceManager *manager, const QList<QPlace *> &places);
124 QList<QPlace> *places,
133 static void setVisibility(QList<QPlace *>places, QLocation::Visibility visibility);
144 void doSavePlaces(QList<QPlace> &places) { in doSavePlaces() argument
145 return doSavePlaces(placeManager, places); in doSavePlaces()
148 void doSavePlaces(const QList<QPlace *> &places) { in doSavePlaces() argument
149 return doSavePlaces(placeManager, places); in doSavePlaces()
216 QList<QPlace> *places,
[all …]
H A Dplacemanager_utils.cpp71 void PlaceManagerUtils::doSavePlaces(QPlaceManager *manager, QList<QPlace> &places) in doSavePlaces() argument
75 foreach (QPlace place, places) { in doSavePlaces()
84 void PlaceManagerUtils::doSavePlaces(QPlaceManager *manager, const QList<QPlace *> &places) in doSavePlaces() argument
89 foreach (QPlace *place, places) { in doSavePlaces()
252 QList<QPlace> *places, in doMatch() argument
258 *places = reply->places(); in doMatch()
372 void PlaceManagerUtils::setVisibility(QList<QPlace *> places, QLocation::Visibility visibility) in setVisibility() argument
374 foreach (QPlace *place, places) in setVisibility()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c130 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local
137 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
138 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
139 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
140 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
143 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain()
145 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
148 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
153 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
154 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/
H A Dqlocation.cpp58 \value DeviceVisibility Places and categories with DeviceVisibility are only stored on
60 \value PrivateVisibility Places and categories with PrivateVisibility are only visible
63 \value PublicVisibility Places and categories with PublicVisibility are visible to
66 …ort one or more visibility scopes. For example a manager from one provider may only provide places
67 that are public to everyone, whilst another may provide both public and private places.
74 When \e searching for places, unspecified means that places of any scope is returned.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placesearchmodel.qml117 places: [
127 places: [
137 places: [
145 places: [
154 places: [
164 places: [ ]
192 if (data.places.length > 0)
202 verify(data.places.indexOf(place.placeId) >= 0);
217 if (data.places.length > 0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchreply/
H A Dtst_qplacematchreply.cpp43 void setPlaces(const QList<QPlace> &places) { in setPlaces() argument
44 QPlaceMatchReply::setPlaces(places); in setPlaces()
95 QList<QPlace> places; in requestTest() local
96 places << place1 << place2; in requestTest()
98 request.setPlaces(places); in requestTest()

12345678910>>...50