15#ifndef QGSANNOTATIONITEMCOMMONPROPERTIESWIDGET_H 
   16#define QGSANNOTATIONITEMCOMMONPROPERTIESWIDGET_H 
   21#include "ui_qgsannotationcommonpropertieswidgetbase.h" 
   75    void openCalloutProperties();
 
   78    bool mBlockChangedSignal = 
false;
 
   83    std::unique_ptr<QgsCallout> mCallout;
 
 
Abstract base class for annotation items which are drawn with QgsAnnotationLayers.
 
Abstract base class for callout renderers.
 
Contains settings which reflect the context in which a symbol (or renderer) widget is shown,...