kleopatra
changeownertrustcommand.cpp
Go to the documentation of this file.
88 ChangeOwnerTrustCommand::Private * ChangeOwnerTrustCommand::d_func() { return static_cast<Private*>( d.get() ); }
89 const ChangeOwnerTrustCommand::Private * ChangeOwnerTrustCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
110 ChangeOwnerTrustCommand::ChangeOwnerTrustCommand( QAbstractItemView * v, KeyListController * c )
136 if ( key.protocol() != GpgME::OpenPGP || ( key.hasSecret() && key.ownerTrust() == Key::Ultimate ) ) {
204 const CryptoBackend::Protocol * const backend = CryptoBackendFactory::instance()->protocol( key().protocol() );
Definition: commands/command_p.h:52
Definition: keylistcontroller.h:55
QString formatForComboBox(const GpgME::Key &key)
Definition: formatting.cpp:497
Definition: classify.h:49
~ChangeOwnerTrustCommand()
Definition: changeownertrustcommand.cpp:126
ChangeOwnerTrustCommand(QAbstractItemView *view, KeyListController *parent)
Definition: changeownertrustcommand.cpp:110
Definition: formatting.h:79
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.