Home
last modified time | relevance | path

Searched refs:AppModel (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp206 AppModel::AppModel(QObject *parent) : in AppModel() function in AppModel
244 AppModel::~AppModel() in ~AppModel()
252 void AppModel::positionUpdated(QGeoPositionInfo gpsPos) in positionUpdated()
263 void AppModel::queryCity() in queryCity()
296 void AppModel::positionError(QGeoPositionInfoSource::Error e) in positionError()
312 void AppModel::hadError(bool tryAgain) in hadError()
323 void AppModel::handleGeoNetworkData(QNetworkReply *networkReply) in handleGeoNetworkData()
354 void AppModel::refreshWeather() in refreshWeather()
380 void AppModel::handleWeatherNetworkData(QNetworkReply *networkReply) in handleWeatherNetworkData()
432 void AppModel::handleForecastNetworkData(QNetworkReply *networkReply) in handleForecastNetworkData()
[all …]
H A Dappmodel.h107 class AppModel : public QObject
136 explicit AppModel(QObject *parent = 0);
137 ~AppModel();
H A Dmain.cpp67 qmlRegisterType<AppModel>("WeatherInfo", 1, 0, "AppModel"); in main()
H A Dweatherinfo.qml77 AppModel {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/doc/src/
H A Dweatherinfo.qdoc51 in the WeatherData and AppModel classes. WeatherData represents the weather
58 AppModel models the state of the entire application. At startup, we
67 its positionUpdated() signal to a slot on the AppModel and call
95 Finally, in the actual QML, we instantiate the AppModel.