QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsAuthConfigEditor Class Reference

Widget for editing authentication configuration database. More...

#include <qgsauthconfigeditor.h>

Inheritance diagram for QgsAuthConfigEditor:

Public Slots

void setRelayMessages (bool relay=true)
 Sets whether to relay auth manager messages to internal message bar, e.g. when embedding.
void setShowUtilitiesButton (bool show=true)
 Sets whether to show the widget's utilities button, e.g. when embedding.

Public Member Functions

 QgsAuthConfigEditor (QWidget *parent=nullptr, bool showUtilities=true, bool relayMessages=true)
 Widget for editing authentication configurations directly in database.
QStringList selectedAuthenticationConfigIds () const
 Returns the list of selected authentication configuration IDs.
void toggleTitleVisibility (bool visible)
 Hide the widget's title, e.g. when embedding.

Detailed Description

Widget for editing authentication configuration database.

Definition at line 35 of file qgsauthconfigeditor.h.

Constructor & Destructor Documentation

◆ QgsAuthConfigEditor()

QgsAuthConfigEditor::QgsAuthConfigEditor ( QWidget * parent = nullptr,
bool showUtilities = true,
bool relayMessages = true )
explicit

Widget for editing authentication configurations directly in database.

Parameters
parentParent widget
showUtilitiesWhether to show the widget's utilities button
relayMessagesWhether to relay auth manager messages to internal message bar

Definition at line 33 of file qgsauthconfigeditor.cpp.

Member Function Documentation

◆ selectedAuthenticationConfigIds()

QStringList QgsAuthConfigEditor::selectedAuthenticationConfigIds ( ) const

Returns the list of selected authentication configuration IDs.

Since
QGIS 3.20

Definition at line 225 of file qgsauthconfigeditor.cpp.

◆ setRelayMessages

void QgsAuthConfigEditor::setRelayMessages ( bool relay = true)
slot

Sets whether to relay auth manager messages to internal message bar, e.g. when embedding.

Definition at line 244 of file qgsauthconfigeditor.cpp.

◆ setShowUtilitiesButton

void QgsAuthConfigEditor::setShowUtilitiesButton ( bool show = true)
slot

Sets whether to show the widget's utilities button, e.g. when embedding.

Definition at line 236 of file qgsauthconfigeditor.cpp.

◆ toggleTitleVisibility()

void QgsAuthConfigEditor::toggleTitleVisibility ( bool visible)

Hide the widget's title, e.g. when embedding.

Definition at line 217 of file qgsauthconfigeditor.cpp.


The documentation for this class was generated from the following files: