Home
last modified time | relevance | path

Searched refs:QDeclarativeMapLineProperties (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p.h62 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeMapLineProperties : public QObject
70 explicit QDeclarativeMapLineProperties(QObject *parent = 0);
94 Q_PROPERTY(QDeclarativeMapLineProperties *line READ line CONSTANT)
130 QDeclarativeMapLineProperties *line();
156 QDeclarativeMapLineProperties m_line;
172 QML_DECLARE_TYPE(QDeclarativeMapLineProperties)
H A Dqdeclarativepolygonmapitem_p.h66 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT)
91 QDeclarativeMapLineProperties *border();
119 QDeclarativeMapLineProperties m_border;
H A Dqdeclarativerectanglemapitem_p.h72 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT)
97 QDeclarativeMapLineProperties *border();
123 QDeclarativeMapLineProperties m_border;
H A Dqdeclarativecirclemapitem_p.h69 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT)
93 QDeclarativeMapLineProperties *border();
123 QDeclarativeMapLineProperties m_border;
H A Dqdeclarativepolylinemapitem.cpp338 QDeclarativeMapLineProperties::QDeclarativeMapLineProperties(QObject *parent) : in QDeclarativeMapLineProperties() function in QDeclarativeMapLineProperties
348 QColor QDeclarativeMapLineProperties::color() const in color()
356 void QDeclarativeMapLineProperties::setColor(const QColor &color) in setColor()
368 qreal QDeclarativeMapLineProperties::width() const in width()
376 void QDeclarativeMapLineProperties::setWidth(qreal width) in setWidth()
1209 QDeclarativeMapLineProperties *QDeclarativePolylineMapItem::line() in line()
H A Dqdeclarativerectanglemapitem.cpp228 QDeclarativeMapLineProperties *QDeclarativeRectangleMapItem::border() in border()
H A Dqdeclarativecirclemapitem.cpp324 QDeclarativeMapLineProperties *QDeclarativeCircleMapItem::border() in border()
H A Dqdeclarativepolygonmapitem.cpp662 QDeclarativeMapLineProperties *QDeclarativePolygonMapItem::border() in border()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolylineobject_p.h64 Q_PROPERTY(QDeclarativeMapLineProperties *line READ border CONSTANT)
73 QDeclarativeMapLineProperties *border();
80 QDeclarativeMapLineProperties *m_border = nullptr;
H A Dqmappolygonobject_p.h65 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT)
77 QDeclarativeMapLineProperties *border();
85 QDeclarativeMapLineProperties *m_border = nullptr;
H A Dqmapcircleobject_p.h65 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT)
79 QDeclarativeMapLineProperties * border();
88 QDeclarativeMapLineProperties *m_border = nullptr;
H A Dqmappolylineobject.cpp191 QDeclarativeMapLineProperties *QMapPolylineObject::border() in border()
194 m_border = new QDeclarativeMapLineProperties(this); in border()
195 … connect(m_border, &QDeclarativeMapLineProperties::colorChanged, this, [this](const QColor &color){ in border()
198 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
H A Dqmapcircleobject.cpp250 QDeclarativeMapLineProperties *QMapCircleObject::border() in border()
253 m_border = new QDeclarativeMapLineProperties(this); in border()
254 … connect(m_border, &QDeclarativeMapLineProperties::colorChanged, this, [this](const QColor &color){ in border()
257 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
H A Dqmappolygonobject.cpp249 QDeclarativeMapLineProperties *QMapPolygonObject::border() in border()
252 m_border = new QDeclarativeMapLineProperties(this); in border()
253 … connect(m_border, &QDeclarativeMapLineProperties::colorChanged, this, [this](const QColor &color){ in border()
256 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp224 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapbo… in addMapItem()
225 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem()
234 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapbo… in addMapItem()
235 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem()
243 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapbo… in addMapItem()
244 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem()
251 …QObject::connect(mapItem->line(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapboxG… in addMapItem()
252 …QObject::connect(mapItem->line(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapboxG… in addMapItem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes157 type: "QDeclarativeMapLineProperties"
215 type: "QDeclarativeMapLineProperties"
229 type: "QDeclarativeMapLineProperties"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp134 qmlRegisterAnonymousType<QDeclarativeMapLineProperties >(uri, major); in registerTypes()
H A Dplugins.qmltypes334 type: "QDeclarativeMapLineProperties"
1276 name: "QDeclarativeMapLineProperties"
1443 type: "QDeclarativeMapLineProperties"
1469 type: "QDeclarativeMapLineProperties"
1532 type: "QDeclarativeMapLineProperties"