Attica
event.h
191 * Add an attribute that is not included in the basis set of attributes exposed by the Event class.
199 * Get an attribute that is not included in the basis set of attributes exposed by the Event class.
201 * @return the value of the attribute with the specified key, or an empty string, if the key has not been found
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-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:50:58 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:50:58 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.