17#ifndef QGSSUBSETSTRINGEDITORPROVIDERREGISTRY_H 
   18#define QGSSUBSETSTRINGEDITORPROVIDERREGISTRY_H 
   51    QList< QgsSubsetStringEditorProvider *> providers();
 
   72    QList<QgsSubsetStringEditorProvider *> providersByKey( 
const QString &providerKey );
 
   87    QList<QgsSubsetStringEditorProvider *> mProviders;
 
 
A registry / canonical manager of GUI parts of data providers.
 
Interface for a dialog that can edit subset strings.
 
This class keeps a list of subset string editor providers.
 
QgsSubsetStringEditorProviderRegistry & operator=(const QgsSubsetStringEditorProviderRegistry &rh)=delete
 
QgsSubsetStringEditorProviderRegistry()
 
QgsSubsetStringEditorProviderRegistry(const QgsSubsetStringEditorProviderRegistry &rh)=delete
 
This is the interface for those who want to provide a dialog to edit a subset string.
 
Represents a vector layer which manages a vector based data sets.