|
MythTV master
|
#include <QMap>#include <QStringList>#include <libmythui/mythscreentype.h>#include <libmythui/mythuiimage.h>#include <libmythui/mythuitext.h>#include "weatherUtils.h"Go to the source code of this file.
Classes | |
| class | WeatherScreen |
| Weather screen. More... | |
Enumerations | |
| enum | DaysOfWeek : std::uint8_t { DAY_SUNDAY , DAY_MONDAY , DAY_TUESDAY , DAY_WENDESDAY , DAY_THURSDAY , DAY_FRIDAY , DAY_SATURDAY } |
| enum DaysOfWeek : std::uint8_t |
| Enumerator | |
|---|---|
| DAY_SUNDAY | |
| DAY_MONDAY | |
| DAY_TUESDAY | |
| DAY_WENDESDAY | |
| DAY_THURSDAY | |
| DAY_FRIDAY | |
| DAY_SATURDAY | |
Definition at line 18 of file weatherScreen.h.