#include <privacylisthandler.h>
Public Types | |
| typedef std::list< PrivacyItem > | PrivacyList |
Public Member Functions | |
| virtual | ~PrivacyListHandler () |
| virtual void | handlePrivacyListNames (const std::string &active, const std::string &def, const StringList &lists)=0 |
| virtual void | handlePrivacyList (const std::string &name, PrivacyList &items)=0 |
| virtual void | handlePrivacyListChanged (const std::string &name)=0 |
| virtual void | handlePrivacyListResult (const std::string &id, PrivacyListResult plResult)=0 |
Definition at line 49 of file privacylisthandler.h.
|
|
A list of PrivacyItems. Definition at line 56 of file privacylisthandler.h. |
|
|
Virtual Destructor. Definition at line 61 of file privacylisthandler.h. |
|
||||||||||||
|
Reimplement this function to retrieve the content of a privacy list after requesting it using PrivacyManager::requestList().
|
|
|
Reimplement this function to be notified about new or changed lists.
|
|
||||||||||||||||
|
Reimplement this function to retrieve the list of privacy list names after requesting it using PrivacyManager::requestListNames().
|
|
||||||||||||
|
Reimplement this function to receive results of stores etc.
|
1.4.1