mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/core/qgsprojectfiletransform.h                                   *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class QgsProjectFileTransform
 | |
| {
 | |
| 
 | |
| %TypeHeaderCode
 | |
| #include "qgsprojectfiletransform.h"
 | |
| %End
 | |
|   public:
 | |
| 
 | |
|     QgsProjectFileTransform( QDomDocument &domDocument,
 | |
|                              const QgsProjectVersion &version );
 | |
| %Docstring
 | |
| Create an instance from a Dom and a supplied version
 | |
| 
 | |
| :param domDocument: The Dom document to use as content
 | |
| :param version: Version number
 | |
| %End
 | |
| 
 | |
| 
 | |
|     bool updateRevision( const QgsProjectVersion &version );
 | |
| 
 | |
|     void dump();
 | |
| %Docstring
 | |
| Prints the contents via :py:class:`QgsDebugMsg`()
 | |
| %End
 | |
| 
 | |
|     static void convertRasterProperties( QDomDocument &doc, QDomNode &parentNode, QDomElement &rasterPropertiesElem, QgsRasterLayer *rlayer );
 | |
| 
 | |
|     QDomDocument &dom();
 | |
| %Docstring
 | |
| The current dom document
 | |
| 
 | |
| .. versionadded:: 3.12
 | |
| %End
 | |
| 
 | |
|     QgsProjectVersion currentVersion() const;
 | |
| %Docstring
 | |
| The current project version
 | |
| 
 | |
| .. versionadded:: 3.12
 | |
| %End
 | |
| 
 | |
| };
 | |
| 
 | |
| 
 | |
| 
 | |
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/core/qgsprojectfiletransform.h                                   *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 |