Home
last modified time | relevance | path

Searched refs:modelChanged (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview_p.h64 Q_PROPERTY(QVariant model READ model WRITE setModel NOTIFY modelChanged)
91 void modelChanged(QVariant model);
H A Dqmapobjectview.cpp257 emit modelChanged(model); in setModel() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp171 Q_PROPERTY(QVariant model MEMBER m_importedGeoJson NOTIFY modelChanged)
202 emit modelChanged(); in load()
245 void modelChanged();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview_p.h81 Q_PROPERTY(QVariant model READ model WRITE setModel NOTIFY modelChanged)
116 void modelChanged();
H A Dqdeclarativegeomapitemview.cpp231 emit modelChanged(); in setModel()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel_p.h106 void modelChanged();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_itemview.qml424 SignalSpy {id: model1Spy; target: testModel; signalName: "modelChanged"}
425 SignalSpy {id: model2Spy; target: testModel2; signalName: "modelChanged"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes189 name: "modelChanged"