File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
python/gui/auto_generated Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ the the value to match the typed text against.
5656%Docstring
5757An additional expression to further restrict the available features.
5858This 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
124139The layer from which features should be listed.
You can’t perform that action at this time.
0 commit comments