#include <privatexmlhandler.h>
Inherited by Annotations, BookmarkStorage, and RosterManager.
Inheritance diagram for PrivateXMLHandler:

Public Types | |
| enum | PrivateXMLResult { PxmlStoreOk, PxmlStoreError, PxmlRequestError } |
Public Member Functions | |
| virtual | ~PrivateXMLHandler () |
| virtual void | handlePrivateXML (const std::string &tag, Tag *xml)=0 |
| virtual void | handlePrivateXMLResult (const std::string &uid, PrivateXMLResult pxResult)=0 |
Derived classes can be registered as PrivateXMLHandlers with the PrivateXML object. Upon an incoming PrivateXML packet handlePrivateXML() will be called.
Definition at line 31 of file privatexmlhandler.h.
|
|
Describes the possible results of a 'store' or 'request' operation.
Definition at line 37 of file privatexmlhandler.h. |
|
|
Virtual Destructor. Definition at line 47 of file privatexmlhandler.h. |
|
||||||||||||
|
Reimplement this function to receive the private XML that was requested earlier using
Implemented in Annotations, BookmarkStorage, and RosterManager. |
|
||||||||||||
|
This function is called to notify about the result of a 'store' or 'request' operation (successful requests are announced by means of handlePrivateXML()).
Implemented in Annotations, BookmarkStorage, and RosterManager. |
1.4.1