17#ifndef QGSSUBSETSTRINGEDITORINTERFACE_H 
   18#define QGSSUBSETSTRINGEDITORINTERFACE_H 
Interface for a dialog that can edit subset strings.
 
virtual QString subsetString() const =0
Returns the subset string entered in the dialog.
 
virtual void setSubsetString(const QString &subsetString)=0
Sets a subset string into the dialog.