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