| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem_p.h | 62 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 D | qdeclarativepolygonmapitem_p.h | 66 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 91 QDeclarativeMapLineProperties *border(); 119 QDeclarativeMapLineProperties m_border;
|
| H A D | qdeclarativerectanglemapitem_p.h | 72 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 97 QDeclarativeMapLineProperties *border(); 123 QDeclarativeMapLineProperties m_border;
|
| H A D | qdeclarativecirclemapitem_p.h | 69 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 93 QDeclarativeMapLineProperties *border(); 123 QDeclarativeMapLineProperties m_border;
|
| H A D | qdeclarativepolylinemapitem.cpp | 338 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 D | qdeclarativerectanglemapitem.cpp | 228 QDeclarativeMapLineProperties *QDeclarativeRectangleMapItem::border() in border()
|
| H A D | qdeclarativecirclemapitem.cpp | 324 QDeclarativeMapLineProperties *QDeclarativeCircleMapItem::border() in border()
|
| H A D | qdeclarativepolygonmapitem.cpp | 662 QDeclarativeMapLineProperties *QDeclarativePolygonMapItem::border() in border()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolylineobject_p.h | 64 Q_PROPERTY(QDeclarativeMapLineProperties *line READ border CONSTANT) 73 QDeclarativeMapLineProperties *border(); 80 QDeclarativeMapLineProperties *m_border = nullptr;
|
| H A D | qmappolygonobject_p.h | 65 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 77 QDeclarativeMapLineProperties *border(); 85 QDeclarativeMapLineProperties *m_border = nullptr;
|
| H A D | qmapcircleobject_p.h | 65 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 79 QDeclarativeMapLineProperties * border(); 88 QDeclarativeMapLineProperties *m_border = nullptr;
|
| H A D | qmappolylineobject.cpp | 191 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 D | qmapcircleobject.cpp | 250 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 D | qmappolygonobject.cpp | 249 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 D | qgeomapmapboxgl.cpp | 224 …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 D | plugins.qmltypes | 157 type: "QDeclarativeMapLineProperties" 215 type: "QDeclarativeMapLineProperties" 229 type: "QDeclarativeMapLineProperties"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | location.cpp | 134 qmlRegisterAnonymousType<QDeclarativeMapLineProperties >(uri, major); in registerTypes()
|
| H A D | plugins.qmltypes | 334 type: "QDeclarativeMapLineProperties" 1276 name: "QDeclarativeMapLineProperties" 1443 type: "QDeclarativeMapLineProperties" 1469 type: "QDeclarativeMapLineProperties" 1532 type: "QDeclarativeMapLineProperties"
|