Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
6 additions
and
5 deletions.
-
+6
−5
python/core/qgsoptionalexpression.sip
|
@@ -45,12 +45,13 @@ class QgsOptionalExpression |
|
|
int operator== ( const QgsOptionalExpression &other ) const; |
|
|
%MethodCode |
|
|
sipRes = *sipCpp == *a0; |
|
|
%End %End |
|
|
%End |
|
|
|
|
|
|
|
|
int __bool__() const; + QgsOptionalExpression( const QgsExpression &expression, bool enabled ); |
|
|
%MethodCode +%Docstring |
|
|
sipRes = sipCpp->enabled(); + Construct an optional expression with the provided expression and enabled state. |
|
|
%End %End |
|
|
int __bool__() const; |
|
|
%MethodCode |
|
|
sipRes = sipCpp->enabled(); |
|
|
%End |
|
|
|
|
|
/** |
|
|
* Check if this optional is enabled |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.