Kgapi
staticmapmarker.h
46 explicit StaticMapMarker(const QString &address, const QChar &label = QChar(), const MarkerSize size = Normal, const QColor &color = Qt::red);
57 explicit StaticMapMarker(const KContacts::Address &address, QChar label = QChar(), const MarkerSize size = Normal, const QColor &color = Qt::red);
68 explicit StaticMapMarker(const KContacts::Geo &address, QChar label = QChar(), const MarkerSize size = Normal, const QColor &color = Qt::red);
79 explicit StaticMapMarker(const QStringList &locations, QChar label = QChar(), const MarkerSize size = Normal, const QColor &color = Qt::red);
90 explicit StaticMapMarker(const KContacts::Address::List &locations, QChar label = QChar(), const MarkerSize size = Normal, const QColor &color = Qt::red);
101 explicit StaticMapMarker(const QList<KContacts::Geo> &locations, QChar label = QChar(), const MarkerSize size = Normal, const QColor &color = Qt::red);
QList< Address > List
LocationType locationType() const
Returns in which format is location saved.
Definition staticmapmarker.cpp:131
QString toString() const
Returns all locations and markers preferences in format to URL query.
Definition staticmapmarker.cpp:237
StaticMapMarker & operator=(const StaticMapMarker &other)
Assignment operator.
Definition staticmapmarker.cpp:288
void setLocation(const QString &location)
Sets one location for marker.
Definition staticmapmarker.cpp:166
void setLocations(const QStringList &locations)
Sets locations for marker.
Definition staticmapmarker.cpp:175
KContacts::Address::List locationsAddress() const
Returns locations in KContacts::Address.
Definition staticmapmarker.cpp:183
QList< KContacts::Geo > locationsGeo() const
Returns locations in KContacts::Geo.
Definition staticmapmarker.cpp:205
red
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:31 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:57:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.