Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add more missing docs
- Loading branch information
|
@@ -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; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.