mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-28 00:05:04 -04:00
Add doxymentation
This commit is contained in:
parent
e0c1f0b050
commit
5d2c39bbfb
python/gui/editorwidgets/core
src/gui/editorwidgets/core
@ -206,7 +206,11 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
|
||||
|
||||
protected slots:
|
||||
|
||||
virtual void setExpression( const QString &value ) = 0;
|
||||
virtual void setExpression( const QString &expression ) = 0;
|
||||
%Docstring
|
||||
Set the ``expression`` which is currently used as filter for this widget.
|
||||
%End
|
||||
|
||||
virtual void setFeature( const QgsFeature &feature );
|
||||
|
||||
|
||||
|
@ -225,7 +225,11 @@ class GUI_EXPORT QgsSearchWidgetWrapper : public QgsWidgetWrapper
|
||||
|
||||
protected slots:
|
||||
|
||||
virtual void setExpression( const QString &value ) = 0;
|
||||
/**
|
||||
* Set the \a expression which is currently used as filter for this widget.
|
||||
*/
|
||||
virtual void setExpression( const QString &expression ) = 0;
|
||||
|
||||
void setFeature( const QgsFeature &feature ) override;
|
||||
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user