QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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

typedef QgsAuthMethod* classFactoryFunction_t()

Definition at line 262 of file qgsauthmethodregistry.cpp.

typedef void cleanupAuthMethod_t()

Definition at line 146 of file qgsauthmethodregistry.cpp.

typedef QString description_t()

Definition at line 34 of file qgsauthmethodregistry.cpp.

typedef QWidget* editFactoryFunction_t(QWidget *parent)

Definition at line 315 of file qgsauthmethodregistry.cpp.

typedef bool isauthmethod_t()

Definition at line 35 of file qgsauthmethodregistry.cpp.

typedef QString methodkey_t()

Definition at line 33 of file qgsauthmethodregistry.cpp.