17 #ifndef QGSPROJECTUTILS_H 
   18 #define QGSPROJECTUTILS_H 
   21 #include "qgis_core.h" 
   44     static QList< QgsMapLayer * > layersMatchingPath( 
const QgsProject *project, 
const QString &path );
 
   52     static bool updateLayerPath( 
QgsProject *project, 
const QString &oldPath, 
const QString &newPath );
 
Base class for all map layer types.
Contains utility functions for working with QGIS projects.
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...