QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Interface for classes that handle missing layer files when reading project file. More...
#include <qgsproject.h>
Public Member Functions | |
virtual | ~QgsProjectBadLayerHandler () |
virtual void | handleBadLayers (const QList< QDomNode > &layers, const QDomDocument &projectDom)=0 |
Interface for classes that handle missing layer files when reading project file.
Definition at line 547 of file qgsproject.h.
|
inlinevirtual |
Definition at line 551 of file qgsproject.h.
|
pure virtual |
Implemented in QgsProjectBadLayerDefaultHandler, and QgsProjectBadLayerGuiHandler.