Home
last modified time | relevance | path

Searched refs:widthChanged (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p.h66 Q_PROPERTY(qreal width READ width WRITE setWidth NOTIFY widthChanged)
79 void widthChanged(qreal width);
H A Dqdeclarativegeomapitemgroup.cpp166 …connect(m_quickMap, &QQuickItem::widthChanged, this, &QDeclarativeGeoMapItemGroup::onMapSizeChange… in setQuickMap()
H A Dqdeclarativerectanglemapitem.cpp150 QObject::connect(&m_border, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
H A Dqdeclarativegeomapquickitem.cpp401 connect(sourceItem_.data(), SIGNAL(widthChanged()), in updatePolish()
H A Dqdeclarativecirclemapitem.cpp297 QObject::connect(&m_border, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
H A Dqdeclarativepolylinemapitem.cpp382 emit widthChanged(width_); in setWidth() local
970 QObject::connect(&m_line, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
H A Dqdeclarativepolygonmapitem.cpp639 QObject::connect(&m_border, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp225 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem()
235 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem()
244 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem()
252 …QObject::connect(mapItem->line(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapboxG… in addMapItem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolylineobject.cpp198 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
H A Dqmapcircleobject.cpp257 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
H A Dqmappolygonobject.cpp256 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_fit_viewport.qml149 … SignalSpy {id: preMapCircleBorderWidthChanged; target: parent.border; signalName: "widthChanged"}
186 … SignalSpy {id: preMapPolygonBorderWidthChanged; target: parent.border; signalName: "widthChanged"}
198 … SignalSpy {id: preMapPolylineWidthChanged; target: parent.line; signalName: "widthChanged"}
213 … SignalSpy {id: preMapRouteLineWidthChanged; target: parent.line; signalName: "widthChanged"}
H A Dtst_map_item.qml147 … SignalSpy {id: preMapCircleBorderWidthChanged; target: parent.border; signalName: "widthChanged"}
186 … SignalSpy {id: preMapPolygonBorderWidthChanged; target: parent.border; signalName: "widthChanged"}
198 … SignalSpy {id: preMapPolylineWidthChanged; target: parent.line; signalName: "widthChanged"}
213 … SignalSpy {id: preMapRouteLineWidthChanged; target: parent.line; signalName: "widthChanged"}
H A Dtst_map_item_details.qml66 … SignalSpy {id: extMapPolygonBorderWidthChanged; target: parent.border; signalName: "widthChanged"}
88 SignalSpy {id: extMapPolylineWidthChanged; target: parent.line; signalName: "widthChanged"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml94 SignalSpy {id: mapRouteWidthSpy; target: emptyMapRoute.border; signalName: "widthChanged"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1281 name: "widthChanged"