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.
56
56
%Docstring
57
57
An additional expression to further restrict the available features.
58
58
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
59
67
%End
60
68
61
69
void setFilterExpression( const QString &filterExpression );
@@ -119,6 +127,13 @@ The index of the currently selected item.
119
127
120
128
signals:
121
129
130
+ void modelUpdated();
131
+ %Docstring
132
+ The underlying model has been updated.
133
+
134
+ .. versionadded:: 3.2
135
+ %End
136
+
122
137
void sourceLayerChanged();
123
138
%Docstring
124
139
The layer from which features should be listed.
You can’t perform that action at this time.
0 commit comments