Attica
event.cpp
qreal longitude() const
Gets the longitude of the position the Event takes place.
Definition event.cpp:131
void addExtendedAttribute(const QString &key, const QString &value)
Add an attribute that is not included in the basis set of attributes exposed by the Event class.
Definition event.cpp:166
QMap< QString, QString > extendedAttributes() const
Get all attributes that are not included in the basis set of attributes exposed by the Event class.
Definition event.cpp:176
QString extendedAttribute(const QString &key) const
Get an attribute that is not included in the basis set of attributes exposed by the Event class.
Definition event.cpp:171
void setCountry(const QString &country)
Sets the country where the Event takes place.
Definition event.cpp:146
void setLongitude(qreal longitude)
Sets the longitude of the position the Event takes place.
Definition event.cpp:126
void setLatitude(qreal latitude)
Sets the latitude of the position the Event takes place.
Definition event.cpp:116
qreal latitude() const
Gets the latitude of the position the Event takes place.
Definition event.cpp:121
void setDescription(const QString &description)
Sets the description of the Event.
Definition event.cpp:76
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.