kleopatra
Kleo::Dialogs::SelfTestDialog Class Reference
#include <selftestdialog.h>
Inheritance diagram for Kleo::Dialogs::SelfTestDialog:
Public Slots | |
void | clear () |
Signals | |
void | updateRequested () |
Public Member Functions | |
SelfTestDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
SelfTestDialog (const std::vector< boost::shared_ptr< SelfTest > > &tests, QWidget *parent=0, Qt::WindowFlags f=0) | |
~SelfTestDialog () | |
void | addSelfTest (const boost::shared_ptr< SelfTest > &test) |
void | addSelfTests (const std::vector< boost::shared_ptr< SelfTest > > &tests) |
bool | runAtStartUp () const |
void | setAutomaticMode (bool automatic) |
void | setRunAtStartUp (bool run) |
Properties | |
bool | runAtStartUp |
Detailed Description
Definition at line 52 of file selftestdialog.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 300 of file selftestdialog.cpp.
|
explicit |
Definition at line 306 of file selftestdialog.cpp.
SelfTestDialog::~SelfTestDialog | ( | ) |
Definition at line 313 of file selftestdialog.cpp.
Member Function Documentation
void SelfTestDialog::addSelfTest | ( | const boost::shared_ptr< SelfTest > & | test | ) |
Definition at line 319 of file selftestdialog.cpp.
void SelfTestDialog::addSelfTests | ( | const std::vector< boost::shared_ptr< SelfTest > > & | tests | ) |
Definition at line 324 of file selftestdialog.cpp.
|
slot |
Definition at line 315 of file selftestdialog.cpp.
bool Kleo::Dialogs::SelfTestDialog::runAtStartUp | ( | ) | const |
void SelfTestDialog::setAutomaticMode | ( | bool | automatic | ) |
Definition at line 337 of file selftestdialog.cpp.
void SelfTestDialog::setRunAtStartUp | ( | bool | run | ) |
Definition at line 329 of file selftestdialog.cpp.
|
signal |
Property Documentation
|
readwrite |
Definition at line 54 of file selftestdialog.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 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:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.