kleopatra
certifycertificatecommand.cpp
Go to the documentation of this file.
18 along with this program; if not, write to the Free Softwarls Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
67 CertifyCertificateCommand * q_func() const { return static_cast<CertifyCertificateCommand*>( q ); }
90 CertifyCertificateCommand::Private * CertifyCertificateCommand::d_func() { return static_cast<Private*>( d.get() ); }
91 const CertifyCertificateCommand::Private * CertifyCertificateCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
96 CertifyCertificateCommand::Private::Private( CertifyCertificateCommand * qq, KeyListController * c )
113 CertifyCertificateCommand::CertifyCertificateCommand( QAbstractItemView * v, KeyListController * c )
177 std::vector<Key>::iterator it = std::remove_if( secKeys.begin(), secKeys.end(), !boost::bind( &Key::canCertify, _1 ) );
182 d->error( i18nc( "@info", "To certify other certificates, you first need to create an OpenPGP certificate for yourself. Choose <interface>File->New Certificate...</interface> to create one." ),
210 if ( !err && !err.isCanceled() && dialog && dialog->exportableCertificationSelected() && dialog->sendToServer() ) {
262 const CryptoBackend::Protocol * const backend = CryptoBackendFactory::instance()->protocol( key().protocol() );
Definition: commands/command_p.h:52
void setCertificationRevocable(bool on)
Definition: certifycertificatecommand.cpp:149
Definition: keylistcontroller.h:55
void setUserIDs(const std::vector< GpgME::UserID > &uids)
Definition: certifycertificatecommand.cpp:157
~CertifyCertificateCommand()
Definition: certifycertificatecommand.cpp:143
Definition: classify.h:49
void setCertifyingKey(const GpgME::Key &key)
Definition: certifycertificatecommand.cpp:153
CertifyCertificateCommand(QAbstractItemView *view, KeyListController *parent)
Definition: certifycertificatecommand.cpp:113
void setCertificationExportable(bool on)
Definition: certifycertificatecommand.cpp:145
static boost::shared_ptr< const KeyCache > instance()
Definition: keycache.cpp:189
void setUserID(const GpgME::UserID &uid)
Definition: certifycertificatecommand.cpp:163
Definition: commands/command.h:58
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.