Abstract base class for the edit widget of authentication method plugins.  
 More...
#include <qgsauthmethodedit.h>
 | 
| virtual void  | clearConfig ()=0 | 
|   | Clear GUI controls in subclassed widget.  
  | 
|   | 
| virtual void  | loadConfig (const QgsStringMap &configmap)=0 | 
|   | Load an existing config map into subclassed widget.  
  | 
|   | 
| virtual void  | resetConfig ()=0 | 
|   | Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map.  
  | 
|   | 
 | 
| void  | validityChanged (bool valid) | 
|   | Emitted when the configuration validatity changes.  
  | 
|   | 
Abstract base class for the edit widget of authentication method plugins. 
Definition at line 29 of file qgsauthmethodedit.h.
 
◆ QgsAuthMethodEdit()
  
  
      
        
          | QgsAuthMethodEdit::QgsAuthMethodEdit  | 
          ( | 
          QWidget *  | 
          parent = nullptr | ) | 
           | 
         
       
   | 
  
inlineexplicitprotected   | 
  
 
Construct widget to edit an authentication method configuration. 
- Note
 - Non-public since this is an abstract base class 
 
- Parameters
 - 
  
  
 
Definition at line 64 of file qgsauthmethodedit.h.
 
 
◆ ~QgsAuthMethodEdit()
  
  
      
        
          | QgsAuthMethodEdit::~QgsAuthMethodEdit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotecteddefault   | 
  
 
 
◆ clearConfig
  
  
      
        
          | virtual void QgsAuthMethodEdit::clearConfig  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtualslot   | 
  
 
Clear GUI controls in subclassed widget. 
 
 
◆ configMap()
The configuration key-vale map of subclasses. 
 
 
◆ loadConfig
  
  
      
        
          | virtual void QgsAuthMethodEdit::loadConfig  | 
          ( | 
          const QgsStringMap &  | 
          configmap | ) | 
           | 
         
       
   | 
  
pure virtualslot   | 
  
 
Load an existing config map into subclassed widget. 
- Parameters
 - 
  
  
 
 
 
◆ resetConfig
  
  
      
        
          | virtual void QgsAuthMethodEdit::resetConfig  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtualslot   | 
  
 
Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map. 
 
 
◆ validateConfig()
  
  
      
        
          | virtual bool QgsAuthMethodEdit::validateConfig  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Validate the configuration of subclasses. 
 
 
◆ validityChanged
  
  
      
        
          | void QgsAuthMethodEdit::validityChanged  | 
          ( | 
          bool  | 
          valid | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Emitted when the configuration validatity changes. 
 
 
The documentation for this class was generated from the following file: