KCal Library
calendarnull.cpp
Go to the documentation of this file.
void incidenceUpdated(IncidenceBase *incidenceBase)
Definition: calendarnull.cpp:223
bool deleteJournal(Journal *journal)
Definition: calendarnull.cpp:186
An abstract class that provides a common base for all calendar incidence classes. ...
Definition: incidencebase.h:102
Journal::List rawJournals(JournalSortField sortField, SortDirection sortDirection)
Definition: calendarnull.cpp:196
Todo::List rawTodos(TodoSortField sortField, SortDirection sortDirection)
Definition: calendarnull.cpp:160
CalendarNull(const KDateTime::Spec &timeSpec)
Construct Calendar object using a time specification (time zone, etc.).
Definition: calendarnull.cpp:47
Alarm::List alarms(const KDateTime &from, const KDateTime &to)
Definition: calendarnull.cpp:216
Todo::List rawTodosForDate(const QDate &date)
Definition: calendarnull.cpp:168
Represents a null calendar class; that is, a calendar which contains no information and provides no c...
Definition: calendarnull.h:48
This file is part of the API for handling calendar data and defines the CalendarNull class...
QString timeZoneId() const
Returns the time zone ID used for creating or modifying incidences in the calendar.
Definition: calendar.cpp:189
KDateTime::Spec timeSpec() const
Get the time specification (time zone etc.) used for creating or modifying incidences in the Calendar...
Definition: calendar.cpp:145
Definition: alarm.h:52
Event::List rawEventsForDate(const QDate &date, const KDateTime::Spec &timeSpec=KDateTime::Spec(), EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending)
Returns an unfiltered list of all Events which occur on the given date.
Definition: calendarnull.cpp:120
static CalendarNull * self()
Returns a pointer to the CalendarNull object, of which there can be only one.
Definition: calendarnull.cpp:62
Journal::List rawJournalsForDate(const QDate &date)
Definition: calendarnull.cpp:204
Event::List rawEvents(EventSortField sortField, SortDirection sortDirection)
Definition: calendarnull.cpp:101
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 05:10:53 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 05:10:53 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.