MythTV
master
|
#include <QCoreApplication>
#include <QString>
#include <QStringList>
#include <libmythbase/mythdirs.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) |
|
static |
Definition at line 14 of file weatherUtils.cpp.
Referenced by doLoadScreens().
ScreenListMap loadScreens | ( | ) |
Definition at line 41 of file weatherUtils.cpp.
Referenced by ScreenSetup::loadData(), and Weather::Weather().
bool doLoadScreens | ( | const QString & | filename, |
ScreenListMap & | screens | ||
) |
Definition at line 74 of file weatherUtils.cpp.
Referenced by loadScreens().
QStringList loadScreen | ( | const QDomElement & | ScreenListInfo | ) |
Definition at line 115 of file weatherUtils.cpp.
Referenced by doLoadScreens().