marble
#include <Bookmarks.h>
|
void | addBookmark (qreal longitude, qreal latitude, const QString &name, const QString &folder) |
|
bool | isBookmark (qreal longitude, qreal latitude) |
|
void | removeBookmark (qreal longitude, qreal latitude) |
|
Definition at line 40 of file Bookmarks.h.
Bookmarks::Bookmarks |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
void Bookmarks::addBookmark |
( |
qreal |
longitude, |
|
|
qreal |
latitude, |
|
|
const QString & |
name, |
|
|
const QString & |
folder |
|
) |
| |
|
slot |
bool Bookmarks::isBookmark |
( |
qreal |
longitude, |
|
|
qreal |
latitude |
|
) |
| |
|
slot |
void Bookmarks::mapChanged |
( |
| ) |
|
|
signal |
void Bookmarks::modelChanged |
( |
| ) |
|
|
signal |
void Bookmarks::removeBookmark |
( |
qreal |
longitude, |
|
|
qreal |
latitude |
|
) |
| |
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.