[QGIS Commit] [qgis/Quantum-GIS] def681: Add API to write and read custom data to the layer...
GitHub
noreply at github.com
Thu May 2 00:40:43 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: def681c2265eca98c4c25fe1b2f2aa2ba78b2aed
https://github.com/qgis/Quantum-GIS/commit/def681c2265eca98c4c25fe1b2f2aa2ba78b2aed
Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M python/core/qgsmaplayer.sip
M python/core/qgsproject.sip
M src/core/qgsmaplayer.cpp
M src/core/qgsmaplayer.h
M src/core/qgsproject.cpp
M src/core/qgsproject.h
M src/core/qgsprojectfiletransform.cpp
Log Message:
-----------
Add API to write and read custom data to the layer in a .qgs-file.
New signals:
* void QgsProject::writeMapLayer( QgsMapLayer*, QDomElement&, QDomDocument& )
* void QgsProject::readMapLayer( QgsMapLayer*, const QDomElement& )
Changed method signature:
* bool QgsMapLayer::readXML( const QDomNode& )
=> bool QgsMapLayer::readLayerXML( const QDomElement& )
* bool QgsMapLayer::writeXML( QDomNode&, QDomDocument& )
=> bool QgsMapLayer::writeLayerXML( QDomElement&, QDomDocument& )
More information about the QGIS-commit
mailing list