1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-15 00:04:37 -04:00
QGIS/python/gui/qgsprojectbadlayerguihandler.sip

22 lines
465 B
Plaintext
Raw Normal View History

/** \ingroup gui
Handler for missing layers within project.
Gives user a chance to select path to the missing layers.
@note added in 1.4
*/
class QgsProjectBadLayerGuiHandler : QObject, QgsProjectBadLayerHandler
{
%TypeHeaderCode
#include <qgsprojectbadlayerguihandler.h>
%End
public:
QgsProjectBadLayerGuiHandler();
/** implementation of the handler */
virtual void handleBadLayers( QList<QDomNode> layers, QDomDocument projectDom );
};