MythTV  master
Functions
weatherUtils.cpp File Reference
#include <QCoreApplication>
#include <QString>
#include <QStringList>
#include <libmythbase/mythdirs.h>
#include <libmythui/mythmainwindow.h>
#include <libmythui/mythuihelper.h>
#include "weatherUtils.h"
Include dependency graph for weatherUtils.cpp:

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)
 

Function Documentation

◆ getScreenTitle()

static QString getScreenTitle ( const QString &  screenName)
static

Definition at line 14 of file weatherUtils.cpp.

Referenced by doLoadScreens().

◆ loadScreens()

ScreenListMap loadScreens ( )

Definition at line 41 of file weatherUtils.cpp.

Referenced by ScreenSetup::loadData(), and Weather::Weather().

◆ doLoadScreens()

bool doLoadScreens ( const QString &  filename,
ScreenListMap screens 
)

Definition at line 74 of file weatherUtils.cpp.

Referenced by loadScreens().

◆ loadScreen()

QStringList loadScreen ( const QDomElement &  ScreenListInfo)

Definition at line 115 of file weatherUtils.cpp.

Referenced by doLoadScreens().