marble
#include <PhotoPluginModel.h>

Public Member Functions | |
PhotoPluginModel (const MarbleModel *marbleModel, QObject *parent=0) | |
void | setLicenseValues (const QString &licenses) |
void | setMarbleWidget (MarbleWidget *widget) |
![]() | |
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) |
Static Public Member Functions | |
static QUrl | generateUrl (const QString &service, const QString &method, const QHash< QString, QString > &options) |
Protected Member Functions | |
void | getAdditionalItems (const GeoDataLatLonAltBox &box, qint32 number=10) |
void | parseFile (const 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 | getItem (const QString &id) |
MARBLE_DEPRECATED (void downloadItemData(const QUrl &url, const QString &type, AbstractDataPluginItem *item)) | |
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 24 of file PhotoPluginModel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 36 of file PhotoPluginModel.cpp.
Member Function Documentation
|
static |
Definition at line 42 of file PhotoPluginModel.cpp.
|
protectedvirtual |
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.
Implements Marble::AbstractDataPluginModel.
Definition at line 71 of file PhotoPluginModel.cpp.
|
protectedvirtual |
The reimplementation has to parse the file
and should generate items.
This items have to be scheduled to downloadItemData or could be directly added to the list, depending on if they have to download information to be shown.
Reimplemented from Marble::AbstractDataPluginModel.
Definition at line 127 of file PhotoPluginModel.cpp.
void PhotoPluginModel::setLicenseValues | ( | const QString & | licenses | ) |
Definition at line 157 of file PhotoPluginModel.cpp.
void PhotoPluginModel::setMarbleWidget | ( | MarbleWidget * | widget | ) |
Definition at line 152 of file PhotoPluginModel.cpp.
The documentation for this class was generated from the following files:
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.