QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSPROJECTSTORAGEGUI_H
17 #define QGSPROJECTSTORAGEGUI_H
40 virtual QString
type() = 0;
62 #endif // QGSPROJECTSTORAGEGUI_H
virtual ~QgsProjectStorageGuiProvider()=default
virtual QString showSaveGui()
Opens GUI to allow user to select where a project should be saved (GUI specific to this storage type)...
virtual QString type()=0
Unique identifier of the project storage type.
virtual QString showLoadGui()
Opens GUI to allow user to select a project to be loaded (GUI specific to this storage type).
Abstract interface for project storage GUI - to be implemented by various backends and registered in ...
virtual QString visibleName()
Returns human-readable name of the storage.