Skip to content

Commit 47f79b5

Browse files

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1153
-958
lines changed
 

‎python/core/core.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
%Include qgsrastertransparency.sip
4747
%Include qgsrasterviewport.sip
4848
%Include qgsrect.sip
49+
%Include qgsrendercontext.sip
4950
%Include qgsrenderer.sip
5051
%Include qgsscalecalculator.sip
5152
%Include qgssinglesymbolrenderer.sip

‎python/core/qgscontinuouscolorrenderer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class QgsContinuousColorRenderer : QgsRenderer
1111
QgsContinuousColorRenderer(const QgsContinuousColorRenderer& other);
1212
virtual ~QgsContinuousColorRenderer();
1313
/**Renders the feature using the minimum and maximum value of the classification field*/
14-
void renderFeature(QPainter* p, QgsFeature& f, QImage* img, double* scalefactor, bool selected, double widthScale = 1);
14+
void renderFeature(QPainter* p, QgsFeature& f, QImage* img, bool selected, double widthScale = 1.0, double rasterScaleFactor = 1.0);
1515
/**Returns the number of the classification field*/
1616
int classificationField() const;
1717
/**Sets the id of the classification field*/

0 commit comments

Comments
 (0)
Please sign in to comment.