15#ifndef QGSANNOTATIONITEMWIDGET_H 
   16#define QGSANNOTATIONITEMWIDGET_H 
   89    void setItemId( 
const QString &
id );
 
   97    QString itemId() 
const;
 
  116    virtual void focusDefaultWidget();
 
 
Abstract base class for annotation items which are drawn with QgsAnnotationLayers.
 
Represents a map layer containing a set of georeferenced annotations, e.g.
 
Contains information about a rendered annotation item.
 
Contains settings which reflect the context in which a symbol (or renderer) widget is shown,...