Home
last modified time | relevance | path

Searched refs:dataChanged (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h66 NOTIFY dataChanged)
69 NOTIFY dataChanged)
72 NOTIFY dataChanged)
75 NOTIFY dataChanged)
92 void dataChanged();
H A Dappmodel.cpp122 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 Dqdeclarativesupportedcategoriesmodel.cpp281 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 Dqdeclarativesupportedcategoriesmodel_p.h128 using QAbstractItemModel::dataChanged;
133 void dataChanged();
H A Dqdeclarativesearchresultmodel.cpp720 connect(placeManager, SIGNAL(dataChanged()), this, SIGNAL(dataChanged())); in initializePlugin()
733 disconnect(placeManager, SIGNAL(dataChanged()), this, SIGNAL(dataChanged())); in initializePlugin()
H A Dqdeclarativesearchresultmodel_p.h141 void dataChanged();
H A Dqdeclarativeplacecontentmodel.cpp377 emit dataChanged(index(startIndex),index(currentIndex)); in fetchFinished() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp163 connect(d, SIGNAL(dataChanged()), in QPlaceManager()
164 this, SIGNAL(dataChanged()), Qt::QueuedConnection); in QPlaceManager()
H A Dqplacemanager.h112 void dataChanged();
H A Dqplacemanagerengine.h103 void dataChanged();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp388 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 Dbookmarks.cpp397 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 Dplugins.qmltypes32 name: "dataChanged"
38 name: "dataChanged"
1626 Signal { name: "dataChanged" }
1681 Signal { name: "dataChanged" }
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py229 self.dataChanged.emit(parent, parent)
1979 self.dataChanged.emit(top_left, bottom_right)