kleopatra
selftestcommand.cpp
Go to the documentation of this file.
198 SelfTestCommand::Private * SelfTestCommand::d_func() { return static_cast<Private*>( d.get() ); }
199 const SelfTestCommand::Private * SelfTestCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
boost::shared_ptr< SelfTest > makeUiServerConnectivitySelfTest()
Definition: uiservercheck.cpp:103
Definition: commands/command_p.h:52
bool isCanceled() const
Definition: selftestcommand.cpp:252
Definition: keylistcontroller.h:55
~SelfTestCommand()
Definition: selftestcommand.cpp:236
boost::shared_ptr< SelfTest > makeGpgProgramRegistryCheckSelfTest()
Definition: registrycheck.cpp:118
void setAutomaticMode(bool automatic)
Definition: selftestcommand.cpp:238
boost::shared_ptr< SelfTest > makeGpgAgentConnectivitySelfTest()
Definition: gpgagentcheck.cpp:128
void setSplashScreen(KSplashScreen *splash)
Definition: selftestcommand.cpp:244
boost::shared_ptr< SelfTest > makeGpgSmEngineCheckSelfTest()
Definition: enginecheck.cpp:145
SelfTestCommand(QAbstractItemView *view, KeyListController *parent)
Definition: selftestcommand.cpp:226
boost::shared_ptr< SelfTest > makeGpgConfCheckConfigurationSelfTest(const char *component=0)
Definition: gpgconfcheck.cpp:152
Definition: selftestdialog.h:52
boost::shared_ptr< SelfTest > makeLibKleopatraRcSelfTest()
Definition: libkleopatrarccheck.cpp:87
boost::shared_ptr< SelfTest > makeGpgConfEngineCheckSelfTest()
Definition: enginecheck.cpp:149
Definition: commands/command.h:58
boost::shared_ptr< SelfTest > makeGpgEngineCheckSelfTest()
Definition: enginecheck.cpp:141
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 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:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.