Home
last modified time | relevance | path

Searched refs:WeatherData (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp76 WeatherData::WeatherData(QObject *parent) : in WeatherData() function in WeatherData
81 WeatherData::WeatherData(const WeatherData &other) : in WeatherData() function in WeatherData
90 QString WeatherData::dayOfWeek() const in dayOfWeek()
104 QString WeatherData::weatherIcon() const in weatherIcon()
109 QString WeatherData::weatherDescription() const in weatherDescription()
114 QString WeatherData::temperature() const in temperature()
119 void WeatherData::setDayOfWeek(const QString &value) in setDayOfWeek()
125 void WeatherData::setWeatherIcon(const QString &value) in setWeatherIcon()
131 void WeatherData::setWeatherDescription(const QString &value) in setWeatherDescription()
137 void WeatherData::setTemperature(const QString &value) in setTemperature()
[all …]
H A Dappmodel.h62 class WeatherData : public QObject {
78 explicit WeatherData(QObject *parent = 0);
79 WeatherData(const WeatherData &other);
103 Q_DECLARE_METATYPE(WeatherData) in Q_DECLARE_METATYPE() argument
128 Q_PROPERTY(WeatherData *weather
131 Q_PROPERTY(QQmlListProperty<WeatherData> forecast
150 WeatherData *weather() const;
151 QQmlListProperty<WeatherData> forecast() const;
H A Dmain.cpp66 qmlRegisterType<WeatherData>("WeatherInfo", 1, 0, "WeatherData"); in main()
70 qRegisterMetaType<WeatherData>(); in main()
/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