kleopatra
selftestcommand.cpp
Go to the documentation of this file.
197 SelfTestCommand::Private * SelfTestCommand::d_func() { return static_cast<Private*>( d.get() ); }
198 const SelfTestCommand::Private * SelfTestCommand::d_func() const { return static_cast<const Private*>( d.get() ); }
boost::shared_ptr< SelfTest > makeUiServerConnectivitySelfTest()
Definition: uiservercheck.cpp:105
Definition: commands/command_p.h:52
bool isCanceled() const
Definition: selftestcommand.cpp:251
Definition: keylistcontroller.h:55
~SelfTestCommand()
Definition: selftestcommand.cpp:235
boost::shared_ptr< SelfTest > makeGpgProgramRegistryCheckSelfTest()
Definition: registrycheck.cpp:120
void setAutomaticMode(bool automatic)
Definition: selftestcommand.cpp:237
boost::shared_ptr< SelfTest > makeGpgAgentConnectivitySelfTest()
Definition: gpgagentcheck.cpp:129
void setSplashScreen(KSplashScreen *splash)
Definition: selftestcommand.cpp:243
boost::shared_ptr< SelfTest > makeGpgSmEngineCheckSelfTest()
Definition: enginecheck.cpp:147
SelfTestCommand(QAbstractItemView *view, KeyListController *parent)
Definition: selftestcommand.cpp:225
boost::shared_ptr< SelfTest > makeGpgConfCheckConfigurationSelfTest(const char *component=0)
Definition: gpgconfcheck.cpp:154
Definition: selftestdialog.h:52
boost::shared_ptr< SelfTest > makeLibKleopatraRcSelfTest()
Definition: libkleopatrarccheck.cpp:87
boost::shared_ptr< SelfTest > makeGpgConfEngineCheckSelfTest()
Definition: enginecheck.cpp:151
Definition: commands/command.h:58
boost::shared_ptr< SelfTest > makeGpgEngineCheckSelfTest()
Definition: enginecheck.cpp:143
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.