QGIS/python/core/auto_generated/qgsprojectfiletransform.sip.in

58 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-05-23 09:45:57 +02:00
/************************************************************************
* 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
{
2017-05-23 09:45:57 +02:00
%TypeHeaderCode
2017-05-23 09:45:57 +02:00
#include "qgsprojectfiletransform.h"
%End
public:
2017-05-23 09:45:57 +02:00
QgsProjectFileTransform( QDomDocument &domDocument,
const QgsProjectVersion &version );
2017-05-23 09:45:57 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Create an instance from a Dom and a supplied version
2017-12-15 21:36:08 -04:00
2017-12-15 10:36:55 -04:00
:param domDocument: The Dom document to use as content
:param version: Version number
2017-05-23 09:45:57 +02:00
%End
bool updateRevision( const QgsProjectVersion &version );
void dump();
2017-05-23 09:45:57 +02:00
%Docstring
2017-12-19 11:43:52 -04:00
Prints the contents via :py:class:`QgsDebugMsg`()
2017-05-23 09:45:57 +02:00
%End
static void convertRasterProperties( QDomDocument &doc, QDomNode &parentNode, QDomElement &rasterPropertiesElem, QgsRasterLayer *rlayer );
2017-05-23 09:45:57 +02:00
QDomDocument &dom();
QgsProjectVersion currentVersion() const;
};
2017-05-23 09:45:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsprojectfiletransform.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/