Searched refs:dataChanged (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/ |
| H A D | appmodel.h | 66 NOTIFY dataChanged) 69 NOTIFY dataChanged) 72 NOTIFY dataChanged) 75 NOTIFY dataChanged) 92 void dataChanged();
|
| H A D | appmodel.cpp | 122 emit dataChanged(); in setDayOfWeek() 128 emit dataChanged(); in setWeatherIcon() 134 emit dataChanged(); in setWeatherDescription() 140 emit dataChanged(); in setTemperature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 281 disconnect(placeManager, SIGNAL(dataChanged()), in setPlugin() 282 this, SIGNAL(dataChanged())); in setPlugin() 439 emit dataChanged(categoryIndex, categoryIndex); in updatedCategory() local 509 connect(placeManager, SIGNAL(dataChanged()), in connectNotificationSignals() 510 this, SIGNAL(dataChanged())); in connectNotificationSignals()
|
| H A D | qdeclarativesupportedcategoriesmodel_p.h | 128 using QAbstractItemModel::dataChanged; 133 void dataChanged();
|
| H A D | qdeclarativesearchresultmodel.cpp | 720 connect(placeManager, SIGNAL(dataChanged()), this, SIGNAL(dataChanged())); in initializePlugin() 733 disconnect(placeManager, SIGNAL(dataChanged()), this, SIGNAL(dataChanged())); in initializePlugin()
|
| H A D | qdeclarativesearchresultmodel_p.h | 141 void dataChanged();
|
| H A D | qdeclarativeplacecontentmodel.cpp | 377 emit dataChanged(index(startIndex),index(currentIndex)); in fetchFinished() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanager.cpp | 163 connect(d, SIGNAL(dataChanged()), in QPlaceManager() 164 this, SIGNAL(dataChanged()), Qt::QueuedConnection); in QPlaceManager()
|
| H A D | qplacemanager.h | 112 void dataChanged();
|
| H A D | qplacemanagerengine.h | 103 void dataChanged();
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | history.cpp | 388 emit dataChanged(idx, idx); in entryUpdated() local 749 disconnect(sourceModel(), SIGNAL(dataChanged(QModelIndex,QModelIndex)), in setSourceModel() 750 this, SLOT(dataChanged(QModelIndex,QModelIndex))); in setSourceModel() 762 connect(sourceModel(), SIGNAL(dataChanged(QModelIndex,QModelIndex)), in setSourceModel() 773 emit dataChanged(mapFromSource(topLeft), mapFromSource(bottomRight)); in sourceDataChanged() local
|
| H A D | bookmarks.cpp | 397 emit dataChanged(idx, idx); in entryChanged() local 881 connect(m_bookmarksModel, SIGNAL(dataChanged(QModelIndex,QModelIndex)), this, SLOT(build())); in BookmarksToolBar()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 32 name: "dataChanged" 38 name: "dataChanged" 1626 Signal { name: "dataChanged" } 1681 Signal { name: "dataChanged" }
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 229 self.dataChanged.emit(parent, parent) 1979 self.dataChanged.emit(top_left, bottom_right)
|