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

Public Member Functions | |
PanoramioModel (QObject *parent=0) | |
![]() | |
AbstractDataPluginModel (const QString &name, const MarbleModel *marbleModel, QObject *parent=0) | |
virtual | ~AbstractDataPluginModel () |
QStringList | favoriteItems () const |
QObject * | favoritesModel () |
AbstractDataPluginItem * | findItem (const QString &id) const |
bool | isFavoriteItemsOnly () const |
bool | itemExists (const QString &id) const |
QList< AbstractDataPluginItem * > | items (const ViewportParams *viewport, qint32 number=10) |
const MarbleModel * | marbleModel () const |
virtual void | setFavoriteItems (const QStringList &list) |
void | setFavoriteItemsOnly (bool favoriteOnly) |
void | setItemSettings (QHash< QString, QVariant > itemSettings) |
QList< AbstractDataPluginItem * > | whichItemAt (const QPoint &curpos) |
Protected Member Functions | |
QUrl | descriptionFileUrl (GeoDataLatLonAltBox *box, qint32 number=10) |
void | parseFile (QByteArray file) |
![]() | |
void | downloadDescriptionFile (const QUrl &url) |
void | downloadItem (const QUrl &url, const QString &type, AbstractDataPluginItem *item) |
bool | fileExists (const QString &fileName) const |
bool | fileExists (const QString &id, const QString &type) const |
QString | generateFilename (const QString &id, const QString &type) const |
QString | generateFilepath (const QString &id, const QString &type) const |
virtual void | getAdditionalItems (const GeoDataLatLonAltBox &box, qint32 number=10)=0 |
virtual void | getItem (const QString &id) |
MARBLE_DEPRECATED (void downloadItemData(const QUrl &url, const QString &type, AbstractDataPluginItem *item)) | |
virtual void | parseFile (const QByteArray &file) |
void | registerItemProperties (const QMetaObject &item) |
Additional Inherited Members | |
![]() | |
void | addItemsToList (const QList< AbstractDataPluginItem * > &items) |
void | addItemToList (AbstractDataPluginItem *item) |
void | clear () |
![]() | |
void | favoriteItemsChanged (const QStringList &favoriteItems) |
void | favoriteItemsOnlyChanged () |
void | itemsUpdated () |
![]() | |
QObject | favoritesModel |
Detailed Description
Definition at line 22 of file PanoramioModel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 25 of file PanoramioModel.cpp.
Member Function Documentation
|
protected |
Generates the download url for the description file from the web service depending on the box
surrounding the view and the number
of files to show.
Definition at line 30 of file PanoramioModel.cpp.
|
protected |
The reimplementation has to parse the file
and should generate widgets.
This widgets have to be scheduled to downloadWidgetData or could be directly added to the list, depending on if they have to download information to be shown.
Definition at line 46 of file PanoramioModel.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:56 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:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.