|
MythTV master
|
#include <QCoreApplication>#include <QString>#include <QStringList>#include <libmythbase/mythdirs.h>#include <libmythbase/mythlogging.h>#include <libmythui/mythmainwindow.h>#include <libmythui/mythuihelper.h>#include "weatherUtils.h"Go to the source code of this file.
Functions | |
| static QString | getScreenTitle (const QString &screenName) |
| ScreenListMap | loadScreens () |
| bool | doLoadScreens (const QString &filename, ScreenListMap &screens) |
| QStringList | loadScreen (const QDomElement &ScreenListInfo) |
| bool doLoadScreens | ( | const QString & | filename, |
| ScreenListMap & | screens | ||
| ) |
Definition at line 75 of file weatherUtils.cpp.
Referenced by loadScreens().
|
static |
Definition at line 15 of file weatherUtils.cpp.
Referenced by doLoadScreens().
| QStringList loadScreen | ( | const QDomElement & | ScreenListInfo | ) |
Definition at line 116 of file weatherUtils.cpp.
Referenced by doLoadScreens().
| ScreenListMap loadScreens | ( | ) |
Definition at line 42 of file weatherUtils.cpp.
Referenced by ScreenSetup::loadData(), and Weather::Weather().