calendarnull.h
Provides the main "calendar" object class.
Todo::List rawTodosForDate(const TQDate &)
Return an unfiltered list of all Todos for this Calendar which are due on the specifed date.
Definition: calendarnull.h:224
Todo * todo(const TQString &)
Returns the Todo associated with the given unique identifier.
Definition: calendarnull.h:234
Journal::List rawJournals(JournalSortField, SortDirection)
Return a sorted, filtered list of all Journals for this Calendar.
Definition: calendarnull.h:267
Journal::List rawJournalsForDate(const TQDate &)
Return an unfiltered list of all Journals for on the specifed date.
Definition: calendarnull.h:278
Event::List rawEventsForDate(const TQDate &, EventSortField, SortDirection)
Return a sorted, unfiltered list of all Events which occur on the given date.
Definition: calendarnull.h:166
Journal * journal(const TQString &)
Returns the Journal associated with the given unique identifier.
Definition: calendarnull.h:288
void setTimeZoneIdViewOnly(const TQString &)
Set the timezone used for viewing the incidences in this calendar.
Definition: calendarnull.h:313
void closeEvents()
Clears out the current Calendar, freeing all used memory etc.
Definition: calendarnull.h:77
Event::List rawEventsForDate(const TQDateTime &)
Return an unfiltered list of all Events which occur on the given timestamp.
Definition: calendarnull.h:152
Event * event(const TQString &)
Returns the Event associated with the given unique identifier.
Definition: calendarnull.h:179
void closeJournals()
Clears out the current Calendar, freeing all used memory etc.
Definition: calendarnull.h:87
Event::List rawEvents(EventSortField, SortDirection)
Return a sorted, unfiltered list of all Events for this Calendar.
Definition: calendarnull.h:126
void close()
Clears out the current Calendar, freeing all used memory etc.
Definition: calendarnull.h:72
Todo::List rawTodos(TodoSortField, SortDirection)
Return a sorted, unfiltered list of all Todos for this Calendar.
Definition: calendarnull.h:212
Event::List rawEvents(const TQDate &, const TQDate &, bool)
Return an unfiltered list of all Events occurring within a date range.
Definition: calendarnull.h:140
Alarm::List alarms(const TQDateTime &, const TQDateTime &)
Return a list of Alarms within a time range for this Calendar.
Definition: calendarnull.h:302
void closeTodos()
Clears out the current Calendar, freeing all used memory etc.
Definition: calendarnull.h:82
This class provides the base class common to all calendar components.
Definition: incidencebase.h:46
Namespace KCal is for global classes, objects and/or functions in libkcal.
Definition: alarm.h:38