#include <weather.h>

Definition at line 29 of file weather.h.
| Weather::Weather | ( | MythMainWindow * | parent, | |
| SourceManager * | srcMan, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 25 of file weather.cpp.
| Weather::~Weather | ( | ) |
Definition at line 79 of file weather.cpp.
| bool Weather::UpdateData | ( | ) |
| void Weather::processEvents | ( | ) |
Definition at line 328 of file weather.cpp.
| QPixmap* Weather::getBackground | ( | ) | [inline] |
| void Weather::clock_tick | ( | ) | [signal] |
Referenced by setupScreens(), and showtime_timeout().
| void Weather::showtime_timeout | ( | ) | [private, slot] |
| void Weather::nextpage_timeout | ( | ) | [private, slot] |
| void Weather::cursorLeft | ( | ) | [private, slot] |
| void Weather::cursorRight | ( | ) | [private, slot] |
| void Weather::holdPage | ( | ) | [private, slot] |
| void Weather::setupPage | ( | ) | [private, slot] |
| void Weather::screenReady | ( | WeatherScreen * | ws | ) | [private, slot] |
| void Weather::paintEvent | ( | QPaintEvent * | e | ) | [protected] |
Definition at line 297 of file weather.cpp.
| void Weather::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
| void Weather::setupScreens | ( | QDomElement & | xml | ) | [private] |
| WeatherScreen * Weather::nextScreen | ( | ) | [private] |
Definition at line 225 of file weather.cpp.
Referenced by cursorRight(), nextpage_timeout(), and screenReady().
| WeatherScreen * Weather::prevScreen | ( | ) | [private] |
| void Weather::updateBackground | ( | void | ) | [private] |
| void Weather::updatePage | ( | QPainter * | e | ) | [private] |
| void Weather::showLayout | ( | WeatherScreen * | ws | ) | [private] |
Definition at line 321 of file weather.cpp.
Referenced by nextpage_timeout(), screenReady(), and Weather().
int Weather::timeoutCounter [private] |
int Weather::wantAnimated [private] |
bool Weather::stopProcessing [private] |
XMLParse* Weather::theme [private] |
Definition at line 74 of file weather.h.
Referenced by setupScreens(), updateBackground(), Weather(), and ~Weather().
QDomElement Weather::xmldata [private] |
units_t Weather::m_units [private] |
bool Weather::firstRun [private] |
int Weather::updateInterval [private] |
int Weather::nextpageInterval [private] |
Definition at line 80 of file weather.h.
Referenced by holdPage(), nextpage_timeout(), screenReady(), setupPage(), and Weather().
int Weather::nextpageIntArrow [private] |
Definition at line 81 of file weather.h.
Referenced by cursorLeft(), cursorRight(), setupPage(), and Weather().
QTimer* Weather::showtime_Timer [private] |
QTimer* Weather::nextpage_Timer [private] |
Definition at line 83 of file weather.h.
Referenced by cursorLeft(), cursorRight(), holdPage(), nextpage_timeout(), screenReady(), setupPage(), and Weather().
bool Weather::gotDataHook [private] |
QRect Weather::newlocRect [private] |
QRect Weather::fullRect [private] |
Definition at line 106 of file weather.h.
Referenced by holdPage(), paintEvent(), updatePage(), and Weather().
QPixmap Weather::realBackground [private] |
Definition at line 108 of file weather.h.
Referenced by getBackground(), screenReady(), and updateBackground().
bool Weather::allowkeys [private] |
SourceManager* Weather::m_srcMan [private] |
Definition at line 110 of file weather.h.
Referenced by keyPressEvent(), setupPage(), setupScreens(), and Weather().
QPtrList<WeatherScreen> Weather::screens [private] |
Definition at line 111 of file weather.h.
Referenced by nextScreen(), prevScreen(), setupScreens(), and Weather().
QMap<QString, WeatherScreen *> Weather::all_screens [private] |
WeatherScreen* Weather::currScreen [private] |
Definition at line 127 of file weather.h.
Referenced by cursorLeft(), cursorRight(), holdPage(), keyPressEvent(), nextpage_timeout(), setupScreens(), showLayout(), and updatePage().
WeatherScreen* Weather::m_startup [private] |
bool Weather::paused [private] |
Definition at line 129 of file weather.h.
Referenced by cursorLeft(), cursorRight(), holdPage(), and Weather().
1.5.5