QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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.