|
| Event () |
|
| Event (const Event &other) |
|
| Event (const KCalendarCore::Event &event) |
|
| ~Event () override |
|
bool | deleted () const |
|
EventType | eventType () const |
|
QString | hangoutLink () const |
|
QString | id () const |
|
bool | operator== (const Event &other) const |
|
| Q_ENUM (EventType) |
|
void | setDeleted (bool deleted) |
|
void | setEventType (EventType eventType) |
|
void | setHangoutLink (const QString &id) |
|
void | setId (const QString &id) |
|
void | setUseDefaultReminders (bool useDefault) |
|
bool | useDefaultReminders () const |
|
| Object () |
|
| Object (const Object &other) |
|
virtual | ~Object () |
|
QString | etag () const |
|
bool | operator== (const Object &other) const |
|
void | setEtag (const QString &etag) |
|
| Event (const Event &other) |
|
| Event (const Incidence &other) |
|
Event * | clone () const override |
|
QDate | dateEnd () const |
|
QDateTime | dateTime (DateTimeRole role) const override |
|
virtual QDateTime | dtEnd () const |
|
bool | hasEndDate () const |
|
QLatin1String | iconName (const QDateTime &recurrenceId={}) const override |
|
bool | isMultiDay (const QTimeZone &zone={}) const |
|
QLatin1String | mimeType () const override |
|
void | setAllDay (bool allDay) override |
|
void | setDateTime (const QDateTime &dateTime, DateTimeRole role) override |
|
void | setDtEnd (const QDateTime &dtEnd) |
|
void | setDtStart (const QDateTime &dt) override |
|
void | setDuration (const Duration &duration) override |
|
void | setTransparency (Transparency transparency) |
|
void | shiftTimes (const QTimeZone &oldZone, const QTimeZone &newZone) override |
|
bool | supportsGroupwareCommunication () const override |
|
Transparency | transparency () const |
|
IncidenceType | type () const override |
|
QByteArray | typeStr () const override |
|
| Incidence (IncidencePrivate *p) |
|
void | addAlarm (const Alarm::Ptr &alarm) |
|
void | addAttachment (const Attachment &attachment) |
|
void | addConference (const Conference &conference) |
|
Alarm::List | alarms () const |
|
QString | altDescription () const |
|
Attachment::List | attachments () const |
|
Attachment::List | attachments (const QString &mime) const |
|
QStringList | categories () const |
|
QString | categoriesStr () const |
|
void | clearAlarms () |
|
void | clearAttachments () |
|
void | clearConferences () |
|
void | clearRecurrence () |
|
QString | color () const |
|
Conference::List | conferences () const |
|
QDateTime | created () const |
|
QString | customStatus () const |
|
void | deleteAttachments (const QString &mime) |
|
QString | description () const |
|
bool | descriptionIsRich () const |
|
virtual QDateTime | endDateForStart (const QDateTime &startDt) const |
|
float | geoLatitude () const |
|
float | geoLongitude () const |
|
bool | hasAltDescription () const |
|
bool | hasEnabledAlarms () const |
|
bool | hasGeo () const |
|
bool | hasRecurrenceId () const |
|
QString | instanceIdentifier () const |
|
bool | localOnly () const |
|
QString | location () const |
|
bool | locationIsRich () const |
|
Alarm::Ptr | newAlarm () |
|
int | priority () const |
|
void | recreate () |
|
Recurrence * | recurrence () const |
|
QDateTime | recurrenceId () const override |
|
ushort | recurrenceType () const |
|
void | recurrenceUpdated (Recurrence *recurrence) override |
|
bool | recurs () const |
|
bool | recursAt (const QDateTime &dt) const |
|
virtual bool | recursOn (const QDate &date, const QTimeZone &timeZone) const |
|
QString | relatedTo (RelType relType=RelTypeParent) const |
|
void | removeAlarm (const Alarm::Ptr &alarm) |
|
QStringList | resources () const |
|
int | revision () const |
|
QString | richDescription () const |
|
QString | richLocation () const |
|
QString | richSummary () const |
|
QString | schedulingID () const |
|
Secrecy | secrecy () const |
|
void | setAllDay (bool allDay) override |
|
void | setAltDescription (const QString &altdescription) |
|
void | setCategories (const QString &catStr) |
|
void | setCategories (const QStringList &categories) |
|
void | setColor (const QString &colorName) |
|
void | setConferences (const Conference::List &conferences) |
|
void | setCreated (const QDateTime &dt) |
|
void | setCustomStatus (const QString &status) |
|
void | setDescription (const QString &description) |
|
void | setDescription (const QString &description, bool isRich) |
|
void | setDtStart (const QDateTime &dt) override |
|
void | setGeoLatitude (float geolatitude) |
|
void | setGeoLongitude (float geolongitude) |
|
void | setLastModified (const QDateTime &lm) override |
|
void | setLocalOnly (bool localonly) |
|
void | setLocation (const QString &location) |
|
void | setLocation (const QString &location, bool isRich) |
|
void | setPriority (int priority) |
|
void | setReadOnly (bool readonly) override |
|
void | setRecurrenceId (const QDateTime &recurrenceId) |
|
void | setRelatedTo (const QString &uid, RelType relType=RelTypeParent) |
|
void | setResources (const QStringList &resources) |
|
void | setRevision (int rev) |
|
void | setSchedulingID (const QString &sid, const QString &uid=QString()) |
|
void | setSecrecy (Secrecy secrecy) |
|
void | setStatus (Status status) |
|
void | setSummary (const QString &summary) |
|
void | setSummary (const QString &summary, bool isRich) |
|
void | setThisAndFuture (bool thisAndFuture) |
|
void | shiftTimes (const QTimeZone &oldZone, const QTimeZone &newZone) override |
|
virtual QList< QDateTime > | startDateTimesForDate (const QDate &date, const QTimeZone &timeZone) const |
|
virtual QList< QDateTime > | startDateTimesForDateTime (const QDateTime &datetime) const |
|
Status | status () const |
|
QString | summary () const |
|
bool | summaryIsRich () const |
|
bool | thisAndFuture () const |
|
KCALENDARCORE_NO_EXPORT | IncidenceBase (IncidenceBasePrivate *p) |
|
virtual bool | accept (Visitor &v, const IncidenceBase::Ptr &incidence) |
|
void | addAttendee (const Attendee &attendee, bool doUpdate=true) |
|
void | addComment (const QString &comment) |
|
void | addContact (const QString &contact) |
|
bool | allDay () const |
|
Attendee | attendeeByMail (const QString &email) const |
|
Attendee | attendeeByMails (const QStringList &emails, const QString &email=QString()) const |
|
Attendee | attendeeByUid (const QString &uid) const |
|
int | attendeeCount () const |
|
Attendee::List | attendees () const |
|
void | clearAttendees () |
|
void | clearComments () |
|
void | clearContacts () |
|
QStringList | comments () const |
|
QStringList | contacts () const |
|
QSet< IncidenceBase::Field > | dirtyFields () const |
|
virtual QDateTime | dtStart () const |
|
Duration | duration () const |
|
void | endUpdates () |
|
bool | hasDuration () const |
|
bool | isReadOnly () const |
|
QDateTime | lastModified () const |
|
bool | operator!= (const IncidenceBase &ib) const |
|
IncidenceBase & | operator= (const IncidenceBase &other) |
|
bool | operator== (const IncidenceBase &ib) const |
|
Person | organizer () const |
|
void | registerObserver (IncidenceObserver *observer) |
|
bool | removeComment (const QString &comment) |
|
bool | removeContact (const QString &contact) |
|
void | resetDirtyFields () |
|
void | setAttendees (const Attendee::List &attendees, bool doUpdate=true) |
|
void | setDirtyFields (const QSet< IncidenceBase::Field > &) |
|
void | setHasDuration (bool hasDuration) |
|
void | setOrganizer (const Person &organizer) |
|
void | setOrganizer (const QString &organizer) |
|
void | setUid (const QString &uid) |
|
void | setUrl (const QUrl &url) |
|
void | startUpdates () |
|
QString | uid () const |
|
void | unRegisterObserver (IncidenceObserver *observer) |
|
void | update () |
|
void | updated () |
|
QUrl | uri () const |
|
QUrl | url () const |
|
| CustomProperties (const CustomProperties &other) |
|
QMap< QByteArray, QString > | customProperties () const |
|
QString | customProperty (const QByteArray &app, const QByteArray &key) const |
|
QString | nonKDECustomProperty (const QByteArray &name) const |
|
QString | nonKDECustomPropertyParameters (const QByteArray &name) const |
|
CustomProperties & | operator= (const CustomProperties &other) |
|
bool | operator== (const CustomProperties &properties) const |
|
void | removeCustomProperty (const QByteArray &app, const QByteArray &key) |
|
void | removeNonKDECustomProperty (const QByteArray &name) |
|
void | setCustomProperties (const QMap< QByteArray, QString > &properties) |
|
void | setCustomProperty (const QByteArray &app, const QByteArray &key, const QString &value) |
|
void | setNonKDECustomProperty (const QByteArray &name, const QString &value, const QString ¶meters=QString()) |
|
Represents a single event from Google Calendar.
- Author
- Daniel Vrátil dvrat.nosp@m.il@r.nosp@m.edhat.nosp@m..com
- Since
- 0.1
Definition at line 28 of file calendar/event.h.