Attica::Person

Search for usage in LXR

Attica::Person Class Reference

#include <Attica/Person>

Public Types

typedef QList< PersonList
 

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, QStringextendedAttributes () const
 
QString firstName () const
 
QString homepage () const
 
QString id () const
 
bool isValid () const
 
QString lastName () const
 
qreal latitude () const
 
qreal longitude () const
 
Personoperator= (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

Represents a person.

Definition at line 28 of file person.h.


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

KDE's Doxygen guidelines are available online.