Attica::Event Class Reference
#include <event.h>
Public Types | |
typedef QList< Event > | List |
Public Member Functions | |
Event () | |
Event (const Event &other) | |
~Event () | |
void | addExtendedAttribute (const QString &key, const QString &value) |
QString | city () const |
QString | country () const |
QString | description () const |
QDate | endDate () const |
QString | extendedAttribute (const QString &key) const |
QMap< QString, QString > | extendedAttributes () const |
QUrl | homepage () const |
QString | id () const |
bool | isValid () const |
qreal | latitude () const |
qreal | longitude () const |
QString | name () const |
Event & | operator= (const Event &other) |
void | setCity (const QString &city) |
void | setCountry (const QString &country) |
void | setDescription (const QString &description) |
void | setEndDate (const QDate &endDate) |
void | setHomepage (const QUrl &homepage) |
void | setId (const QString &id) |
void | setLatitude (qreal latitude) |
void | setLongitude (qreal longitude) |
void | setName (const QString &name) |
void | setStartDate (const QDate &startDate) |
void | setUser (const QString &user) |
QDate | startDate () const |
QString | user () const |
Detailed Description
Constructor & Destructor Documentation
Event::Event | ( | const Event & | other | ) |
Member Function Documentation
QString Event::city | ( | ) | const |
QString Event::country | ( | ) | const |
QString Event::description | ( | ) | const |
QDate Event::endDate | ( | ) | const |
QUrl Event::homepage | ( | ) | const |
QString Event::id | ( | ) | const |
bool Event::isValid | ( | ) | const |
qreal Event::latitude | ( | ) | const |
qreal Event::longitude | ( | ) | const |
QString Event::name | ( | ) | const |
void Event::setCity | ( | const QString & | city | ) |
void Event::setCountry | ( | const QString & | country | ) |
void Event::setDescription | ( | const QString & | description | ) |
void Event::setEndDate | ( | const QDate & | endDate | ) |
void Event::setHomepage | ( | const QUrl & | homepage | ) |
void Event::setId | ( | const QString & | id | ) |
void Event::setLatitude | ( | qreal | latitude | ) |
void Event::setLongitude | ( | qreal | longitude | ) |
void Event::setName | ( | const QString & | name | ) |
void Event::setStartDate | ( | const QDate & | startDate | ) |
void Event::setUser | ( | const QString & | user | ) |
QDate Event::startDate | ( | ) | const |
QString Event::user | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 16 2019 00:56:39 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 16 2019 00:56:39 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.