Skip to content

Commit 4b70120

Browse files
committedMay 17, 2018
Update sip binding
1 parent eca1aef commit 4b70120

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎python/gui/auto_generated/qgsfeaturelistcombobox.sip.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ the the value to match the typed text against.
5656
%Docstring
5757
An additional expression to further restrict the available features.
5858
This can be used to integrate additional spatial or other constraints.
59+
%End
60+
61+
int nullIndex() const;
62+
%Docstring
63+
Returns the current index of the NULL value, or -1 if NULL values are
64+
not allowed.
65+
66+
.. versionadded:: 3.2
5967
%End
6068

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

120128
signals:
121129

130+
void modelUpdated();
131+
%Docstring
132+
The underlying model has been updated.
133+
134+
.. versionadded:: 3.2
135+
%End
136+
122137
void sourceLayerChanged();
123138
%Docstring
124139
The layer from which features should be listed.

0 commit comments

Comments
 (0)
Please sign in to comment.