2017-05-31 10:09:57 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/auth/qgsautheditorwidgets.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
class QgsAuthMethodPlugins : QDialog
|
|
|
|
{
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Dialog for viewing available authentication method plugins
|
2015-09-24 13:05:49 -06:00
|
|
|
%End
|
|
|
|
|
2017-05-31 10:09:57 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsautheditorwidgets.h"
|
|
|
|
%End
|
2015-09-24 13:05:49 -06:00
|
|
|
public:
|
2017-05-31 10:09:57 +02:00
|
|
|
|
2015-09-24 13:05:49 -06:00
|
|
|
explicit QgsAuthMethodPlugins( QWidget *parent /TransferThis/ = 0 );
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Construct a dialog for viewing available authentication method plugins
|
|
|
|
:param parent: Parent widget
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
2015-09-24 13:05:49 -06:00
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
class QgsAuthEditorWidgets : QWidget
|
|
|
|
{
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Wrapper widget for available authentication editors
|
2015-09-21 06:17:48 -06:00
|
|
|
%End
|
|
|
|
|
2017-05-31 10:09:57 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsautheditorwidgets.h"
|
|
|
|
%End
|
2015-09-21 06:17:48 -06:00
|
|
|
public:
|
2017-05-31 10:09:57 +02:00
|
|
|
|
2015-09-21 06:17:48 -06:00
|
|
|
explicit QgsAuthEditorWidgets( QWidget *parent /TransferThis/ = 0 );
|
2017-05-31 10:09:57 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Construct a widget to contain various authentication editors
|
|
|
|
:param parent: Parent widget
|
2017-05-31 10:09:57 +02:00
|
|
|
%End
|
2015-09-21 06:17:48 -06:00
|
|
|
|
|
|
|
};
|
2017-05-31 10:09:57 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/auth/qgsautheditorwidgets.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|