Attica
event.cpp
void setLongitude(qreal longitude)
Sets the longitude of the position the Event takes place.
Definition: event.cpp:126
void setCity(const QString &city)
Sets the city where the Event takes place.
Definition: event.cpp:156
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
qreal latitude() const
Gets the latitude of the position the Event takes place.
Definition: event.cpp:121
void setCountry(const QString &country)
Sets the country where the Event takes place.
Definition: event.cpp:146
void setUser(const QString &user)
Sets the id of the user bound to the Event.
Definition: event.cpp:86
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
Definition: event.h:27
void setDescription(const QString &description)
Sets the description of the Event.
Definition: event.cpp:76
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 setLatitude(qreal latitude)
Sets the latitude of the position the Event takes place.
Definition: event.cpp:116
qreal longitude() const
Gets the longitude of the position the Event takes place.
Definition: event.cpp:131
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:08:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:08:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.