marble
#include <WikipediaModel.h>

Public Member Functions | |
WikipediaModel (const MarbleModel *marbleModel, QObject *parent=0) | |
~WikipediaModel () | |
void | setMarbleWidget (MarbleWidget *widget) |
void | setShowThumbnail (bool show) |
![]() | |
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 | |
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 25 of file WikipediaModel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 42 of file WikipediaModel.cpp.
WikipediaModel::~WikipediaModel | ( | ) |
Definition at line 51 of file WikipediaModel.cpp.
Member Function Documentation
|
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 60 of file WikipediaModel.cpp.
|
protectedvirtual |
The reimplementation has to parse the file
and should generate widgets.
This widgets 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 92 of file WikipediaModel.cpp.
void WikipediaModel::setMarbleWidget | ( | MarbleWidget * | widget | ) |
Definition at line 123 of file WikipediaModel.cpp.
void WikipediaModel::setShowThumbnail | ( | bool | show | ) |
Definition at line 55 of file WikipediaModel.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:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.