Home
last modified time | relevance | path

Searched refs:categoryAdded (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp157 connect(d, SIGNAL(categoryAdded(QPlaceCategory,QString)), in QPlaceManager()
158 this, SIGNAL(categoryAdded(QPlaceCategory,QString))); in QPlaceManager()
H A Dqplacemanager.h109 void categoryAdded(const QPlaceCategory &category, const QString &parentId);
H A Dqplacemanagerengine.h100 void categoryAdded(const QPlaceCategory &category, const QString &parentCategoryId);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.cpp293 emit categoryAdded(category, QString()); in categoryReplyFinished() local
303 emit categoryAdded(category, tagKey); in categoryReplyFinished() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp275 disconnect(placeManager, SIGNAL(categoryAdded(QPlaceCategory,QString)), in setPlugin()
503 connect(placeManager, SIGNAL(categoryAdded(QPlaceCategory,QString)), in connectNotificationSignals()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.cpp209 emit categoryAdded(category, parentCategoryId); in parseCategories() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc376 …When a category is saved, the QPlaceManager may emit QPlaceManager::categoryAdded() or QPlaceManag…