kleopatra
changeroottrustcommand.cpp
Go to the documentation of this file.
75 trustListFile( QDir( gnupgHomeDirectory() ).absoluteFilePath( QLatin1String("trustlist.txt") ) ),
110 ChangeRootTrustCommand::Private * ChangeRootTrustCommand::d_func() { return static_cast<Private*>( d.get() ); }
111 const ChangeRootTrustCommand::Private * ChangeRootTrustCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
136 ChangeRootTrustCommand::ChangeRootTrustCommand( const Key & key, QAbstractItemView * v, KeyListController * p )
192 static QString change_trust_file( const QString & trustListFile, const QString & key, Key::OwnerTrust trust );
247 QString change_trust_file( const QString & trustListFile, const QString & key, Key::OwnerTrust trust )
277 QRegExp rx( QLatin1String("\\s*(!?)\\s*([a-fA-F0-9]{40}|(?:[a-fA-F0-9]{2}:){19}[a-fA-F0-9]{2})\\s*([SsPp*])(.*)") );
335 p.start( gpgConfPath, QStringList() << QLatin1String("--reload") << QLatin1String("gpg-agent") );
Definition: commands/command_p.h:52
static QString change_trust_file(const QString &trustListFile, const QString &key, Key::OwnerTrust trust)
Definition: changeroottrustcommand.cpp:247
ChangeRootTrustCommand(KeyListController *parent)
Definition: changeroottrustcommand.cpp:116
Definition: keylistcontroller.h:55
QString trustListFile() const
Definition: changeroottrustcommand.cpp:163
void setTrust(GpgME::Key::OwnerTrust trust)
Definition: changeroottrustcommand.cpp:146
Definition: classify.h:48
~ChangeRootTrustCommand()
Definition: changeroottrustcommand.cpp:144
static QString run_gpgconf_reload_gpg_agent(const QString &gpgConfPath)
Definition: changeroottrustcommand.cpp:329
GpgME::Key::OwnerTrust trust() const
Definition: changeroottrustcommand.cpp:152
void setTrustListFile(const QString &file)
Definition: changeroottrustcommand.cpp:157
Definition: formatting.h:79
Definition: commands/command.h:58
Definition: commands/command.h:46
static boost::shared_ptr< KeyCache > mutableInstance()
Definition: keycache.cpp:193
void error(const QString &text, const QString &caption=QString(), KMessageBox::Options options=KMessageBox::Notify) const
Definition: commands/command_p.h:83
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.