16 #ifndef QGSANNOTATIONMANAGER_H
17 #define QGSANNOTATIONMANAGER_H
19 #include "qgis_core.h"
22 #include <QDomElement>
87 QList< QgsAnnotation * > annotations()
const;
95 QList< QgsAnnotation * > cloneAnnotations()
const SIP_FACTORY;
127 void annotationRemoved();
130 void annotationAboutToBeRemoved(
QgsAnnotation *annotation );
136 QList< QgsAnnotation * > mAnnotations;
138 void createAnnotationFromXml(
const QDomElement &element,
const QgsReadWriteContext &context );
142 #endif // QGSANNOTATIONMANAGER_H