Home
last modified time | relevance | path

Searched refs:centerChanged (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitembase.cpp49 centerChanged(false), in QGeoMapViewportChangeEvent()
70 centerChanged = other.centerChanged; in operator =()
157 evt.centerChanged = true; in baseCameraDataChanged()
H A Dqdeclarativecirclemapitem_p.h66 Q_PROPERTY(QGeoCoordinate center READ center WRITE setCenter NOTIFY centerChanged)
103 void centerChanged(const QGeoCoordinate &center);
H A Dqdeclarativegeomap_p.h95 Q_PROPERTY(QGeoCoordinate center READ center WRITE setCenter NOTIFY centerChanged)
214 void centerChanged(const QGeoCoordinate &coordinate);
H A Dqdeclarativegeomapitembase_p.h75 bool centerChanged; variable
H A Dqdeclarativecirclemapitem.cpp361 emit centerChanged(center); in setCenter() local
506 emit centerChanged(m_circle.center()); in setGeoShape() local
H A Dqdeclarativegeomap.cpp1287 emit centerChanged(center); in setCenter() local
1785 emit centerChanged(m_cameraData.center()); in onCameraDataChanged() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapcircleobject_p.h62 Q_PROPERTY(QGeoCoordinate center READ center WRITE setCenter NOTIFY centerChanged)
83 void centerChanged();
H A Dqmapcircleobject.cpp92 emit static_cast<QMapCircleObject *>(q)->centerChanged(); in setGeoShape()
271 emit centerChanged(); in setCenter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp231 …QObject::connect(mapItem, &QDeclarativeCircleMapItem::centerChanged, q, &QGeoMapMapboxGL::onMapIte… in addMapItem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_flick.qml86 SignalSpy {id: centerSpy; target: map; signalName: 'centerChanged'}
H A Dtst_map_item_fit_viewport.qml145 SignalSpy {id: preMapCircleCenterChanged; target: parent; signalName: "centerChanged"}
H A Dtst_map_pinch.qml.QTBUG-4797092 SignalSpy {id: centerSpy; target: map; signalName: 'centerChanged'}
H A Dtst_map_item.qml143 SignalSpy {id: preMapCircleCenterChanged; target: parent; signalName: "centerChanged"}
H A Dtst_map.qml106 SignalSpy {id: mapCenterSpy; target: map; signalName: 'centerChanged'}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes339 name: "centerChanged"
472 name: "centerChanged"