Searched refs:categoryAdded (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanager.cpp | 157 connect(d, SIGNAL(categoryAdded(QPlaceCategory,QString)), in QPlaceManager() 158 this, SIGNAL(categoryAdded(QPlaceCategory,QString))); in QPlaceManager()
|
| H A D | qplacemanager.h | 109 void categoryAdded(const QPlaceCategory &category, const QString &parentId);
|
| H A D | qplacemanagerengine.h | 100 void categoryAdded(const QPlaceCategory &category, const QString &parentCategoryId);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacemanagerengineosm.cpp | 293 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 D | qdeclarativesupportedcategoriesmodel.cpp | 275 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 D | placemanagerengine_esri.cpp | 209 emit categoryAdded(category, parentCategoryId); in parseCategories() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 376 …When a category is saved, the QPlaceManager may emit QPlaceManager::categoryAdded() or QPlaceManag…
|