| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qdeclarativenavigator.cpp | 212 : QParameterizableObject(parent), d_ptr(new QDeclarativeNavigatorPrivate(this)) in QDeclarativeNavigator() 226 d_ptr->m_completed = true; in componentComplete() 229 d_ptr->m_params->m_parameters.push_back(param); in componentComplete() 230 if (d_ptr->m_plugin && d_ptr->m_plugin->isAttached()) in componentComplete() 236 return d_ptr->m_plugin; in plugin() 241 if (d_ptr->m_params->m_map || !map) // set once prop in setMap() 244 d_ptr->m_params->m_map = map; in setMap() 256 return d_ptr->m_params->m_map; in map() 261 if (d_ptr->m_params->m_route == route) // This isn't set-once in setRoute() 264 const bool isReady = d_ptr->m_navigator && d_ptr->m_navigator->ready(); in setRoute() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoserviceprovider.cpp | 250 : d_ptr(new QGeoServiceProviderPrivate()) in QGeoServiceProvider() 252 d_ptr->experimental = allowExperimental; in QGeoServiceProvider() 253 d_ptr->parameterMap = parameters; in QGeoServiceProvider() 256 d_ptr->providerName = QStringLiteral("here"); in QGeoServiceProvider() 258 d_ptr->providerName = providerName; in QGeoServiceProvider() 259 d_ptr->loadMeta(); in QGeoServiceProvider() 267 delete d_ptr; in ~QGeoServiceProvider() 302 return d_ptr->features<RoutingFeatures>("RoutingFeatures"); in routingFeatures() 310 return d_ptr->features<GeocodingFeatures>("GeocodingFeatures"); in geocodingFeatures() 318 return d_ptr->features<MappingFeatures>("MappingFeatures"); in mappingFeatures() [all …]
|
| H A D | qgeorouterequest.cpp | 221 : d_ptr(new QGeoRouteRequestPrivate()) in QGeoRouteRequest() 223 d_ptr->waypoints = waypoints; in QGeoRouteRequest() 231 : d_ptr(new QGeoRouteRequestPrivate()) in QGeoRouteRequest() 233 d_ptr->waypoints.append(origin); in QGeoRouteRequest() 234 d_ptr->waypoints.append(destination); in QGeoRouteRequest() 241 : d_ptr(other.d_ptr) {} in QGeoRouteRequest() 257 d_ptr = other.d_ptr; in operator =() 266 return ( (d_ptr.constData() == other.d_ptr.constData()) in operator ==() 267 || (*d_ptr) == (*other.d_ptr)); in operator ==() 288 d_ptr->waypoints = waypoints; in setWaypoints() [all …]
|
| H A D | qgeoroutesegment.cpp | 76 : d_ptr(new QGeoRouteSegmentPrivateDefault()) {} in QGeoRouteSegment() 82 : d_ptr(other.d_ptr) {} in QGeoRouteSegment() 88 : d_ptr(dd) {} in QGeoRouteSegment() 95 return d_ptr; in d() 113 d_ptr = other.d_ptr; in operator =() 124 return ( (d_ptr.constData() == other.d_ptr.constData()) in operator ==() 125 || (*d_ptr) == (*other.d_ptr)); in operator ==() 146 return d_ptr->valid(); in isValid() 156 if (!d_ptr->valid()) in isLegLastSegment() 159 if (!d_ptr->nextRouteSegment()) in isLegLastSegment() [all …]
|
| H A D | qgeoroutingmanagerengine.cpp | 87 d_ptr(new QGeoRoutingManagerEnginePrivate()) in QGeoRoutingManagerEngine() 97 delete d_ptr; in ~QGeoRoutingManagerEngine() 109 d_ptr->managerName = managerName; in setManagerName() 121 return d_ptr->managerName; in managerName() 132 d_ptr->managerVersion = managerVersion; in setManagerVersion() 143 return d_ptr->managerVersion; in managerVersion() 214 d_ptr->supportedTravelModes = travelModes; in setSupportedTravelModes() 222 return d_ptr->supportedTravelModes; in supportedTravelModes() 235 d_ptr->supportedFeatureTypes = featureTypes; in setSupportedFeatureTypes() 244 return d_ptr->supportedFeatureTypes; in supportedFeatureTypes() [all …]
|
| H A D | qgeocodereply.cpp | 98 d_ptr(new QGeoCodeReplyPrivate()) {} in QGeoCodeReply() 102 d_ptr(&dd) in QGeoCodeReply() 112 d_ptr(new QGeoCodeReplyPrivate(error, errorString)) {} in QGeoCodeReply() 119 delete d_ptr; in ~QGeoCodeReply() 134 d_ptr->isFinished = finished; in setFinished() 135 if (d_ptr->isFinished) in setFinished() 145 return d_ptr->isFinished; in isFinished() 157 d_ptr->error = error; in setError() 158 d_ptr->errorString = errorString; in setError() 170 return d_ptr->error; in error() [all …]
|
| H A D | qgeoroutingmanager.cpp | 160 d_ptr(new QGeoRoutingManagerPrivate()) in QGeoRoutingManager() 162 d_ptr->engine = engine; in QGeoRoutingManager() 163 if (d_ptr->engine) { in QGeoRoutingManager() 164 d_ptr->engine->setParent(this); in QGeoRoutingManager() 166 connect(d_ptr->engine, in QGeoRoutingManager() 171 connect(d_ptr->engine, in QGeoRoutingManager() 185 delete d_ptr; in ~QGeoRoutingManager() 197 return d_ptr->engine->managerName(); in managerName() 209 return d_ptr->engine->managerVersion(); in managerVersion() 235 return d_ptr->engine->calculateRoute(request); in calculateRoute() [all …]
|
| H A D | qgeomaneuver.cpp | 124 : d_ptr(new QGeoManeuverPrivateDefault()) {} in QGeoManeuver() 130 : d_ptr(other.d_ptr) {} in QGeoManeuver() 146 d_ptr = other.d_ptr; in operator =() 155 return ( (d_ptr.constData() == other.d_ptr.constData()) in operator ==() 156 || (*(d_ptr.constData()) == *(other.d_ptr.constData())) ); in operator ==() 175 return d_ptr->valid(); in isValid() 184 d_ptr->setValid(true); in setPosition() 185 d_ptr->setPosition(position); in setPosition() 193 return d_ptr->position(); in position() 201 d_ptr->setValid(true); in setInstructionText() [all …]
|
| H A D | qgeotiledmapreply.cpp | 94 d_ptr(new QGeoTiledMapReplyPrivate(spec)) in QGeoTiledMapReply() 103 d_ptr(new QGeoTiledMapReplyPrivate(error, errorString)) {} in QGeoTiledMapReply() 110 delete d_ptr; in ~QGeoTiledMapReply() 126 d_ptr->isFinished = finished; in setFinished() 127 if (d_ptr->isFinished) in setFinished() 137 return d_ptr->isFinished; in isFinished() 149 d_ptr->error = error; in setError() 150 d_ptr->errorString = errorString; in setError() 162 return d_ptr->error; in error() 177 return d_ptr->errorString; in errorString() [all …]
|
| H A D | qgeoroute.cpp | 81 : d_ptr(new QGeoRoutePrivateDefault()) {} in QGeoRoute() 86 QGeoRoute::QGeoRoute(const QExplicitlySharedDataPointer<QGeoRoutePrivate> &dd): d_ptr(dd) in QGeoRoute() 95 return d_ptr; in d() 100 return d_ptr; in const_d() 107 : d_ptr(other.d_ptr) {} in QGeoRoute() 125 d_ptr = other.d_ptr; in operator =() 134 return ( (d_ptr.constData() == other.d_ptr.constData()) in operator ==() 135 || (*d_ptr) == (*other.d_ptr)); in operator ==() 155 d_ptr->setId(id); in setRouteId() 167 return d_ptr->id(); in routeId() [all …]
|
| H A D | qnavigationmanager.cpp | 67 delete d_ptr; in ~QNavigationManager() 72 return d_ptr->engine->managerName(); in managerName() 77 return d_ptr->engine->managerVersion(); in managerVersion() 82 return d_ptr->engine; in engine() 87 return d_ptr->engine->isInitialized(); in isInitialized() 92 d_ptr->engine->setLocale(locale); in setLocale() 97 return d_ptr->engine->locale(); in locale() 102 d_ptr->engine->setMeasurementSystem(system); in setMeasurementSystem() 107 return d_ptr->engine->measurementSystem(); in measurementSystem() 112 return d_ptr->engine->createNavigator(navigator); in createNavigator() [all …]
|
| H A D | qgeomappingmanager.cpp | 72 d_ptr(new QGeoMappingManagerPrivate) in QGeoMappingManager() 74 d_ptr->engine = engine; in QGeoMappingManager() 75 if (!d_ptr->engine) { in QGeoMappingManager() 79 connect(d_ptr->engine, in QGeoMappingManager() 85 connect(d_ptr->engine, in QGeoMappingManager() 97 delete d_ptr; in ~QGeoMappingManager() 116 return d_ptr->engine->managerName(); in managerName() 128 return d_ptr->engine->managerVersion(); in managerVersion() 137 return d_ptr->engine->createMap(); in createMap() 142 return d_ptr->engine->supportedMapTypes(); in supportedMapTypes() [all …]
|
| H A D | qgeocodingmanager.cpp | 82 d_ptr(new QGeoCodingManagerPrivate()) in QGeoCodingManager() 84 d_ptr->engine = engine; in QGeoCodingManager() 85 if (d_ptr->engine) { in QGeoCodingManager() 86 d_ptr->engine->setParent(this); in QGeoCodingManager() 88 connect(d_ptr->engine, in QGeoCodingManager() 93 connect(d_ptr->engine, in QGeoCodingManager() 107 delete d_ptr; in ~QGeoCodingManager() 122 return d_ptr->engine->managerName(); in managerName() 137 return d_ptr->engine->managerVersion(); in managerVersion() 173 return d_ptr->engine->geocode(address, bounds); in geocode() [all …]
|
| H A D | qgeomaptype.cpp | 43 : d_ptr(new QGeoMapTypePrivate()) {} in QGeoMapType() 46 : d_ptr(other.d_ptr) {} in QGeoMapType() 53 : d_ptr(new QGeoMapTypePrivate(style, name, description, mobile, night, mapId, pluginName, camera… in QGeoMapType() 64 d_ptr = other.d_ptr; in operator =() 70 return (*d_ptr.constData() == *other.d_ptr.constData()); in operator ==() 80 return d_ptr->style_; in style() 85 return d_ptr->name_; in name() 90 return d_ptr->description_; in description() 95 return d_ptr->mobile_; in mobile() 100 return d_ptr->night_; in night() [all …]
|
| H A D | qgeoroutereply.cpp | 97 d_ptr(new QGeoRouteReplyPrivate(request)) in QGeoRouteReply() 106 d_ptr(new QGeoRouteReplyPrivate(error, errorString)) {} in QGeoRouteReply() 113 delete d_ptr; in ~QGeoRouteReply() 128 d_ptr->isFinished = finished; in setFinished() 129 if (d_ptr->isFinished) in setFinished() 139 return d_ptr->isFinished; in isFinished() 151 d_ptr->error = error; in setError() 152 d_ptr->errorString = errorString; in setError() 164 return d_ptr->error; in error() 179 return d_ptr->errorString; in errorString() [all …]
|
| H A D | qgeocameratiles.cpp | 68 : d_ptr(new QGeoCameraTilesPrivate()) {} in QGeoCameraTiles() 76 if (d_ptr->m_camera == camera) in setCameraData() 79 d_ptr->m_dirtyGeometry = true; in setCameraData() 80 d_ptr->m_camera = camera; in setCameraData() 81 d_ptr->m_intZoomLevel = static_cast<int>(std::floor(d_ptr->m_camera.zoomLevel())); in setCameraData() 82 d_ptr->m_sideLength = 1 << d_ptr->m_intZoomLevel; in setCameraData() 87 return d_ptr->m_camera; in cameraData() 92 if (d_ptr->m_visibleArea == visibleArea) in setVisibleArea() 95 d_ptr->m_visibleArea = visibleArea; in setVisibleArea() 96 d_ptr->m_dirtyGeometry = true; in setVisibleArea() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.cpp | 125 : d_ptr(new QPlacePrivateDefault()) in QPlace() 132 QPlace::QPlace(const QSharedDataPointer<QPlacePrivate> &dd): d_ptr(dd) in QPlace() 141 return d_ptr; in d() 148 : d_ptr(other.d_ptr) in QPlace() 168 d_ptr = other.d_ptr; in operator =() 174 return static_cast<QPlacePrivate *>(d_ptr.data()); in d_func() 179 return static_cast<const QPlacePrivate *>(d_ptr.constData()); in d_func() 188 return ( (d_ptr.constData() == other.d_ptr.constData()) in operator ==() 189 || (*d_ptr) == (*other.d_ptr)); in operator ==() 206 return d_ptr->categories(); in categories() [all …]
|
| H A D | qplacecontactdetail.cpp | 116 : d_ptr(new QPlaceContactDetailPrivate) in QPlaceContactDetail() 131 :d_ptr(other.d_ptr) in QPlaceContactDetail() 144 d_ptr = other.d_ptr; in operator =() 154 if (d_ptr == other.d_ptr) in operator ==() 156 return ( *(d_ptr.constData()) == *(other.d_ptr.constData())); in operator ==() 177 return d_ptr->label; in label() 185 d_ptr->label = label; in setLabel() 193 return d_ptr->value; in value() 201 d_ptr->value = value; in setValue() 209 d_ptr->label.clear(); in clear() [all …]
|
| H A D | qplacesearchresult.cpp | 51 return static_cast<QPlaceSearchResultPrivate *>(d_ptr.data()); in d_func() 56 return static_cast<const QPlaceSearchResultPrivate *>(d_ptr.constData()); in d_func() 106 : d_ptr(new QPlaceSearchResultPrivate) in QPlaceSearchResult() 114 :d_ptr(other.d_ptr) in QPlaceSearchResult() 134 d_ptr = other.d_ptr; in operator =() 145 if (!d_ptr) in operator ==() 146 return !other.d_ptr; in operator ==() 151 return d_ptr->compare(other.d_ptr); in operator ==() 165 if (!d_ptr) in type() 167 return d_ptr->type(); in type() [all …]
|
| H A D | qplaceattribute.cpp | 141 : d_ptr(new QPlaceAttributePrivate) in QPlaceAttribute() 156 :d_ptr(other.d_ptr) in QPlaceAttribute() 169 d_ptr = other.d_ptr; in operator =() 179 if (d_ptr == other.d_ptr) in operator ==() 181 return ( *(d_ptr.constData()) == *(other.d_ptr.constData())); in operator ==() 198 return d_ptr->label; in label() 206 d_ptr->label = label; in setLabel() 214 return d_ptr->text; in text() 222 d_ptr->text = text; in setText() 230 return d_ptr->isEmpty(); in isEmpty()
|
| H A D | qplacecontent.cpp | 51 return static_cast<QPlaceContentPrivate *>(d_ptr.data()); in d_func() 56 return static_cast<const QPlaceContentPrivate *>(d_ptr.constData()); in d_func() 133 :d_ptr(0) in QPlaceContent() 141 :d_ptr(other.d_ptr) in QPlaceContent() 154 d_ptr = other.d_ptr; in operator =() 170 if (!d_ptr) in type() 172 return d_ptr->type(); in type() 182 if (!d_ptr) in operator ==() 183 return !other.d_ptr; in operator ==() 188 return d_ptr->compare(other.d_ptr); in operator ==() [all …]
|
| H A D | qplacereply.cpp | 118 : QObject(parent),d_ptr(new QPlaceReplyPrivate) in QPlaceReply() 126 : QObject(parent),d_ptr(dd) in QPlaceReply() 138 delete d_ptr; in ~QPlaceReply() 146 return d_ptr->isFinished; in isFinished() 164 d_ptr->isFinished = finished; in setFinished() 174 d_ptr->error = error; in setError() 175 d_ptr->errorString = errorString; in setError() 186 return d_ptr->errorString; in errorString() 194 return d_ptr->error; in error()
|
| H A D | qplacesearchresult_p.h | 61 Class##Private *Class::d_func() { return reinterpret_cast<Class##Private *>(d_ptr.data()); } \ 62 …te *Class::d_func() const { return reinterpret_cast<const Class##Private *>(d_ptr.constData()); } \ 65 …QPlaceSearchResult &other) : QPlaceSearchResult() { Class##Private::copyIfPossible(d_ptr, other); } 70 …static void copyIfPossible(QSharedDataPointer<QPlaceSearchResultPrivate> &d_ptr, const QPlaceSearc… 73 d_ptr = extract_d(other); \ 75 d_ptr = new Class##Private; \ 87 &extract_d(const QPlaceSearchResult &other) { return other.d_ptr; } in extract_d() 91 …static void copyIfPossible(QSharedDataPointer<QPlaceSearchResultPrivate> &d_ptr, const QPlaceSearc… in copyIfPossible() argument 94 d_ptr = extract_d(other); in copyIfPossible() 96 d_ptr = new QPlaceSearchResultPrivate; in copyIfPossible()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapobject.cpp | 78 return ( (d_ptr.constData() == other.d_ptr.constData()) in operator ==() 79 || (*d_ptr) == (*other.d_ptr)); in operator ==() 96 return d_ptr->features(); in features() 101 return d_ptr.data(); in implementation() 106 if (d_ptr->type() != pimpl->type()) in setImplementation() 108 d_ptr = pimpl; in setImplementation() 114 return !d_ptr->engineName().isEmpty(); in implemented() 119 return d_ptr->visible(); in visible() 124 if (visible == d_ptr->m_visible) in setVisible() 128 d_ptr->setVisible(visible); in setVisible() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl.cpp | 590 d_ptr = new QMapboxGLPrivate(this, settings, size, pixelRatio); in QMapboxGL() 598 delete d_ptr; in ~QMapboxGL() 607 d_ptr->mapObj->cycleDebugOptions(); in cycleDebugOptions() 623 return QString::fromStdString(d_ptr->mapObj->getStyle().getJSON()); in styleJson() 628 d_ptr->mapObj->getStyle().loadJSON(style.toStdString()); in setStyleJson() 648 return QString::fromStdString(d_ptr->mapObj->getStyle().getURL()); in styleUrl() 653 d_ptr->mapObj->getStyle().loadURL(url.toStdString()); in setStyleUrl() 665 return d_ptr->mapObj->getLatLng(d_ptr->margins).latitude(); in latitude() 670 d_ptr->mapObj->setLatLng(mbgl::LatLng { latitude_, longitude() }, d_ptr->margins); in setLatitude() 683 return d_ptr->mapObj->getLatLng(d_ptr->margins).longitude(); in longitude() [all …]
|