marble
PanoramioModel.cpp
Go to the documentation of this file.
QList< panoramioDataStructure > parseAllObjects(const QString &content, int number)
Definition: PanoramioParser.cpp:95
PanoramioModel(const MarbleModel *marbleModel, QObject *parent=0)
Definition: PanoramioModel.cpp:27
bool itemExists(const QString &id) const
Testing the existence of the item id in the list.
Definition: AbstractDataPluginModel.cpp:552
This file contains the headers for MarbleModel.
void setUploadDate(const QDate &uploadDate)
Definition: PanoramioItem.cpp:66
void setId(const QString &id)
Definition: AbstractDataPluginItem.cpp:75
An abstract data model (not based on QAbstractModel) for a AbstractDataPlugin.
Definition: AbstractDataPluginModel.h:44
const MarbleModel * marbleModel() const
Definition: AbstractDataPluginModel.cpp:277
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:102
qreal north(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the northern boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:90
void downloadDescriptionFile(const QUrl &url)
Download the description file from the url.
Definition: AbstractDataPluginModel.cpp:391
qreal east(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the eastern boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:132
QString number(int n, int base)
Definition: PanoramioItem.h:29
Definition: PanoramioParser.h:43
void getAdditionalItems(const GeoDataLatLonAltBox &box, qint32 number=10)
Generates the download url for the description file from the web service depending on the box surroun...
Definition: PanoramioModel.cpp:38
iterator end()
qreal west(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the western boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:153
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:91
void setMarbleWidget(MarbleWidget *widget)
Definition: PanoramioModel.cpp:33
qreal south(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
Get the southern boundary of the bounding box.
Definition: GeoDataLatLonBox.cpp:111
void addItemToList(AbstractDataPluginItem *item)
Convenience method to add one item to the list.
Definition: AbstractDataPluginModel.cpp:402
void setCoordinate(const GeoDataCoordinates &coordinates)
Definition: BillboardGraphicsItem.cpp:102
iterator begin()
void downloadItem(const QUrl &url, const QString &type, AbstractDataPluginItem *item)
Downloads the file from url.
Definition: AbstractDataPluginModel.cpp:377
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:47
void parseFile(const QByteArray &file)
The reimplementation has to parse the file and should generate widgets.
Definition: PanoramioModel.cpp:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 01:47:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 01:47:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.