KABC::ResourceEvolution Class Reference
Inheritance diagram for KABC::ResourceEvolution:

Detailed Description
Definition at line 8 of file resourceevo.h.
Public Member Functions | |
ResourceEvolution (const KConfig *config) | |
~ResourceEvolution () | |
bool | doOpen () |
void | doClose () |
Ticket * | requestSaveTicket () |
bool | load () |
bool | save (Ticket *ticket) |
void | removeAddressee (const Addressee &) |
Member Function Documentation
bool ResourceEvolution::load | ( | ) | [virtual] |
Loads all addressees synchronously.
- Returns:
- Whether the loading was successfully.
Implements KABC::Resource.
Definition at line 77 of file resourceevo.cpp.
void ResourceEvolution::removeAddressee | ( | const Addressee & | ) | [virtual] |
Removes an addressee from resource.
Reimplemented from KABC::Resource.
Definition at line 128 of file resourceevo.cpp.
Ticket * ResourceEvolution::requestSaveTicket | ( | ) | [virtual] |
Request a ticket, you have to pass through save() to allow locking.
The resource has to create its locks in this function.
Implements KABC::Resource.
Definition at line 69 of file resourceevo.cpp.
bool ResourceEvolution::save | ( | Ticket * | ticket | ) | [virtual] |
Saves all addressees synchronously.
- Parameters:
-
ticket You have to release the ticket later with releaseSaveTicket() explicitely.
- Returns:
- Whether the saving was successfully.
Implements KABC::Resource.
Definition at line 101 of file resourceevo.cpp.
The documentation for this class was generated from the following files: