mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add doxymentation
This commit is contained in:
parent
e0c1f0b050
commit
5d2c39bbfb
@ -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