| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchmodelbase_p.h | 75 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 129 void statusChanged();
|
| H A D | qdeclarativecategory_p.h | 79 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 131 void statusChanged();
|
| H A D | qdeclarativesupportedcategoriesmodel_p.h | 87 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 132 void statusChanged();
|
| H A D | qdeclarativeplace_p.h | 98 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 208 void statusChanged();
|
| H A D | qdeclarativesearchmodelbase.cpp | 195 emit statusChanged(); in setStatus()
|
| H A D | qdeclarativecategory.cpp | 310 emit statusChanged(); in setStatus()
|
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 618 emit statusChanged(); in setStatus()
|
| H A D | qdeclarativeplace.cpp | 652 emit statusChanged(); in setStatus()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | downloadmanager.cpp | 195 emit statusChanged(); in tryAgain() 210 emit statusChanged(); in downloadReadyRead() 213 emit statusChanged(); in downloadReadyRead() 325 emit statusChanged(); in finished() 395 connect(item, SIGNAL(statusChanged()), this, SLOT(updateRow())); in addItem()
|
| H A D | downloadmanager.h | 50 void statusChanged();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel_p.h | 78 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 156 void statusChanged();
|
| H A D | qdeclarativegeoroutemodel_p.h | 85 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 156 void statusChanged();
|
| H A D | qdeclarativegeocodemodel.cpp | 448 emit statusChanged(); in setStatus()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_download.cpp | 57 observer->statusChanged(status); in setState() 328 observer->statusChanged(status); in ensureResource() 364 observer->statusChanged(status); in ensureResource()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_categorymodel.qml | 82 modelSpy.signalName = "statusChanged"; 155 modelSpy.signalName = "statusChanged"; 212 statusChangedSpy.signalName = "statusChanged";
|
| H A D | tst_placesearchsuggestionmodel.qml | 78 SignalSpy { id: statusChangedSpy; target: testModel; signalName: "statusChanged" } 126 SignalSpy { id: statusChangedSpyError; target: testModelError; signalName: "statusChanged" }
|
| H A D | tst_placesearchmodel.qml | 175 statusChangedSpy.signalName = "statusChanged"; 243 statusChangedSpy.signalName = "statusChanged"; 286 statusChangedSpy.signalName = "statusChanged";
|
| H A D | tst_place.qml | 466 signalSpy.signalName = "statusChanged"; 496 signalSpy.signalName = "statusChanged"; 533 signalSpy.signalName = "statusChanged";
|
| H A D | tst_geocoding.qml | 287 SignalSpy {id: testStatusSpy; target: testModel; signalName: "statusChanged"} 301 SignalSpy {id: statusImmediateSpy; target: immediateModel; signalName: "statusChanged"}
|
| H A D | tst_routing.qml | 598 SignalSpy {id: testStatusSpy; target: routeModel; signalName: "statusChanged"} 606 SignalSpy {id: testStatusSlackSpy; target: routeModelSlack; signalName: "statusChanged"}
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | offline.hpp | 155 virtual void statusChanged(OfflineRegionStatus) {} in statusChanged() function in mbgl::OfflineRegionObserver
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/audiorecorder/ |
| H A D | audiorecorder.cpp | 123 connect(audioRecorder, SIGNAL(statusChanged(QMediaRecorder::Status)), this, in AudioRecorder()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 121 connect(audioRecorder, SIGNAL(statusChanged(QMediaRecorder::Status)), this, in AudioRecorder()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 121 connect(audioRecorder, SIGNAL(statusChanged(QMediaRecorder::Status)), this, in AudioRecorder()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | places.qml | 442 place.statusChanged.connect(statusChangedHandler);
|