Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoMap (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp177 QDeclarativeGeoMap::QDeclarativeGeoMap(QQuickItem *parent) in QDeclarativeGeoMap() function in QDeclarativeGeoMap
229 QDeclarativeGeoMap::~QDeclarativeGeoMap() in ~QDeclarativeGeoMap()
337 void QDeclarativeGeoMap::initialize() in initialize()
401 void QDeclarativeGeoMap::pluginReady() in pluginReady()
455 void QDeclarativeGeoMap::populateMap() in populateMap()
1063 qreal QDeclarativeGeoMap::tilt() const in tilt()
1416 QColor QDeclarativeGeoMap::color() const in color()
1596 void QDeclarativeGeoMap::prefetchData() in prefetchData()
1610 void QDeclarativeGeoMap::clearData() in clearData()
1712 QGeoMap *QDeclarativeGeoMap::map() const in map()
[all …]
H A Dqdeclarativegeomapcopyrightsnotice_p.h61 class QDeclarativeGeoMap; variable
66 …Q_PROPERTY(QDeclarativeGeoMap *mapSource READ mapSource WRITE setMapSource NOTIFY mapSourceChanged)
79 void setMapSource(QDeclarativeGeoMap *mapSource);
80 QDeclarativeGeoMap *mapSource();
112 QPointer<QDeclarativeGeoMap> m_mapSource;
H A Dqdeclarativegeomapitemgroup_p.h57 class QDeclarativeGeoMap; variable
66 void setQuickMap(QDeclarativeGeoMap *quickMap);
67 QDeclarativeGeoMap *quickMap() const;
85 QDeclarativeGeoMap *m_quickMap;
H A Dqdeclarativegeomapitembase_p.h94 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map);
97 QDeclarativeGeoMap *quickMap() const { return quickMap_; } in quickMap()
159 QDeclarativeGeoMap *quickMap_;
170 friend class QDeclarativeGeoMap; variable
H A Dqdeclarativegeomapitemview_p.h68 class QDeclarativeGeoMap; variable
102 void setMap(QDeclarativeGeoMap *);
146 QDeclarativeGeoMap *m_map;
154 friend class QDeclarativeGeoMap; variable
H A Dqdeclarativegeomapcopyrightsnotice.cpp104 if (qobject_cast<QDeclarativeGeoMap *>(parent)) in QDeclarativeGeoMapCopyrightNotice()
124 void QDeclarativeGeoMapCopyrightNotice::setMapSource(QDeclarativeGeoMap *map) in setMapSource()
144 mapSource(), &QDeclarativeGeoMap::onAttachedCopyrightNoticeVisibilityChanged); in setMapSource()
158 …connect(mapSource(), &QDeclarativeGeoMap::mapReadyChanged, this, &QDeclarativeGeoMapCopyrightNotic… in setMapSource()
175 QDeclarativeGeoMap *QDeclarativeGeoMapCopyrightNotice::mapSource() in mapSource()
H A Dqdeclarativegeomapitemgroup.cpp159 void QDeclarativeGeoMapItemGroup::setQuickMap(QDeclarativeGeoMap *quickMap) in setQuickMap()
171 QDeclarativeGeoMap *QDeclarativeGeoMapItemGroup::quickMap() const in quickMap()
H A Dqdeclarativegeomap_p.h73 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoMap : public QQuickItem
109 explicit QDeclarativeGeoMap(QQuickItem *parent = 0);
110 ~QDeclarativeGeoMap();
339 Q_DISABLE_COPY(QDeclarativeGeoMap)
345 QML_DECLARE_TYPE(QDeclarativeGeoMap)
H A Dqdeclarativegeomapquickitem_p.h85 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
130 friend class QDeclarativeGeoMap; variable
H A Dqquickgeomapgesturearea_p.h65 class QDeclarativeGeoMap; variable
133 QQuickGeoMapGestureArea(QDeclarativeGeoMap *map);
271 QDeclarativeGeoMap *m_declarativeMap;
H A Dqgeomapobject_p.h133 friend class QDeclarativeGeoMap; variable
H A Dqdeclarativepolygonmapitem_p.h78 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
H A Dqdeclarativerectanglemapitem_p.h84 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
H A Dqdeclarativecirclemapitem_p.h81 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/labs/
H A Dqdeclarativenavigator_p.h60 class QDeclarativeGeoMap; variable
78 Q_PROPERTY(QDeclarativeGeoMap *map READ map WRITE setMap NOTIFY mapChanged)
125 void setMap(QDeclarativeGeoMap *map);
126 QDeclarativeGeoMap * map() const;
H A Dqdeclarativenavigator_p_p.h63 class QDeclarativeGeoMap; variable
178 QPointer<QDeclarativeGeoMap> m_map;
H A Dqgeotiledmaplabs_p.h61 class QDeclarativeGeoMap; variable
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/imports/location/
H A Dlocation.cpp104 qmlRegisterType<QDeclarativeGeoMap >(uri, major, minor, "Map"); in registerTypes()
182 qmlRegisterType<QDeclarativeGeoMap, 11>(uri, major, minor, "Map"); in registerTypes()
195 qmlRegisterType<QDeclarativeGeoMap, 12>(uri, major, minor, "Map"); in registerTypes()
200 qmlRegisterType<QDeclarativeGeoMap, 13>(uri, major, minor, "Map"); in registerTypes()
205 qmlRegisterType<QDeclarativeGeoMap, 14>(uri, major, minor, "Map"); in registerTypes()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/dist/
H A Dchanges-5.9.052 - Added rotation, tilt and field of view properties to QDeclarativeGeoMap.
55 - QDeclarativeGeoMap::setVisibleRegion now handles QGeoPath as well.
69 - Added the new fitViewportToVisibleMapItems method to QDeclarativeGeoMap.
81 - Added a new mapReady signal to QDeclarativeGeoMap to notify when the map becomes ready.
93 - [QTBUG-59416] keepTouchGrab now considered when handing mouse events in QDeclarativeGeoMap.
H A Dchanges-5.10.042 - QDeclarativeGeoMap:
45 * Added alignCoordinateToPoint method to QDeclarativeGeoMap.
H A Dchanges-5.9.230 - [QTBUG-62122] Fixed potential memleak on QDeclarativeGeoMap destruction
34 - Fixed QDeclarativeGeoMap::populateMap duplicating items
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeomap_p.h71 class QDeclarativeGeoMap; variable
183 friend class QDeclarativeGeoMap; //updateSceneGraph
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/imports/locationlabs/
H A Dlocationlabssingleton_p.h65 …Q_INVOKABLE QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate, QDeclarativeGeoMap *ma…
H A Dlocationlabssingleton.cpp76 …ocationLabsSingleton::mapObjectsAt(const QGeoCoordinate &coordinate, QDeclarativeGeoMap *map) const in mapObjectsAt()
H A Dplugins.qmltypes22 Parameter { name: "map"; type: "QDeclarativeGeoMap"; isPointer: true }
91 Property { name: "map"; type: "QDeclarativeGeoMap"; isPointer: true }

123