18 #ifndef QGSPROJECTSTORAGEGUIREGISTRY_H 
   19 #define QGSPROJECTSTORAGEGUIREGISTRY_H 
   62     QList<QgsProjectStorageGuiProvider *> projectStorages() 
const;
 
   81     QHash<QString, QgsProjectStorageGuiProvider *> mBackends;
 
Abstract interface for project storage GUI - to be implemented by various backends and registered in ...
A registry / canonical manager of GUI parts of project storage backends.
QgsProjectStorageGuiRegistry(const QgsProjectStorageGuiRegistry &rh)=delete
QgsProjectStorageGuiRegistry cannot be copied.
QgsProjectStorageGuiRegistry & operator=(const QgsProjectStorageGuiRegistry &rh)=delete
QgsProjectStorageGuiRegistry cannot be copied.
QgsProjectStorageGuiRegistry()
A registry / canonical manager of GUI parts of data providers.