sync sip file for symbolv2rendercontext

git-svn-id: http://svn.osgeo.org/qgis/trunk@12820 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2010-01-22 20:02:56 +00:00
parent af0f565f66
commit b1a5fd6575

View File

@ -453,7 +453,7 @@ class QgsSymbolV2RenderContext
%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 @@ class QgsSymbolV2RenderContext
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;
};