knotes
ResourceNotes Class Reference
#include <resourcenotes.h>
Inheritance diagram for ResourceNotes:

Detailed Description
This class provides the interfaces for a KNotes resource.It makes use of the kresources framework.
- Warning:
- This code is still under heavy development. Don't expect source or binary compatibility in future versions.
Definition at line 55 of file resourcenotes.h.
Public Member Functions | |
| ResourceNotes (const KConfig *) | |
| virtual | ~ResourceNotes () |
| virtual bool | load ()=0 |
| virtual bool | save ()=0 |
| virtual bool | addNote (KCal::Journal *)=0 |
| virtual bool | deleteNote (KCal::Journal *)=0 |
| virtual KCal::Alarm::List | alarms (const QDateTime &from, const QDateTime &to)=0 |
| void | setManager (KNotesResourceManager *manager) |
| KNotesResourceManager * | manager () const |
Protected Attributes | |
| KNotesResourceManager * | mManager |
Member Function Documentation
| virtual bool ResourceNotes::load | ( | ) | [pure virtual] |
| virtual bool ResourceNotes::save | ( | ) | [pure virtual] |
The documentation for this class was generated from the following files:

