AnnotationsHandler Class Reference

A virtual interface which can be reimplemented to receive notes with help of the Annotations object. More...

#include <annotationshandler.h>

List of all members.

Public Types

typedef std::list< annotationsListItemAnnotationsList

Public Member Functions

virtual ~AnnotationsHandler ()
virtual void handleAnnotations (const AnnotationsList &aList)=0

Classes

struct  annotationsListItem


Detailed Description

A virtual interface which can be reimplemented to receive notes with help of the Annotations object.

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.3

Definition at line 33 of file annotationshandler.h.


Member Typedef Documentation

typedef std::list<annotationsListItem> AnnotationsList

A list of note items.

Definition at line 50 of file annotationshandler.h.


Constructor & Destructor Documentation

virtual ~AnnotationsHandler (  )  [inline, virtual]

Virtual destructor.

Definition at line 55 of file annotationshandler.h.


Member Function Documentation

virtual void handleAnnotations ( const AnnotationsList aList  )  [pure virtual]

This function is called when notes arrive from the server.

Parameters:
aList A list of notes.

Referenced by Annotations::handlePrivateXML().


The documentation for this class was generated from the following file:
Generated on Tue May 1 14:20:21 2007 for gloox by  doxygen 1.5.1