kleopatra
#include <decryptverifyoperationwidget.h>
Public Types | |
enum | Mode { VerifyDetachedWithSignature, VerifyDetachedWithSignedData, DecryptVerifyOpaque } |
Public Member Functions | |
DecryptVerifyOperationWidget (QWidget *parent=0) | |
~DecryptVerifyOperationWidget () | |
QString | inputFileName () const |
Mode | mode () const |
boost::shared_ptr < ArchiveDefinition > | selectedArchiveDefinition () const |
void | setArchiveDefinitions (const std::vector< boost::shared_ptr< ArchiveDefinition > > &ads) |
void | setInputFileName (const QString &name) |
void | setMode (Mode mode, const boost::shared_ptr< ArchiveDefinition > &ad) |
void | setMode (Mode mode) |
void | setSignedDataFileName (const QString &name) |
QString | signedDataFileName () const |
Properties | |
QString | inputFileName |
Mode | mode |
QString | signedDataFileName |
Detailed Description
Definition at line 55 of file decryptverifyoperationwidget.h.
Member Enumeration Documentation
Enumerator | |
---|---|
VerifyDetachedWithSignature | |
VerifyDetachedWithSignedData | |
DecryptVerifyOpaque |
Definition at line 65 of file decryptverifyoperationwidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 169 of file decryptverifyoperationwidget.cpp.
DecryptVerifyOperationWidget::~DecryptVerifyOperationWidget | ( | ) |
Definition at line 175 of file decryptverifyoperationwidget.cpp.
Member Function Documentation
QString Kleo::Crypto::Gui::DecryptVerifyOperationWidget::inputFileName | ( | ) | const |
Mode Kleo::Crypto::Gui::DecryptVerifyOperationWidget::mode | ( | ) | const |
shared_ptr< ArchiveDefinition > DecryptVerifyOperationWidget::selectedArchiveDefinition | ( | ) | const |
Definition at line 251 of file decryptverifyoperationwidget.cpp.
void DecryptVerifyOperationWidget::setArchiveDefinitions | ( | const std::vector< boost::shared_ptr< ArchiveDefinition > > & | ads | ) |
Definition at line 177 of file decryptverifyoperationwidget.cpp.
void DecryptVerifyOperationWidget::setInputFileName | ( | const QString & | name | ) |
Definition at line 227 of file decryptverifyoperationwidget.cpp.
void DecryptVerifyOperationWidget::setMode | ( | Mode | mode, |
const boost::shared_ptr< ArchiveDefinition > & | ad | ||
) |
Definition at line 190 of file decryptverifyoperationwidget.cpp.
void DecryptVerifyOperationWidget::setMode | ( | Mode | mode | ) |
Definition at line 186 of file decryptverifyoperationwidget.cpp.
void DecryptVerifyOperationWidget::setSignedDataFileName | ( | const QString & | name | ) |
Definition at line 239 of file decryptverifyoperationwidget.cpp.
QString Kleo::Crypto::Gui::DecryptVerifyOperationWidget::signedDataFileName | ( | ) | const |
Property Documentation
|
readwrite |
Definition at line 59 of file decryptverifyoperationwidget.h.
|
readwrite |
Definition at line 58 of file decryptverifyoperationwidget.h.
|
readwrite |
Definition at line 60 of file decryptverifyoperationwidget.h.
The documentation for this class was generated from the following files:
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.