Attica::Event
Attica::Event Class Reference
#include <Attica/Event>
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
Member Typedef Documentation
◆ List
Constructor & Destructor Documentation
◆ Event() [1/2]
◆ Event() [2/2]
Event::Event | ( | const Event & | other | ) |
◆ ~Event()
Member Function Documentation
◆ addExtendedAttribute()
◆ city()
QString Event::city | ( | ) | const |
◆ country()
QString Event::country | ( | ) | const |
◆ description()
QString Event::description | ( | ) | const |
◆ endDate()
QDate Event::endDate | ( | ) | const |
◆ extendedAttribute()
◆ extendedAttributes()
◆ homepage()
QUrl Event::homepage | ( | ) | const |
◆ id()
QString Event::id | ( | ) | const |
◆ isValid()
bool Event::isValid | ( | ) | const |
◆ latitude()
qreal Event::latitude | ( | ) | const |
◆ longitude()
qreal Event::longitude | ( | ) | const |
◆ name()
QString Event::name | ( | ) | const |
◆ operator=()
◆ setCity()
void Event::setCity | ( | const QString & | city | ) |
◆ setCountry()
void Event::setCountry | ( | const QString & | country | ) |
◆ setDescription()
void Event::setDescription | ( | const QString & | description | ) |
◆ setEndDate()
void Event::setEndDate | ( | const QDate & | endDate | ) |
◆ setHomepage()
void Event::setHomepage | ( | const QUrl & | homepage | ) |
◆ setId()
void Event::setId | ( | const QString & | id | ) |
◆ setLatitude()
void Event::setLatitude | ( | qreal | latitude | ) |
◆ setLongitude()
void Event::setLongitude | ( | qreal | longitude | ) |
◆ setName()
void Event::setName | ( | const QString & | name | ) |
◆ setStartDate()
void Event::setStartDate | ( | const QDate & | startDate | ) |
◆ setUser()
void Event::setUser | ( | const QString & | user | ) |
◆ startDate()
QDate Event::startDate | ( | ) | const |
◆ user()
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-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.