Home
last modified time | relevance | path

Searched refs:onLinePropertiesChanged (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem.cpp149 this, SLOT(onLinePropertiesChanged())); in Q_GLOBAL_STATIC()
151 this, SLOT(onLinePropertiesChanged())); in Q_GLOBAL_STATIC()
262 void QDeclarativeRectangleMapItem::onLinePropertiesChanged() in onLinePropertiesChanged() function in QDeclarativeRectangleMapItem
264 m_d->onLinePropertiesChanged(); in onLinePropertiesChanged()
H A Dqdeclarativecirclemapitem.cpp296 this, SLOT(onLinePropertiesChanged())); in Q_GLOBAL_STATIC()
298 this, SLOT(onLinePropertiesChanged())); in Q_GLOBAL_STATIC()
334 void QDeclarativeCircleMapItem::onLinePropertiesChanged() in onLinePropertiesChanged() function in QDeclarativeCircleMapItem
336 m_d->onLinePropertiesChanged(); in onLinePropertiesChanged()
H A Dqdeclarativecirclemapitem_p_p.h80 virtual void onLinePropertiesChanged() = 0;
133 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
293 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
H A Dqdeclarativerectanglemapitem_p_p.h71 virtual void onLinePropertiesChanged() = 0;
98 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
269 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
H A Dqdeclarativepolygonmapitem_p_p.h304 virtual void onLinePropertiesChanged() = 0;
331 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
518 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
H A Dqdeclarativepolygonmapitem.cpp638 this, SLOT(onLinePropertiesChanged())); // ToDo: fix this, only flag material? in Q_GLOBAL_STATIC()
640 this, SLOT(onLinePropertiesChanged())); in Q_GLOBAL_STATIC()
845 void QDeclarativePolygonMapItem::onLinePropertiesChanged() in onLinePropertiesChanged() function in QDeclarativePolygonMapItem
847 m_d->onLinePropertiesChanged(); in onLinePropertiesChanged()
H A Dqdeclarativepolygonmapitem_p.h107 void onLinePropertiesChanged();
H A Dqdeclarativerectanglemapitem_p.h118 void onLinePropertiesChanged();
H A Dqdeclarativecirclemapitem_p.h115 void onLinePropertiesChanged();
H A Dqdeclarativepolylinemapitem_p_p.h586 virtual void onLinePropertiesChanged() = 0;
613 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
740 void onLinePropertiesChanged() override in onLinePropertiesChanged() function
H A Dqdeclarativepolylinemapitem.cpp984 m_d->onLinePropertiesChanged(); in updateAfterLinePropertiesChanged()