QGIS/python/gui/auto_generated/auth/qgsauthcertificateinfo.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

85 lines
2.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthcertificateinfo.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthCertInfo : QWidget
{
%Docstring
Widget for viewing detailed info on a certificate and its hierarchical trust chain
%End
%TypeHeaderCode
#include "qgsauthcertificateinfo.h"
%End
public:
explicit QgsAuthCertInfo( const QSslCertificate &cert,
bool manageCertTrust = false,
QWidget *parent /TransferThis/ = 0,
const QList<QSslCertificate> &connectionCAs = QList<QSslCertificate>() );
%Docstring
Constructor for QgsAuthCertInfo
%End
bool trustCacheRebuilt();
};
class QgsAuthCertInfoDialog : QDialog
{
%Docstring
Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain
%End
%TypeHeaderCode
#include "qgsauthcertificateinfo.h"
%End
public:
explicit QgsAuthCertInfoDialog( const QSslCertificate &cert,
bool manageCertTrust,
QWidget *parent /TransferThis/ = 0,
const QList<QSslCertificate> &connectionCAs = QList<QSslCertificate>() );
%Docstring
Construct a dialog displaying detailed info on a certificate and its hierarchical trust chain
:param cert: Certificate object
:param manageCertTrust: Whether to show widgets to manage the trust policy of certs in hierarchy
:param parent: Parent widget
:param connectionCAs: List of hierarchical certificates in a connection
%End
QgsAuthCertInfo *certInfoWidget();
%Docstring
Gets access to embedded info widget
%End
bool trustCacheRebuilt();
%Docstring
Whether the trust cache has been rebuilt
.. note::
This happens when a trust policy has been adjusted for any cert in the hierarchy
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthcertificateinfo.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/