QGIS API Documentation
3.0.2-Girona (307d082)
|
#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"
Go to the source code of this file.
Typedefs | |
typedef QgsAuthMethod * | classFactoryFunction_t() |
typedef void | cleanupAuthMethod_t() |
typedef QString | description_t() |
typedef QWidget * | editFactoryFunction_t(QWidget *parent) |
typedef bool | isauthmethod_t() |
typedef QString | methodkey_t() |
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.