QGIS/python/gui/auto_generated/auth/qgsauthimportidentitydialog.sip.in
Nyall Dawson c864d22d1f Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00

70 lines
2.0 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthimportidentitydialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthImportIdentityDialog : QDialog
{
%Docstring
Widget for importing an identity certificate/key bundle into the authentication database
%End
%TypeHeaderCode
#include "qgsauthimportidentitydialog.h"
%End
public:
enum IdentityType
{
CertIdentity,
};
enum BundleTypes
{
PkiPaths,
PkiPkcs12,
};
enum Validity
{
Valid,
Invalid,
Unknown
};
explicit QgsAuthImportIdentityDialog( QgsAuthImportIdentityDialog::IdentityType identitytype,
QWidget *parent /TransferThis/ = 0 );
%Docstring
Construct a dialog for importing identities
:param identitytype: Type of the identity to import
:param parent: Parent widget
%End
QgsAuthImportIdentityDialog::IdentityType identityType();
%Docstring
Gets identity type
%End
const QgsPkiBundle pkiBundleToImport();
%Docstring
Gets certificate/key bundle to be imported as a PKI bundle object
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthimportidentitydialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/