okteta
checksumtool.cpp
Go to the documentation of this file.
77 QList<AbstractByteArrayChecksumAlgorithm*> ChecksumTool::algorithmList() const { return mAlgorithmList; }
85 QString ChecksumTool::title() const { return i18nc("@title:window of the tool to calculate checksums", "Checksum"); }
141 new ChecksumCalculateJob( &mCheckSum, algorithm, mByteArrayModel, mByteArrayView->selection() );
virtual void setTargetModel(AbstractModel *model)
Definition: checksumtool.cpp:95
void isApplyableChanged(bool isApplyable)
virtual AbstractByteArrayChecksumParameterSet * parameterSet()=0
used by the editor to get write access to the parameters
AbstractByteArrayChecksumParameterSet * parameterSet()
Definition: checksumtool.cpp:88
void uptodateChanged(bool isUptodate)
void checksumChanged(const QString &checksum)
virtual bool hasSelectedData() const
Definition: bytearrayview.cpp:178
void setAlgorithm(int algorithmId)
Definition: checksumtool.cpp:162
Okteta::AddressRange selection() const
Definition: bytearrayview.cpp:271
QList< AbstractByteArrayChecksumAlgorithm * > algorithmList() const
Definition: checksumtool.cpp:77
T findBaseModel() const
returns the first baseModel which is of type T, or null if none is found.
Definition: abstractmodel.h:93
Definition: bytearraydocument.h:54
Definition: abstracttool.h:40
Definition: abstractmodel.h:40
Definition: bytearrayview.h:51
static QList< AbstractByteArrayChecksumAlgorithm * > createAlgorithms()
Definition: bytearraychecksumalgorithmfactory.cpp:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 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 23:04:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.