QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgsauthmethodregistry.h"
#include "qgis.h"
#include "qgsauthconfig.h"
#include "qgsauthmethod.h"
#include "qgslogger.h"
#include "qgsmessageoutput.h"
#include "qgsmessagelog.h"
#include "qgsauthmethodmetadata.h"
#include <QString>
#include <QDir>
#include <QLibrary>
#include <QRegularExpression>
Go to the source code of this file.
Typedefs | |
typedef QgsAuthMethod * | classFactoryFunction_t() |
typedef void | cleanupAuthMethod_t() |
typedef QgsAuthMethod * classFactoryFunction_t() |
Definition at line 296 of file qgsauthmethodregistry.cpp.
typedef void cleanupAuthMethod_t() |
Definition at line 192 of file qgsauthmethodregistry.cpp.