QgsAuthMethodEdit class

Abstract base class for the edit widget of authentication method plugins.

Constructors, destructors, conversion operators

QgsAuthMethodEdit(QWidget* parent = nullptr) protected explicit
Construct widget to edit an authentication method configuration.

Public functions

auto configMap() const -> QgsStringMap pure virtual
The configuration key-vale map of subclasses.
auto validateConfig() -> bool pure virtual
Validate the configuration of subclasses.

Signals

void validityChanged(bool valid)
Emitted when the configuration validatity changes.

Public slots

void clearConfig() pure virtual
Clear GUI controls in subclassed widget.
void loadConfig(const QgsStringMap& configmap) pure virtual
Load an existing config map into subclassed widget.
void resetConfig() pure virtual
Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map.

Function documentation

QgsAuthMethodEdit::QgsAuthMethodEdit(QWidget* parent = nullptr) explicit protected

Construct widget to edit an authentication method configuration.

Parameters
parent Parent widget

void QgsAuthMethodEdit::loadConfig(const QgsStringMap& configmap) pure virtual public slot

Load an existing config map into subclassed widget.

Parameters
configmap