Plasma
NOAAIon Class Reference
#include <ion_noaa.h>
Inheritance diagram for NOAAIon:

Public Slots | |
| virtual void | reset () |
Public Member Functions | |
| NOAAIon (QObject *parent, const QVariantList &args) | |
| ~NOAAIon () | |
| void | init (void) |
| bool | updateIonSource (const QString &source) |
| void | updateWeather (const QString &source) |
Protected Slots | |
| void | forecast_slotDataArrived (KIO::Job *, const QByteArray &) |
| void | forecast_slotJobFinished (KJob *) |
| void | setup_slotDataArrived (KIO::Job *, const QByteArray &) |
| void | setup_slotJobFinished (KJob *) |
| void | slotDataArrived (KIO::Job *, const QByteArray &) |
| void | slotJobFinished (KJob *) |
Detailed Description
Definition at line 79 of file ion_noaa.h.
Constructor & Destructor Documentation
| NOAAIon::NOAAIon | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Definition at line 60 of file ion_noaa.cpp.
| NOAAIon::~NOAAIon | ( | ) |
Definition at line 73 of file ion_noaa.cpp.
Member Function Documentation
| void NOAAIon::forecast_slotDataArrived | ( | KIO::Job * | job, | |
| const QByteArray & | data | |||
| ) | [protected, slot] |
Definition at line 816 of file ion_noaa.cpp.
| void NOAAIon::forecast_slotJobFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 826 of file ion_noaa.cpp.
| void NOAAIon::init | ( | void | ) |
Definition at line 78 of file ion_noaa.cpp.
| void NOAAIon::reset | ( | ) | [virtual, slot] |
Reimplement for ion to reload data if network status comes back up.
Implements IonInterface.
Definition at line 66 of file ion_noaa.cpp.
| void NOAAIon::setup_slotDataArrived | ( | KIO::Job * | job, | |
| const QByteArray & | data | |||
| ) | [protected, slot] |
Definition at line 195 of file ion_noaa.cpp.
| void NOAAIon::setup_slotJobFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 234 of file ion_noaa.cpp.
| void NOAAIon::slotDataArrived | ( | KIO::Job * | job, | |
| const QByteArray & | data | |||
| ) | [protected, slot] |
Definition at line 207 of file ion_noaa.cpp.
| void NOAAIon::slotJobFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 217 of file ion_noaa.cpp.
| bool NOAAIon::updateIonSource | ( | const QString & | source | ) | [virtual] |
Reimplement to fetch the data from the ion.
- source the name of the datasource.
- Returns:
- true if update was successful, false if failed
Implements IonInterface.
Definition at line 116 of file ion_noaa.cpp.
| void NOAAIon::updateWeather | ( | const QString & | source | ) |
Definition at line 439 of file ion_noaa.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference