mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
Update sip binding
This commit is contained in:
parent
eca1aef1b5
commit
4b7012045c
@ -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 );
|
||||
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user