QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Typedefs
qgsauthmethodregistry.cpp File Reference
#include "qgsauthmethodregistry.h"
#include <QString>
#include <QDir>
#include <QLibrary>
#include "qgis.h"
#include "qgsauthconfig.h"
#include "qgsauthmethod.h"
#include "qgslogger.h"
#include "qgsmessageoutput.h"
#include "qgsmessagelog.h"
#include "qgsauthmethodmetadata.h"
Include dependency graph for qgsauthmethodregistry.cpp:

Go to the source code of this file.

Typedefs

typedef QgsAuthMethodclassFactoryFunction_t()
 
typedef void cleanupAuthMethod_t()
 
typedef QString description_t()
 
typedef QWidget * editFactoryFunction_t(QWidget *parent)
 
typedef bool isauthmethod_t()
 
typedef QString methodkey_t()
 

Typedef Documentation

◆ classFactoryFunction_t

typedef QgsAuthMethod* classFactoryFunction_t()

Definition at line 262 of file qgsauthmethodregistry.cpp.

◆ cleanupAuthMethod_t

typedef void cleanupAuthMethod_t()

Definition at line 146 of file qgsauthmethodregistry.cpp.

◆ description_t

typedef QString description_t()

Definition at line 34 of file qgsauthmethodregistry.cpp.

◆ editFactoryFunction_t

typedef QWidget* editFactoryFunction_t(QWidget *parent)

Definition at line 315 of file qgsauthmethodregistry.cpp.

◆ isauthmethod_t

typedef bool isauthmethod_t()

Definition at line 35 of file qgsauthmethodregistry.cpp.

◆ methodkey_t

typedef QString methodkey_t()

Definition at line 33 of file qgsauthmethodregistry.cpp.