mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
af0f565f66
commit
b1a5fd6575
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user