mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
54 lines
1.7 KiB
Plaintext
54 lines
1.7 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 );
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsprojectfiletransform.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|