GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgSignResultAnalyse.h
1
29
#pragma once
30
31
#include "GpgResultAnalyse.h"
32
#include "core/model/GpgSignResult.h"
33
34
namespace
GpgFrontend
{
35
40
class
GPGFRONTEND_CORE_EXPORT
GpgSignResultAnalyse
:
public
GpgResultAnalyse
{
41
Q_OBJECT
42
public
:
49
explicit
GpgSignResultAnalyse
(
GpgError
error,
GpgSignResult
result);
50
51
protected
:
56
void
doAnalyse()
override
;
57
58
private
:
59
GpgError
error_;
60
61
GpgSignResult
result_;
62
};
63
64
}
// namespace GpgFrontend
GpgFrontend::GpgResultAnalyse
Definition:
GpgResultAnalyse.h:36
GpgFrontend::GpgSignResultAnalyse
Definition:
GpgSignResultAnalyse.h:40
GpgFrontend::GpgSignResult
Definition:
GpgSignResult.h:36
GpgFrontend
Definition:
app.cpp:39
GpgFrontend::GpgError
gpgme_error_t GpgError
gpgme error
Definition:
GpgTypedef.h:42
src
core
function
result_analyse
GpgSignResultAnalyse.h
Generated by
1.9.1