QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsProjectBadLayerHandler Class Referenceabstract

Interface for classes that handle missing layer files when reading project file. More...

#include <qgsproject.h>

Inheritance diagram for QgsProjectBadLayerHandler:
Inheritance graph
[legend]

Public Member Functions

virtual ~QgsProjectBadLayerHandler ()
 
virtual void handleBadLayers (const QList< QDomNode > &layers, const QDomDocument &projectDom)=0
 

Detailed Description

Interface for classes that handle missing layer files when reading project file.

Definition at line 547 of file qgsproject.h.

Constructor & Destructor Documentation

◆ ~QgsProjectBadLayerHandler()

virtual QgsProjectBadLayerHandler::~QgsProjectBadLayerHandler ( )
inlinevirtual

Definition at line 551 of file qgsproject.h.

Member Function Documentation

◆ handleBadLayers()

virtual void QgsProjectBadLayerHandler::handleBadLayers ( const QList< QDomNode > &  layers,
const QDomDocument projectDom 
)
pure virtual

The documentation for this class was generated from the following file: