KWeatherCore
weatherforecast.h
Class represents weatherforecast in a hour.
Definition hourlyweatherforecast.h:34
static WeatherForecast fromJson(const QJsonObject &obj)
construct from json
Definition weatherforecast.cpp:50
WeatherForecast & operator+=(HourlyWeatherForecast &&forecast)
merge HourlyWeatherForecast, new day is created when required
Definition weatherforecast.cpp:97
void setTimezone(QString timezone)
Definition weatherforecast.cpp:89
const QDateTime & createdTime() const
Definition weatherforecast.cpp:76
const std::vector< DailyWeatherForecast > & dailyWeatherForecast() const
Definition weatherforecast.cpp:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.