Attica::Person
#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
Member Typedef Documentation
◆ List
Constructor & Destructor Documentation
◆ Person()
Definition at line 41 of file person.cpp.
◆ ~Person()
Definition at line 52 of file person.cpp.
Member Function Documentation
◆ addExtendedAttribute()
Definition at line 155 of file person.cpp.
◆ avatarUrl()
Definition at line 131 of file person.cpp.
◆ birthday()
Definition at line 91 of file person.cpp.
◆ city()
Definition at line 151 of file person.cpp.
◆ country()
Definition at line 101 of file person.cpp.
◆ extendedAttribute()
Definition at line 160 of file person.cpp.
◆ extendedAttributes()
Definition at line 165 of file person.cpp.
◆ firstName()
Definition at line 71 of file person.cpp.
◆ homepage()
Definition at line 141 of file person.cpp.
◆ id()
Definition at line 61 of file person.cpp.
◆ isValid()
Definition at line 170 of file person.cpp.
◆ lastName()
Definition at line 81 of file person.cpp.
◆ latitude()
Definition at line 111 of file person.cpp.
◆ longitude()
Definition at line 121 of file person.cpp.
◆ setAvatarUrl()
Definition at line 126 of file person.cpp.
◆ setBirthday()
Definition at line 86 of file person.cpp.
◆ setCity()
Definition at line 146 of file person.cpp.
◆ setCountry()
Definition at line 96 of file person.cpp.
◆ setFirstName()
Definition at line 66 of file person.cpp.
◆ setHomepage()
Definition at line 136 of file person.cpp.
◆ setId()
Definition at line 56 of file person.cpp.
◆ setLastName()
Definition at line 76 of file person.cpp.
◆ setLatitude()
Definition at line 106 of file person.cpp.
◆ setLongitude()
Definition at line 116 of file person.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:01:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.