Skip to content

Commit

Permalink
Add more missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 25, 2016
1 parent 950a191 commit e5d8529
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -45,10 +45,14 @@ class GUI_EXPORT QgsRelationReferenceSearchWidgetWrapper : public QgsSearchWidge
* @param parent parent widget
*/
explicit QgsRelationReferenceSearchWidgetWrapper( QgsVectorLayer* vl, int fieldIdx, QgsMapCanvas* canvas, QWidget* parent = nullptr );

/** Returns a variant representing the current state of the widget.
*/
QVariant value() const;

bool applyDirectly() override;
QString expression() override;
bool valid() const override;
QVariant value() const;
FilterFlags supportedFlags() const override;
FilterFlags defaultFlags() const override;
virtual QString createExpression( FilterFlags flags ) const override;
Expand Down

0 comments on commit e5d8529

Please sign in to comment.