10 #ifndef QGSSTOREBADLAYERINFO_H 11 #define QGSSTOREBADLAYERINFO_H 14 #include "qgis_server.h" 15 #include <QStringList> 41 QStringList
badLayers()
const {
return mBadLayerIds; }
44 QStringList mBadLayerIds;
47 #endif // QGSSTOREBADLAYERINFO_H Stores layer ids of bad layers.
virtual void handleBadLayers(const QList< QDomNode > &layers)
This method will be called whenever the project tries to load layers which cannot be accessed...
QStringList badLayers() const
badLayers
Interface for classes that handle missing layer files when reading project file.