16#ifndef QGSRUNNABLEPROVIDERCREATOR_H 
   17#define QGSRUNNABLEPROVIDERCREATOR_H 
   39                                QString 
const &providerKey,
 
   40                                QString 
const &dataSource,
 
   58    std::unique_ptr<QgsDataProvider> mDataProvider;
 
 
QFlags< DataProviderReadFlag > DataProviderReadFlags
Flags which control data provider construction.
 
Abstract base class for spatial data provider implementations.
 
Used when reading a project to asynchronously create data providers that support asynchronous creatio...
 
void providerCreated(bool isValid, const QString &layerId)
Emitted when a provider is created with isValid set to True when the provider is valid.
 
QgsDataProvider * dataProvider()
Returns the created data provider.
 
Setting options for creating vector data providers.