QGIS API Documentation  2.18.28-Las Palmas (exported)
Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
QgsAuthMethodEdit Class Referenceabstract

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

#include <qgsauthmethodedit.h>

Inheritance diagram for QgsAuthMethodEdit:
Inheritance graph
[legend]

Public Slots

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

Signals

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

Public Member Functions

virtual QgsStringMap configMap () const =0
 The configuration key-vale map of subclasses. More...
 
virtual bool validateConfig ()=0
 Validate the configuration of subclasses. More...
 
- Public Member Functions inherited from QWidget
 QWidget (QWidget *parent, QFlags< Qt::WindowType > f)
 
 QWidget (QWidget *parent, const char *name, QFlags< Qt::WindowType > f)
 
 ~QWidget ()
 
bool acceptDrops () const
 
QString accessibleDescription () const
 
QString accessibleName () const
 
QList< QAction * > actions () const
 
void activateWindow ()
 
void addAction (QAction *action)
 
void addActions (QList< QAction * > actions)
 
void adjustSize ()
 
bool autoFillBackground () const
 
Qt::BackgroundMode backgroundMode () const
 
QPoint backgroundOffset () const
 
BackgroundOrigin backgroundOrigin () const
 
QPalette::ColorRole backgroundRole () const