QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsSubsetStringEditorInterface Class Referenceabstract

Interface for a dialog that can edit subset strings. More...

#include <qgssubsetstringeditorinterface.h>

Inheritance diagram for QgsSubsetStringEditorInterface:
Inheritance graph
[legend]

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...
 

Detailed Description

Interface for a dialog that can edit subset strings.

Since
QGIS 3.18

Definition at line 33 of file qgssubsetstringeditorinterface.h.

Constructor & Destructor Documentation

◆ QgsSubsetStringEditorInterface()

QgsSubsetStringEditorInterface::QgsSubsetStringEditorInterface ( QWidget *  parent = nullptr,
Qt::WindowFlags  fl = QgsGuiUtils::ModalDialogFlags 
)

Constructor.

Definition at line 19 of file qgssubsetstringeditorinterface.cpp.

Member Function Documentation

◆ setSubsetString()

virtual void QgsSubsetStringEditorInterface::setSubsetString ( const QString &  subsetString)
pure virtual

Sets a subset string into the dialog.

Implemented in QgsPointCloudQueryBuilder, QgsQueryBuilder, and QgsSQLComposerDialog.

◆ subsetString()

virtual QString QgsSubsetStringEditorInterface::subsetString ( ) const
pure virtual

Returns the subset string entered in the dialog.

Implemented in QgsPointCloudQueryBuilder, QgsQueryBuilder, and QgsSQLComposerDialog.


The documentation for this class was generated from the following files: