okteta
#include <checksumtool.h>

Public Slots | |
| void | calculateChecksum () |
| void | resetSourceTool () |
| void | setAlgorithm (int algorithmId) |
Signals | |
| void | checksumChanged (const QString &checksum) |
| void | isApplyableChanged (bool isApplyable) |
| void | uptodateChanged (bool isUptodate) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| ChecksumTool () | |
| virtual | ~ChecksumTool () |
| int | algorithmId () const |
| QList < AbstractByteArrayChecksumAlgorithm * > | algorithmList () const |
| QString | checkSum () const |
| bool | isApplyable () const |
| bool | isUptodate () const |
| AbstractByteArrayChecksumParameterSet * | parameterSet () |
| virtual void | setTargetModel (AbstractModel *model) |
| virtual QString | title () const |
Public Member Functions inherited from Kasten2::AbstractTool | |
| virtual | ~AbstractTool () |
Additional Inherited Members | |
Protected Member Functions inherited from Kasten2::AbstractTool | |
| AbstractTool () | |
Protected Attributes inherited from Kasten2::AbstractTool | |
| Private *const | d |
Detailed Description
Definition at line 51 of file checksumtool.h.
Constructor & Destructor Documentation
| Kasten2::ChecksumTool::ChecksumTool | ( | ) |
Definition at line 57 of file checksumtool.cpp.
|
virtual |
Definition at line 203 of file checksumtool.cpp.
Member Function Documentation
|
inline |
Definition at line 119 of file checksumtool.h.
| QList< AbstractByteArrayChecksumAlgorithm * > Kasten2::ChecksumTool::algorithmList | ( | ) | const |
Definition at line 77 of file checksumtool.cpp.
|
slot |
Definition at line 129 of file checksumtool.cpp.
|
inline |
Definition at line 120 of file checksumtool.h.
|
signal |
| bool Kasten2::ChecksumTool::isApplyable | ( | ) | const |
Definition at line 79 of file checksumtool.cpp.
|
signal |
|
inline |
Definition at line 121 of file checksumtool.h.
| AbstractByteArrayChecksumParameterSet * Kasten2::ChecksumTool::parameterSet | ( | ) |
Definition at line 88 of file checksumtool.cpp.
|
slot |
Definition at line 173 of file checksumtool.cpp.
|
slot |
Definition at line 162 of file checksumtool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 95 of file checksumtool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 85 of file checksumtool.cpp.
|
signal |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from