mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/server/qgsstorebadlayerinfo.h                                    *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsStoreBadLayerInfo: QgsProjectBadLayerHandler
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Stores layer ids of bad layers
 | 
						|
 | 
						|
.. versionadded:: 3.6
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsstorebadlayerinfo.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsStoreBadLayerInfo();
 | 
						|
%Docstring
 | 
						|
Default constructor
 | 
						|
%End
 | 
						|
 | 
						|
    void handleBadLayers( const QList<QDomNode> &layers );
 | 
						|
%Docstring
 | 
						|
handleBadLayers
 | 
						|
 | 
						|
:param layers: layer nodes
 | 
						|
%End
 | 
						|
 | 
						|
    QStringList badLayers() const;
 | 
						|
%Docstring
 | 
						|
badLayers
 | 
						|
 | 
						|
:return: ids of bad layers
 | 
						|
%End
 | 
						|
 | 
						|
    QMap<QString, QString> badLayerNames() const;
 | 
						|
%Docstring
 | 
						|
Returns names of bad layers with ids.
 | 
						|
 | 
						|
.. versionadded:: 3.12
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/server/qgsstorebadlayerinfo.h                                    *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |