KCal::ResourceKABC Class Reference
Resource providing birthdays and anniversaries as events. More...
#include <resourcekabc.h>
Inherits KCal::ResourceCalendar.
Public Member Functions
- ResourceKABC (const KConfig *)
- void readConfig (const KConfig *config)
- void writeConfig (KConfig *config)
- void setAlarm (bool)
- bool alarm ()
- void setAlarmDays (int)
- int alarmDays ()
- bool isSaving ()
- KABC::Lock * lock ()
- bool addEvent (Event *anEvent)
- void deleteEvent (Event *)
- Event * event (const QString &UniqueStr)
- Event::List rawEvents (EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending)
- Event::List rawEventsForDate (const QDate &date, bool sorted=false)
- Event::List rawEventsForDate (const QDateTime &qdt)
- Event::List rawEvents (const QDate &start, const QDate &end, bool inclusive=false)
- bool addTodo (Todo *todo)
- void deleteTodo (Todo *)
- Todo * todo (const QString &uid)
- Todo::List rawTodos (TodoSortField sortField=TodoSortUnsorted, SortDirection sortDirection=SortDirectionAscending)
- Todo::List rawTodosForDate (const QDate &date)
- virtual bool addJournal (Journal *)
- void deleteJournal (Journal *)
- virtual Journal * journal (const QString &uid)
- Journal::List rawJournals (JournalSortField sortField=JournalSortUnsorted, SortDirection sortDirection=SortDirectionAscending)
- Journal::List rawJournalsForDate (const QDate &date)
- Alarm::List alarms (const QDateTime &from, const QDateTime &to)
- Alarm::List alarmsTo (const QDateTime &to)
- void dump () const
- void setTimeZoneId (const QString &tzid)
Protected Member Functions
Friends
Detailed Description
Resource providing birthdays and anniversaries as events.
Member Function Documentation
|
Return true if a save operation is still in progress, otherwise return false.
Reimplemented from KCal::ResourceCalendar. |
|
Return object for locking the resource.
Implements KCal::ResourceCalendar. |
|
Add Event to calendar.
Implements KCal::ResourceCalendar. |
|
deletes an event from this calendar.
Implements KCal::ResourceCalendar. |
|
Retrieves an event on the basis of the unique string ID.
Implements KCal::ResourceCalendar. |
|
Return unfiltered list of all events in calendar.
Implements KCal::ResourceCalendar. |
|
Builds and then returns a list of all events that match for the date specified. useful for dayView, etc. etc. Implements KCal::ResourceCalendar. |
|
Get unfiltered events for date qdt.
Implements KCal::ResourceCalendar. |
|
Get unfiltered events in a range of dates. If inclusive is set to true, only events are returned, which are completely included in the range. Implements KCal::ResourceCalendar. |
|
Add a todo to the todolist.
Implements KCal::ResourceCalendar. |
|
Remove a todo from the todolist.
Implements KCal::ResourceCalendar. |
|
Searches todolist for an event with this unique string identifier, returns a pointer or null.
Implements KCal::ResourceCalendar. |
|
Return list of all todos.
Implements KCal::ResourceCalendar. |
|
Returns list of todos due on the specified date.
Implements KCal::ResourceCalendar. |
|
Add a Journal entry to calendar.
Implements KCal::ResourceCalendar. |
|
Remove journal from the calendar.
Implements KCal::ResourceCalendar. |
|
Return Journal with given UID.
Implements KCal::ResourceCalendar. |
|
Return list of all journals.
Implements KCal::ResourceCalendar. |
|
Returns list of journals for the given date.
Implements KCal::ResourceCalendar. |
|
Return all alarms, which ocur in the given time interval.
Implements KCal::ResourceCalendar. |
|
Return all alarms, which ocur before given date.
Implements KCal::ResourceCalendar. |
|
Set time zone id used by this resource, e.g. "Europe/Berlin". Implements KCal::ResourceCalendar. |
|
Do the actual loading of the resource data. Called by load(). Implements KCal::ResourceCalendar. |
|
Do the actual saving of the resource data. Called by save(). Implements KCal::ResourceCalendar. |
The documentation for this class was generated from the following files:
- resourcekabc.h
- resourcekabc.cpp