Skip to content

Commit

Permalink
Fix sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 27, 2018
1 parent d6331a6 commit 2cb1f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/symbology/qgsrulebasedrenderer.sip.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Returns which legend keys match the feature
.. versionadded:: 2.14 .. versionadded:: 2.14
%End %End


QgsRuleBasedRenderer::RuleList rulesForFeature( QgsFeature &feat, QgsRenderContext *context = 0 ); QgsRuleBasedRenderer::RuleList rulesForFeature( QgsFeature &feat, QgsRenderContext *context = 0, bool withElse = true, bool onlyActive = true );
%Docstring %Docstring
tell which rules will be used to render the feature tell which rules will be used to render the feature
%End %End
Expand Down Expand Up @@ -411,7 +411,7 @@ Sets if this rule is an ELSE rule
:param iselse: If true, this rule is an ELSE rule :param iselse: If true, this rule is an ELSE rule
%End %End


bool isElse(); bool isElse() const;
%Docstring %Docstring
Check if this rule is an ELSE rule Check if this rule is an ELSE rule


Expand Down

0 comments on commit 2cb1f43

Please sign in to comment.