#include <weatherScreen.h>

Definition at line 140 of file weatherScreen.h.
Public Member Functions | |
| AnimatedImageScreen (Weather *parent, LayerSet *container, int id) | |
Protected Member Functions | |
| QString | prepareDataItem (const QString &key, const QString &value) |
| void | prepareWidget (UIType *widget) |
Private Attributes | |
| int | m_count |
| QSize | imgsize |
Definition at line 451 of file weatherScreen.cpp.
| QString AnimatedImageScreen::prepareDataItem | ( | const QString & | key, | |
| const QString & | value | |||
| ) | [protected, virtual] |
| void AnimatedImageScreen::prepareWidget | ( | UIType * | widget | ) | [protected, virtual] |
int AnimatedImageScreen::m_count [private] |
Definition at line 152 of file weatherScreen.h.
Referenced by prepareDataItem(), and prepareWidget().
QSize AnimatedImageScreen::imgsize [private] |
Definition at line 153 of file weatherScreen.h.
Referenced by prepareDataItem(), and prepareWidget().
1.5.5