Attica
10 #define ATTICA_EVENT_H 12 #include "attica_export.h" 17 #include <QSharedDataPointer> 73 void setName(
const QString &name);
85 void setDescription(
const QString &description);
97 void setUser(
const QString &user);
109 void setStartDate(
const QDate &startDate);
115 QDate startDate()
const;
121 void setEndDate(
const QDate &endDate);
127 QDate endDate()
const;
133 void setLatitude(qreal latitude);
139 qreal latitude()
const;
145 void setLongitude(qreal longitude);
151 qreal longitude()
const;
157 void setHomepage(
const QUrl &homepage);
163 QUrl homepage()
const;
169 void setCountry(
const QString &country);
181 void setCity(
const QString &city);
195 void addExtendedAttribute(
const QString &key,
const QString &value);
214 bool isValid()
const;
Represents a single event.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 25 2021 23:06:24 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.