QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <map>
#include <QDir>
#include <QLibrary>
#include <QString>
#include "qgsdataprovider.h"
#include "qgis_core.h"
#include "qgis_sip.h"
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | QgsProviderRegistry::ProviderCandidateDetails |
Contains information pertaining to a candidate provider. More... | |
class | QgsProviderRegistry |
A registry / canonical manager of data providers. More... | |
class | QgsProviderRegistry::UnusableUriDetails |
Contains information about unusable URIs which aren't handled by any registered providers. More... | |
class | QgsProviderRegistry::UnusableUriHandlerInterface |
An interface used to handle unusable URIs which aren't handled by any registered providers, and construct user-friendly warnings as to why the URI is unusable. More... | |