Attica
10#define ATTICA_PERSON_H
15#include <QSharedDataPointer>
18#include "attica_export.h"
28class ATTICA_EXPORT Person
35 Person(
const Person &other);
36 Person &operator=(
const Person &other);
42 void setFirstName(
const QString &);
45 void setLastName(
const QString &);
48 void setBirthday(
const QDate &);
49 QDate birthday()
const;
51 void setCountry(
const QString &);
54 void setLatitude(qreal);
55 qreal latitude()
const;
57 void setLongitude(qreal);
58 qreal longitude()
const;
60 void setAvatarUrl(
const QUrl &);
61 QUrl avatarUrl()
const;
63 void setHomepage(
const QString &);
69 void addExtendedAttribute(
const QString &key,
const QString &value);
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:04 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.