|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
| virtual void | setSubsetString (const QString &subsetString)=0 |
| Sets a subset string into the dialog. | |
| virtual QString | subsetString () const =0 |
| Returns the subset string entered in the dialog. | |
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 QgsPointCloudQueryBuilder, QgsQueryBuilder, and QgsSQLComposerDialog.
|
pure virtual |
Returns the subset string entered in the dialog.
Implemented in QgsPointCloudQueryBuilder, QgsQueryBuilder, and QgsSQLComposerDialog.