QGIS/python/gui/auto_generated/auth/qgsauthconfigeditor.sip.in

58 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthconfigeditor.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthConfigEditor : QWidget
{
2017-05-31 10:09:57 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Widget for editing authentication configuration database
%End
2017-05-31 10:09:57 +02:00
%TypeHeaderCode
#include "qgsauthconfigeditor.h"
%End
public:
2017-05-31 10:09:57 +02:00
explicit QgsAuthConfigEditor( QWidget *parent /TransferThis/ = 0, bool showUtilities = true, bool relayMessages = true );
2017-05-31 10:09:57 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Widget for editing authentication configurations directly in database
2017-12-15 21:36:08 -04:00
2017-12-15 10:36:55 -04:00
:param parent: Parent widget
:param showUtilities: Whether to show the widget's utilities button
:param relayMessages: Whether to relay auth manager messages to internal message bar
2017-05-31 10:09:57 +02:00
%End
void toggleTitleVisibility( bool visible );
2017-05-31 10:09:57 +02:00
%Docstring
Hide the widget's title, e.g. when embedding
%End
public slots:
void setShowUtilitiesButton( bool show = true );
2017-05-31 10:09:57 +02:00
%Docstring
Sets whether to show the widget's utilities button, e.g. when embedding
2017-05-31 10:09:57 +02:00
%End
void setRelayMessages( bool relay = true );
2017-05-31 10:09:57 +02:00
%Docstring
Sets whether to relay auth manager messages to internal message bar, e.g. when embedding
2017-05-31 10:09:57 +02:00
%End
};
2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthconfigeditor.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/