knotes
ResourceLocal Class Reference
#include <resourcelocal.h>
Inheritance diagram for ResourceLocal:

Detailed Description
Definition at line 43 of file resourcelocal.h.
Public Member Functions | |
| virtual bool | addNote (KCal::Journal *) |
| virtual KCal::Alarm::List | alarms (const KDateTime &from, const KDateTime &to) |
| virtual bool | deleteNote (KCal::Journal *) |
| virtual bool | load () |
| ResourceLocal (const KConfigGroup &group) | |
| ResourceLocal () | |
| virtual bool | save () |
| virtual void | setURL (const KUrl &url) |
| virtual KUrl | url () const |
| virtual void | writeConfig (KConfigGroup &group) |
| virtual | ~ResourceLocal () |
Protected Attributes | |
| KCal::CalendarLocal | mCalendar |
| KUrl | mURL |
Constructor & Destructor Documentation
| ResourceLocal::ResourceLocal | ( | ) |
Definition at line 47 of file resourcelocal.cpp.
| ResourceLocal::ResourceLocal | ( | const KConfigGroup & | group | ) | [explicit] |
Definition at line 56 of file resourcelocal.cpp.
| ResourceLocal::~ResourceLocal | ( | ) | [virtual] |
Definition at line 70 of file resourcelocal.cpp.
Member Function Documentation
| bool ResourceLocal::addNote | ( | KCal::Journal * | journal | ) | [virtual] |
| KCal::Alarm::List ResourceLocal::alarms | ( | const KDateTime & | from, | |
| const KDateTime & | to | |||
| ) | [virtual] |
| bool ResourceLocal::deleteNote | ( | KCal::Journal * | journal | ) | [virtual] |
| bool ResourceLocal::load | ( | ) | [virtual] |
| bool ResourceLocal::save | ( | ) | [virtual] |
| virtual void ResourceLocal::setURL | ( | const KUrl & | url | ) | [inline, virtual] |
Definition at line 64 of file resourcelocal.h.
| virtual KUrl ResourceLocal::url | ( | ) | const [inline, virtual] |
Definition at line 63 of file resourcelocal.h.
| void ResourceLocal::writeConfig | ( | KConfigGroup & | group | ) | [virtual] |
Definition at line 74 of file resourcelocal.cpp.
Member Data Documentation
KCal::CalendarLocal ResourceLocal::mCalendar [protected] |
Definition at line 73 of file resourcelocal.h.
KUrl ResourceLocal::mURL [protected] |
Definition at line 74 of file resourcelocal.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference