marble
Marble::BBCWeatherService Class Reference
  #include <BBCWeatherService.h>
Inheritance diagram for Marble::BBCWeatherService:

Public Slots | |
| void | getAdditionalItems (const GeoDataLatLonAltBox &box, qint32 number=10) | 
| virtual void | getItem (const QString &id) | 
  Public Slots inherited from Marble::AbstractWeatherService | |
| QStringList | favoriteItems () const | 
| virtual void | getAdditionalItems (const GeoDataLatLonAltBox &box, qint32 number=10)=0 | 
| virtual void | getItem (const QString &id)=0 | 
| virtual void | parseFile (const QByteArray &file) | 
Public Member Functions | |
| BBCWeatherService (const MarbleModel *model, QObject *parent) | |
| ~BBCWeatherService () | |
| void | setFavoriteItems (const QStringList &favorite) | 
  Public Member Functions inherited from Marble::AbstractWeatherService | |
| AbstractWeatherService (const MarbleModel *model, QObject *parent) | |
| virtual | ~AbstractWeatherService () | 
| void | setMarbleWidget (MarbleWidget *widget) | 
Additional Inherited Members | |
  Signals inherited from Marble::AbstractWeatherService | |
| void | createdItems (QList< AbstractDataPluginItem * > items) | 
| void | downloadDescriptionFileRequested (const QUrl &) | 
| void | requestedDownload (const QUrl &url, const QString &type, AbstractDataPluginItem *item) | 
  Protected Member Functions inherited from Marble::AbstractWeatherService | |
| const MarbleModel * | marbleModel () const | 
| MarbleWidget * | marbleWidget () | 
Detailed Description
Definition at line 26 of file BBCWeatherService.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 37 of file BBCWeatherService.cpp.
| BBCWeatherService::~BBCWeatherService | ( | ) | 
Definition at line 46 of file BBCWeatherService.cpp.
Member Function Documentation
      
  | 
  slot | 
Definition at line 62 of file BBCWeatherService.cpp.
      
  | 
  virtualslot | 
Definition at line 72 of file BBCWeatherService.cpp.
      
  | 
  virtual | 
Reimplemented from Marble::AbstractWeatherService.
Definition at line 50 of file BBCWeatherService.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Slots inherited from