16 #ifndef QGSLAYERNOTESUTILS_H 
   17 #define QGSLAYERNOTESUTILS_H 
   19 #include "qgis_core.h" 
   40     static QString layerNotes( 
const QgsMapLayer *layer );
 
   45     static void setLayerNotes( 
QgsMapLayer *layer, 
const QString ¬es );
 
   50     static bool layerHasNotes( 
const QgsMapLayer *layer );
 
Contains utility functions for working with layer notes.
Base class for all map layer types.