| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
Interface for a dialog that can edit subset strings. More...
#include <qgssubsetstringeditorinterface.h>

| Public Member Functions | |
| QgsSubsetStringEditorInterface (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| Constructor.  More... | |
| virtual void | setSubsetString (const QString &subsetString)=0 | 
| Sets a subset string into the dialog.  More... | |
| virtual QString | subsetString () const =0 | 
| Returns the subset string entered in the dialog.  More... | |
Interface for a dialog that can edit subset strings.
Definition at line 33 of file qgssubsetstringeditorinterface.h.
| QgsSubsetStringEditorInterface::QgsSubsetStringEditorInterface | ( | QWidget * | parent = nullptr, | 
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags | ||
| ) | 
Constructor.
Definition at line 19 of file qgssubsetstringeditorinterface.cpp.
| 
 | pure virtual | 
Sets a subset string into the dialog.
Implemented in QgsSQLComposerDialog, and QgsQueryBuilder.
| 
 | pure virtual | 
Returns the subset string entered in the dialog.
Implemented in QgsSQLComposerDialog, and QgsQueryBuilder.