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

Public Member Functions | |
| void | init (void) |
| NOAAIon (QObject *parent, const QVariantList &args) | |
| bool | updateIonSource (const QString &source) |
| void | updateWeather (const QString &source) |
| ~NOAAIon () | |
Protected Slots | |
| 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 69 of file ion_noaa.h.
Constructor & Destructor Documentation
| NOAAIon::NOAAIon | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Definition at line 98 of file ion_noaa.cpp.
| NOAAIon::~NOAAIon | ( | ) |
Definition at line 104 of file ion_noaa.cpp.
Member Function Documentation
| void NOAAIon::init | ( | void | ) |
Definition at line 111 of file ion_noaa.cpp.
| void NOAAIon::setup_slotDataArrived | ( | KIO::Job * | job, | |
| const QByteArray & | data | |||
| ) | [protected, slot] |
Definition at line 216 of file ion_noaa.cpp.
| void NOAAIon::setup_slotJobFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 248 of file ion_noaa.cpp.
| void NOAAIon::slotDataArrived | ( | KIO::Job * | job, | |
| const QByteArray & | data | |||
| ) | [protected, slot] |
Definition at line 228 of file ion_noaa.cpp.
| void NOAAIon::slotJobFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 238 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 137 of file ion_noaa.cpp.
| void NOAAIon::updateWeather | ( | const QString & | source | ) |
Definition at line 436 of file ion_noaa.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference