kleopatra
Kleo::SelfTest Class Referenceabstract
#include <selftest.h>
Inheritance diagram for Kleo::SelfTest:
Public Member Functions | |
virtual | ~SelfTest () |
virtual bool | canFixAutomatically () const |
bool | failed () const |
virtual bool | fix () |
virtual QString | longError () const =0 |
virtual QString | name () const =0 |
virtual bool | passed () const =0 |
virtual QString | proposedFix () const =0 |
virtual QString | shortError () const =0 |
virtual bool | skipped () const =0 |
Detailed Description
Definition at line 40 of file selftest.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 41 of file selftest.cpp.
Member Function Documentation
|
virtual |
Definition at line 43 of file selftest.cpp.
|
inline |
Definition at line 54 of file selftest.h.
|
virtual |
Definition at line 44 of file selftest.cpp.
|
pure virtual |
Implemented in Kleo::_detail::SelfTestImplementation.
|
pure virtual |
Implemented in Kleo::_detail::SelfTestImplementation.
|
pure virtual |
Implemented in Kleo::_detail::SelfTestImplementation.
|
pure virtual |
Implemented in Kleo::_detail::SelfTestImplementation.
|
pure virtual |
Implemented in Kleo::_detail::SelfTestImplementation.
|
pure virtual |
Implemented in Kleo::_detail::SelfTestImplementation.
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.