Attica::Person
Attica::Person Class Reference
#include <Attica/Person>
Public Types | |
typedef QList< Person > | List |
Public Member Functions | |
Person (const Person &other) | |
void | addExtendedAttribute (const QString &key, const QString &value) |
QUrl | avatarUrl () const |
QDate | birthday () const |
QString | city () const |
QString | country () const |
QString | extendedAttribute (const QString &key) const |
QMap< QString, QString > | extendedAttributes () const |
QString | firstName () const |
QString | homepage () const |
QString | id () const |
bool | isValid () const |
QString | lastName () const |
qreal | latitude () const |
qreal | longitude () const |
Person & | operator= (const Person &other) |
void | setAvatarUrl (const QUrl &) |
void | setBirthday (const QDate &) |
void | setCity (const QString &) |
void | setCountry (const QString &) |
void | setFirstName (const QString &) |
void | setHomepage (const QString &) |
void | setId (const QString &) |
void | setLastName (const QString &) |
void | setLatitude (qreal) |
void | setLongitude (qreal) |
Detailed Description
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:05:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:05:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.