KCalendarCore
Classes | |
class | Alarm |
class | Attachment |
class | Attendee |
class | Calendar |
class | CalFilter |
class | CalFormat |
class | CalStorage |
class | Conference |
class | CustomProperties |
class | Duration |
class | Event |
class | Exception |
class | FileStorage |
class | FreeBusy |
class | FreeBusyCache |
class | FreeBusyPeriod |
class | ICalFormat |
class | Incidence |
class | IncidenceBase |
class | Journal |
class | MemoryCalendar |
class | OccurrenceIterator |
class | Period |
class | Person |
class | Recurrence |
class | RecurrenceRule |
class | ScheduleMessage |
class | Todo |
class | VCalFormat |
class | Visitor |
Typedefs | |
typedef QList< QDate > | DateList |
typedef QList< QDateTime > | DateTimeList |
typedef QList< QTime > | TimeList |
Detailed Description
Namespace for all KCalendarCore types.
Typedef Documentation
typedef QList< QDate > KCalendarCore::DateList |
List of dates.
Definition at line 63 of file incidencebase.h.
typedef QList<QDateTime> KCalendarCore::DateTimeList |
List of times.
Definition at line 66 of file incidencebase.h.
Enumeration Type Documentation
Definition at line 68 of file calendar.h.
iTIP methods.
Enumerator | |
---|---|
iTIPPublish |
Event, to-do, journal or freebusy posting. |
iTIPRequest |
Event, to-do or freebusy scheduling request. |
iTIPReply |
Event, to-do or freebusy reply to request. |
iTIPAdd |
Event, to-do or journal additional property request. |
iTIPCancel |
Event, to-do or journal cancellation notice. |
iTIPRefresh |
Event or to-do description update request. |
iTIPCounter |
Event or to-do submit counter proposal. |
iTIPDeclineCounter |
Event or to-do decline a counter proposal. |
iTIPNoMethod |
No method. |
Definition at line 23 of file schedulemessage.h.
Enumerator | |
---|---|
JournalSortUnsorted |
Do not sort Journals. |
JournalSortDate |
Sort Journals chronologically by date. |
JournalSortSummary |
Sort Journals alphabetically, by summary. |
Definition at line 91 of file calendar.h.
Calendar Incidence sort directions.
Enumerator | |
---|---|
SortDirectionAscending |
Sort in ascending order (first to last) |
SortDirectionDescending |
Sort in descending order (last to first) |
Definition at line 60 of file calendar.h.
Definition at line 78 of file calendar.h.
Function Documentation
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::FreeBusyPeriod & | period | ||
) |
Write period
to the datastream stream
, in binary format.
Definition at line 109 of file freebusyperiod.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::Person & | person | ||
) |
Serializes the person
object into the stream
.
Definition at line 153 of file person.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::Conference & | conference | ||
) |
Serializes a Conference object into a data stream.
- Parameters
-
stream is a QDataStream. conference is a reference to a Conference object to be serialized.
Definition at line 134 of file conference.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::CustomProperties & | properties | ||
) |
Serializes the properties
object into the stream
.
Definition at line 247 of file customproperties.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::Period & | period | ||
) |
Write period
to the datastream stream
, in binary format.
Definition at line 137 of file period.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::FreeBusy::Ptr & | freebusy | ||
) |
Serializes the freebusy
object into the stream
.
Definition at line 395 of file freebusy.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
const KCalendarCore::Attachment & | a | ||
) |
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
const KCalendarCore::Duration & | duration | ||
) |
KCALENDARCORE_EXPORT QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
const KCalendarCore::RecurrenceRule * | r | ||
) |
RecurrenceRule serializer and deserializer.
- Since
- 4.12
Definition at line 2279 of file recurrencerule.cpp.
KCALENDARCORE_EXPORT QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
const KCalendarCore::RecurrenceRule::WDayPos & | w | ||
) |
RecurrenceRule::WDayPos serializer and deserializer.
- Since
- 4.12
Definition at line 2267 of file recurrencerule.cpp.
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | stream, |
const KCalendarCore::Attendee & | attendee | ||
) |
Serializes an Attendee object into a data stream.
- Parameters
-
stream is a QDataStream. attendee is a pointer to a Attendee object to be serialized.
Definition at line 309 of file attendee.cpp.
KCALENDARCORE_EXPORT QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
KCalendarCore::Recurrence * | r | ||
) |
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
const KCalendarCore::Alarm::Ptr & | a | ||
) |
QDataStream & KCalendarCore::operator<< | ( | QDataStream & | out, |
const KCalendarCore::IncidenceBase::Ptr & | i | ||
) |
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::FreeBusyPeriod & | period | ||
) |
Read a Period object into period
from stream
, in binary format.
Definition at line 117 of file freebusyperiod.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::Person & | person | ||
) |
Initializes the person
object from the stream
.
Definition at line 161 of file person.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::Conference & | conference | ||
) |
Initializes a Conference object from a data stream.
- Parameters
-
stream is a QDataStream. conference is a reference to a Conference object to be initialized.
Definition at line 143 of file conference.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::Period & | period | ||
) |
Read a Period object into period
from stream
, in binary format.
Definition at line 145 of file period.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::CustomProperties & | properties | ||
) |
Initializes the properties
object from the stream
.
Definition at line 254 of file customproperties.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::FreeBusy::Ptr & | freebusy | ||
) |
Initializes the freebusy
object from the stream
.
Definition at line 402 of file freebusy.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | in, |
KCalendarCore::Attachment & | a | ||
) |
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | in, |
KCalendarCore::Duration & | duration | ||
) |
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | stream, |
KCalendarCore::Attendee & | attendee | ||
) |
Initializes an Attendee object from a data stream.
- Parameters
-
stream is a QDataStream. attendee is a pointer to a Attendee object to be initialized.
Definition at line 323 of file attendee.cpp.
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | in, |
const KCalendarCore::Alarm::Ptr & | a | ||
) |
QDataStream & KCalendarCore::operator>> | ( | QDataStream & | in, |
KCalendarCore::IncidenceBase::Ptr & | i | ||
) |
uint KCalendarCore::qHash | ( | const KCalendarCore::Person & | key | ) |
Return a hash value for a Person argument.
- Parameters
-
key is a Person.
Definition at line 148 of file person.cpp.
uint KCalendarCore::qHash | ( | const KCalendarCore::Period & | key | ) |
Return a hash value for a Period argument.
- Parameters
-
key is a Period.
Definition at line 154 of file period.cpp.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:52:01 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.