marble
plasmarunner.cpp
Go to the documentation of this file.
bool loadFile(const QString &relativeFilePath)
load bookmark file as GeoDataDocument and return true if loaded successfully else false ...
Definition: BookmarkManager.cpp:91
The representation of GeoData in a model This class represents all available data given by kml-data f...
Definition: GeoDataTreeModel.h:32
PlasmaRunner(QObject *parent, const QVariantList &args)
Definition: plasmarunner.cpp:38
QVector< GeoDataFeature * >::ConstIterator constBegin() const
Definition: GeoDataContainer.cpp:341
void match(Plasma::RunnerContext &context)
Definition: plasmarunner.cpp:60
qreal latitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the latitude of the GeoDataCoordinates object use the unit parameter to switch between Radi...
Definition: GeoDataCoordinates.cpp:751
This class is responsible for loading the book mark objects from the files and various book mark oper...
Definition: BookmarkManager.h:35
QString number(int n, int base)
QString fromUtf8(const char *str, int size)
QVector< GeoDataFeature * >::ConstIterator constEnd() const
Definition: GeoDataContainer.cpp:346
bool isEmpty() const
QVector< GeoDataFolder * > folders() const
return Vector of folders
Definition: BookmarkManager.cpp:175
Definition: GeoDataFolder.h:50
QString toLower() const
qreal longitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the longitude of the GeoDataCoordinates object use the unit parameter to switch between Rad...
Definition: GeoDataCoordinates.cpp:739
const QChar at(int position) const
int length() const
static GeoDataCoordinates fromString(const QString &string, bool &successful)
try to parse the string into a coordinate pair
Definition: GeoDataCoordinates.cpp:909
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
void run(const Plasma::RunnerContext &context, const Plasma::QueryMatch &match)
Definition: plasmarunner.cpp:155
static const int minContainsMatchLength
Definition: plasmarunner.cpp:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.