Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed May 17, 2018
1 parent eca1aef commit 4b70120
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python/gui/auto_generated/qgsfeaturelistcombobox.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ the the value to match the typed text against.
%Docstring
An additional expression to further restrict the available features.
This can be used to integrate additional spatial or other constraints.
%End

int nullIndex() const;
%Docstring
Returns the current index of the NULL value, or -1 if NULL values are
not allowed.

.. versionadded:: 3.2
%End

void setFilterExpression( const QString &filterExpression );
Expand Down Expand Up @@ -119,6 +127,13 @@ The index of the currently selected item.

signals:

void modelUpdated();
%Docstring
The underlying model has been updated.

.. versionadded:: 3.2
%End

void sourceLayerChanged();
%Docstring
The layer from which features should be listed.
Expand Down

0 comments on commit 4b70120

Please sign in to comment.