GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Public Member Functions | |
GpgSignResultAnalyse (GpgError error, GpgSignResult result) | |
Construct a new Sign Result Analyse object. More... | |
Public Member Functions inherited from GpgFrontend::GpgResultAnalyse | |
GpgResultAnalyse ()=default | |
Construct a new Result Analyse object. | |
auto | GetResultReport () const -> const QString |
Get the Result Report object. More... | |
auto | GetStatus () const -> int |
Get the Status object. More... | |
void | Analyse () |
Protected Member Functions | |
void | doAnalyse () override |
Protected Member Functions inherited from GpgFrontend::GpgResultAnalyse | |
void | setStatus (int m_status) |
Set the status object. More... | |
Private Attributes | |
GpgError | error_ |
GpgSignResult | result_ |
Additional Inherited Members | |
Protected Attributes inherited from GpgFrontend::GpgResultAnalyse | |
QString | buffer_ |
QTextStream | stream_ = QTextStream(&buffer_) |
int | status_ = 1 |
bool | analysed_ = false |
|
explicit |
Construct a new Sign Result Analyse object.
error | |
result |