QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Typedefs
qgsauthmethodregistry.cpp File Reference
#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>
Include dependency graph for qgsauthmethodregistry.cpp:

Go to the source code of this file.

Typedefs

typedef QgsAuthMethodclassFactoryFunction_t()
 
typedef void cleanupAuthMethod_t()
 

Typedef Documentation

◆ classFactoryFunction_t

typedef QgsAuthMethod * classFactoryFunction_t()

Definition at line 296 of file qgsauthmethodregistry.cpp.

◆ cleanupAuthMethod_t

typedef void cleanupAuthMethod_t()

Definition at line 192 of file qgsauthmethodregistry.cpp.