Marble
BookmarkManager.h
GeoDataFolder * addNewBookmarkFolder(GeoDataContainer *container, const QString &name)
add a folder
Definition BookmarkManager.cpp:199
void bookmarksChanged()
One or more bookmarks were added or removed.
GeoDataPlacemark * bookmarkAt(GeoDataContainer *container, const GeoDataCoordinates &coordinate)
checks all the bookmarks in container recursively and returns pointer to the one having the same coor...
Definition BookmarkManager.cpp:157
bool loadFile(const QString &relativeFilePath)
load bookmark file as GeoDataDocument and return true if loaded successfully else false
Definition BookmarkManager.cpp:87
void addBookmark(GeoDataContainer *folder, const GeoDataPlacemark &bookmark)
add bookmark in a folder
Definition BookmarkManager.cpp:127
void setStyleBuilder(const StyleBuilder *styleBuilder)
Definition BookmarkManager.cpp:253
void ensureDefaultFolder()
checks that there is at least one folder
Definition BookmarkManager.cpp:240
void removeAllBookmarks()
remove all folders and bookmarks except default folder
Definition BookmarkManager.cpp:247
A container for Features, Styles and in the future Schemas.
Definition GeoDataDocument.h:48
A container that is used to arrange other GeoDataFeatures.
Definition GeoDataFolder.h:33
a class representing a point of interest on the map
Definition GeoDataPlacemark.h:47
The representation of GeoData in a model This class represents all available data given by kml-data f...
Definition GeoDataTreeModel.h:28
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.