messageviewer
MessageViewer::VerifyOpaqueBodyPartMemento Class Reference
#include <objecttreeparser_p.h>
Inheritance diagram for MessageViewer::VerifyOpaqueBodyPartMemento:

Public Member Functions | |
| VerifyOpaqueBodyPartMemento (Kleo::VerifyOpaqueJob *job, Kleo::KeyListJob *klj, const QByteArray &signature) | |
| ~VerifyOpaqueBodyPartMemento () | |
| void | exec () |
| const QByteArray & | plainText () const |
| const GpgME::Key & | signingKey () const |
| bool | start () |
| const GpgME::VerificationResult & | verifyResult () const |
Public Member Functions inherited from MessageViewer::CryptoBodyPartMemento | |
| CryptoBodyPartMemento () | |
| ~CryptoBodyPartMemento () | |
| const QString & | auditLogAsHtml () const |
| GpgME::Error | auditLogError () const |
| void | detach () |
| bool | isRunning () const |
Public Member Functions inherited from MessageViewer::Interface::BodyPartMemento | |
| virtual | ~BodyPartMemento () |
Additional Inherited Members | |
Signals inherited from MessageViewer::CryptoBodyPartMemento | |
| void | update (MessageViewer::Viewer::UpdateMode) |
Protected Slots inherited from MessageViewer::CryptoBodyPartMemento | |
| void | notify () |
Protected Member Functions inherited from MessageViewer::CryptoBodyPartMemento | |
| void | setAuditLog (const GpgME::Error &err, const QString &log) |
| void | setRunning (bool running) |
Detailed Description
Definition at line 166 of file objecttreeparser_p.h.
Constructor & Destructor Documentation
| MessageViewer::VerifyOpaqueBodyPartMemento::VerifyOpaqueBodyPartMemento | ( | Kleo::VerifyOpaqueJob * | job, |
| Kleo::KeyListJob * | klj, | ||
| const QByteArray & | signature | ||
| ) |
| MessageViewer::VerifyOpaqueBodyPartMemento::~VerifyOpaqueBodyPartMemento | ( | ) |
Member Function Documentation
| void MessageViewer::VerifyOpaqueBodyPartMemento::exec | ( | ) |
|
inline |
Definition at line 179 of file objecttreeparser_p.h.
|
inline |
Definition at line 181 of file objecttreeparser_p.h.
| bool MessageViewer::VerifyOpaqueBodyPartMemento::start | ( | ) |
|
inline |
Definition at line 180 of file objecttreeparser_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 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:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from