QGIS API Documentation
3.0.2-Girona (307d082)
|
#include "qgsproviderregistry.h"
#include <QString>
#include <QDir>
#include <QLibrary>
#include "qgis.h"
#include "qgsdataprovider.h"
#include "qgslogger.h"
#include "qgsmessageoutput.h"
#include "qgsmessagelog.h"
#include "qgsprovidermetadata.h"
#include "qgsvectorlayer.h"
#include "qgsproject.h"
#include "providers/memory/qgsmemoryprovider.h"
Go to the source code of this file.
Typedefs | |
typedef void | buildsupportedrasterfilefilter_t(QString &fileFiltersString) |
typedef QgsDataProvider * | classFactoryFunction_t(const QString *) |
typedef void | cleanupProviderFunction_t() |
typedef QString | databaseDrivers_t() |
typedef QString | description_t() |
typedef QString | directoryDrivers_t() |
typedef QString | fileVectorFilters_t() |
typedef bool | isprovider_t() |
typedef QString | protocolDrivers_t() |
typedef QString | providerkey_t() |
typedef QWidget * | selectFactoryFunction_t(QWidget *parent, Qt::WindowFlags fl, QgsProviderRegistry::WidgetMode widgetMode) |
typedef void buildsupportedrasterfilefilter_t(QString &fileFiltersString) |
Definition at line 41 of file qgsproviderregistry.cpp.
typedef QgsDataProvider* classFactoryFunction_t(const QString *) |
Definition at line 358 of file qgsproviderregistry.cpp.
typedef void cleanupProviderFunction_t() |
Definition at line 236 of file qgsproviderregistry.cpp.
typedef QString databaseDrivers_t() |
Definition at line 42 of file qgsproviderregistry.cpp.
typedef QString description_t() |
Definition at line 38 of file qgsproviderregistry.cpp.
typedef QString directoryDrivers_t() |
Definition at line 43 of file qgsproviderregistry.cpp.
typedef QString fileVectorFilters_t() |
Definition at line 40 of file qgsproviderregistry.cpp.
typedef bool isprovider_t() |
Definition at line 39 of file qgsproviderregistry.cpp.
typedef QString protocolDrivers_t() |
Definition at line 44 of file qgsproviderregistry.cpp.
typedef QString providerkey_t() |
Definition at line 37 of file qgsproviderregistry.cpp.
typedef QWidget* selectFactoryFunction_t(QWidget *parent, Qt::WindowFlags fl, QgsProviderRegistry::WidgetMode widgetMode) |
Definition at line 452 of file qgsproviderregistry.cpp.