#include </home/clem/local/src/opie/noncore/todayplugins/weather/weatherpluginwidget.h>
Collaboration diagram for WeatherPluginWidget:

Public Member Functions | |
| WeatherPluginWidget (QWidget *parent, const char *name) | |
| ~WeatherPluginWidget () | |
Private Slots | |
| void | dataRetrieved (Opie::Core::OProcess *) |
Private Member Functions | |
| void | timerEvent (QTimerEvent *) |
| void | retreiveData () |
| void | displayWeather () |
| void | getTemp (const QString &) |
| void | getWind (const QString &) |
| void | getPressure (const QString &) |
| void | getIcon (const QString &) |
Private Attributes | |
| QString | location |
| QString | remoteFile |
| QString | localFile |
| QString | weatherData |
| QString | dataStr |
| bool | useMetric |
| int | frequency |
| QLabel * | weatherLabel |
| QLabel * | weatherIcon |
|
||||||||||||
|
Definition at line 44 of file weatherpluginwidget.cpp. References Opie::Core::OResource::loadPixmap(), Opie::Core::OResource::SmallIcon, tr, weatherIcon, and weatherLabel. |
|
|
Definition at line 61 of file weatherpluginwidget.cpp. References QFile::exists(), localFile, and QFile::remove(). |
|
|
Definition at line 310 of file weatherpluginwidget.cpp. References displayWeather(), Opie::Core::OProcess::normalExit(), tr, and weatherLabel. Referenced by retreiveData(). |
|
|
Definition at line 110 of file weatherpluginwidget.cpp. References QString::append(), data, dataStr, QTextStream::eof(), getIcon(), getPressure(), getTemp(), getWind(), IO_ReadOnly, Opie::Core::OResource::loadPixmap(), localFile, QString::null, QFile::open(), QTextStream::readLine(), QString::simplifyWhiteSpace(), QFile::size(), Opie::Core::OResource::SmallIcon, tr, weatherData, weatherIcon, and weatherLabel. Referenced by dataRetrieved(). |
|
|
Definition at line 274 of file weatherpluginwidget.cpp. References dataStr, and QString::find(). Referenced by displayWeather(). |
|
|
Definition at line 242 of file weatherpluginwidget.cpp. References QString::append(), dataStr, QString::find(), QString::mid(), QString::number(), pos, tr, and useMetric. Referenced by displayWeather(). |
|
|
Definition at line 153 of file weatherpluginwidget.cpp. References QString::append(), dataStr, QString::number(), pos, tr, and useMetric. Referenced by displayWeather(). |
|
|
Definition at line 186 of file weatherpluginwidget.cpp. References QString::append(), dataStr, QString::find(), QString::mid(), QString::number(), pos, tr, and useMetric. Referenced by displayWeather(). |
|
|
Definition at line 78 of file weatherpluginwidget.cpp. References QString::append(), dataRetrieved(), QFile::exists(), frequency, localFile, location, Config::readBoolEntry(), Config::readEntry(), Config::readNumEntry(), remoteFile, QFile::remove(), Config::setGroup(), Opie::Core::OProcess::start(), and useMetric. Referenced by timerEvent(). |
|
|
Definition at line 70 of file weatherpluginwidget.cpp. References retreiveData(). |
|
|
Definition at line 52 of file weatherpluginwidget.h. Referenced by displayWeather(), getIcon(), getPressure(), getTemp(), and getWind(). |
|
|
Definition at line 54 of file weatherpluginwidget.h. Referenced by retreiveData(). |
|
|
Definition at line 50 of file weatherpluginwidget.h. Referenced by displayWeather(), retreiveData(), and ~WeatherPluginWidget(). |
|
|
Definition at line 48 of file weatherpluginwidget.h. Referenced by retreiveData(). |
|
|
Definition at line 49 of file weatherpluginwidget.h. Referenced by retreiveData(). |
|
|
Definition at line 53 of file weatherpluginwidget.h. Referenced by getPressure(), getTemp(), getWind(), and retreiveData(). |
|
|
Definition at line 51 of file weatherpluginwidget.h. Referenced by displayWeather(). |
|
|
Definition at line 57 of file weatherpluginwidget.h. Referenced by displayWeather(), and WeatherPluginWidget(). |
|
|
Definition at line 56 of file weatherpluginwidget.h. Referenced by dataRetrieved(), displayWeather(), and WeatherPluginWidget(). |
1.4.2