[QGIS Commit] r12820 - trunk/qgis/python/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Fri Jan 22 15:02:57 EST 2010
Author: mhugent
Date: 2010-01-22 15:02:56 -0500 (Fri, 22 Jan 2010)
New Revision: 12820
Modified:
trunk/qgis/python/core/symbology-ng-core.sip
Log:
sync sip file for symbolv2rendercontext
Modified: trunk/qgis/python/core/symbology-ng-core.sip
===================================================================
--- trunk/qgis/python/core/symbology-ng-core.sip 2010-01-22 16:31:00 UTC (rev 12819)
+++ trunk/qgis/python/core/symbology-ng-core.sip 2010-01-22 20:02:56 UTC (rev 12820)
@@ -453,7 +453,7 @@
%End
public:
- QgsSymbolV2RenderContext( QgsRenderContext& c, QgsSymbolV2::OutputUnit u);
+ QgsSymbolV2RenderContext( QgsRenderContext& c, QgsSymbolV2::OutputUnit u , qreal alpha = 1.0 );
~QgsSymbolV2RenderContext();
QgsRenderContext& renderContext();
@@ -462,6 +462,9 @@
QgsSymbolV2::OutputUnit outputUnit() const;
void setOutputUnit( QgsSymbolV2::OutputUnit u );
+ qreal alpha() const;
+ void setAlpha( qreal alpha );
+
double outputLineWidth(double width) const;
double outputPixelSize(double size) const;
};
More information about the QGIS-commit
mailing list