#include <annotationshandler.h>
Public Types | |
typedef std::list< annotationsListItem > | AnnotationsList |
Public Member Functions | |
virtual | ~AnnotationsHandler () |
virtual void | handleAnnotations (const AnnotationsList &aList)=0 |
Classes | |
struct | annotationsListItem |
Definition at line 33 of file annotationshandler.h.
typedef std::list<annotationsListItem> AnnotationsList |
A list of note items.
Definition at line 50 of file annotationshandler.h.
virtual ~AnnotationsHandler | ( | ) | [inline, virtual] |
Virtual destructor.
Definition at line 55 of file annotationshandler.h.
virtual void handleAnnotations | ( | const AnnotationsList & | aList | ) | [pure virtual] |
This function is called when notes arrive from the server.
aList | A list of notes. |
Referenced by Annotations::handlePrivateXML().