2022-05-08 19:59:26 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2022-05-08 22:01:23 +00:00
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-11-26 18:19:17 +00:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
2022-05-08 19:59:26 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > GpgFrontend Project: GpgFrontend::GpgVerifyResultAnalyse Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
2022-05-08 22:01:23 +00:00
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2022-05-08 19:59:26 +00:00
< div id = "projectname" > GpgFrontend Project
< / div >
< div id = "projectbrief" > A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-11-26 18:19:17 +00:00
<!-- Generated by Doxygen 1.9.1 -->
2022-05-08 19:59:26 +00:00
< script type = "text/javascript" >
2022-05-08 22:01:23 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2022-11-26 18:19:17 +00:00
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
2022-05-08 19:59:26 +00:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-05-08 22:01:23 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2022-05-08 19:59:26 +00:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-05-08 22:01:23 +00:00
/* @license-end */< / script >
2022-05-08 19:59:26 +00:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-05-08 22:01:23 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2022-05-08 19:59:26 +00:00
$(document).ready(function(){initNavTree('classGpgFrontend_1_1GpgVerifyResultAnalyse.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2024-01-23 07:22:33 +00:00
< a href = "#pro-methods" > Protected Member Functions< / a > |
2022-05-08 19:59:26 +00:00
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "classGpgFrontend_1_1GpgVerifyResultAnalyse-members.html" > List of all members< / a > < / div >
2022-05-08 22:01:23 +00:00
< div class = "headertitle" >
< div class = "title" > GpgFrontend::GpgVerifyResultAnalyse Class Reference< / div > < / div >
2022-05-08 19:59:26 +00:00
< / div > <!-- header -->
< div class = "contents" >
< div class = "dynheader" >
Inheritance diagram for GpgFrontend::GpgVerifyResultAnalyse:< / div >
< div class = "dyncontent" >
2022-11-26 18:19:17 +00:00
< div class = "center" > < img src = "classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.png" border = "0" usemap = "#aGpgFrontend_1_1GpgVerifyResultAnalyse_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "aGpgFrontend_1_1GpgVerifyResultAnalyse_inherit__map" id = "aGpgFrontend_1_1GpgVerifyResultAnalyse_inherit__map" >
2024-01-30 05:39:43 +00:00
< area shape = "rect" title = " " alt = "" coords = "13,373,230,568" / >
2024-01-23 07:22:33 +00:00
< area shape = "rect" href = "classGpgFrontend_1_1GpgResultAnalyse.html" title = " " alt = "" coords = "5,131,237,325" / >
< area shape = "rect" title = " " alt = "" coords = "84,5,159,83" / >
2022-05-08 22:01:23 +00:00
< / map >
2022-05-08 19:59:26 +00:00
< / div >
< div class = "dynheader" >
Collaboration diagram for GpgFrontend::GpgVerifyResultAnalyse:< / div >
< div class = "dyncontent" >
2022-11-26 18:19:17 +00:00
< div class = "center" > < img src = "classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.png" border = "0" usemap = "#aGpgFrontend_1_1GpgVerifyResultAnalyse_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "aGpgFrontend_1_1GpgVerifyResultAnalyse_coll__map" id = "aGpgFrontend_1_1GpgVerifyResultAnalyse_coll__map" >
2024-01-30 05:39:43 +00:00
< area shape = "rect" title = " " alt = "" coords = "137,712,354,892" / >
2024-01-23 07:22:33 +00:00
< area shape = "rect" href = "classGpgFrontend_1_1GpgResultAnalyse.html" title = " " alt = "" coords = "5,455,237,649" / >
< area shape = "rect" title = " " alt = "" coords = "84,307,159,385" / >
< area shape = "rect" href = "classGpgFrontend_1_1GpgVerifyResult.html" title = " " alt = "" coords = "262,477,479,627" / >
< area shape = "rect" title = " " alt = "" coords = "269,300,473,392" / >
< area shape = "rect" title = " " alt = "" coords = "292,145,449,223" / >
< area shape = "rect" title = " " alt = "" coords = "351,5,390,83" / >
2022-05-08 22:01:23 +00:00
< / map >
2022-05-08 19:59:26 +00:00
< / div >
< table class = "memberdecls" >
2022-05-08 22:01:23 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
2022-05-08 19:59:26 +00:00
Public Member Functions< / h2 > < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:ab1d67da5dbe5bd2d665f7121e5f5354b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b" > GpgVerifyResultAnalyse< / a > (< a class = "el" href = "namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8" > GpgError< / a > error, < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResult.html" > GpgVerifyResult< / a > result)< / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "memdesc:ab1d67da5dbe5bd2d665f7121e5f5354b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct a new Verify Result Analyse object. < a href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab1d67da5dbe5bd2d665f7121e5f5354b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:a42cf6a649e485d817fd673b890620d0b" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b" > GetSignatures< / a > () const -> gpgme_signature_t< / td > < / tr >
< tr class = "memdesc:a42cf6a649e485d817fd673b890620d0b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the Signatures object. < a href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a42cf6a649e485d817fd673b890620d0b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8d0af2a9c0a52ef8bfd88bcb66aaf07e" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e" > TakeChargeOfResult< / a > () -> < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResult.html" > GpgVerifyResult< / a > < / td > < / tr >
< tr class = "separator:a8d0af2a9c0a52ef8bfd88bcb66aaf07e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "inherit_header pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classGpgFrontend_1_1GpgResultAnalyse')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html" > GpgFrontend::GpgResultAnalyse< / a > < / td > < / tr >
2022-11-26 18:19:17 +00:00
< tr class = "memitem:aa3c9bdf1ea4c87476010ef32fd2fb426 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "aa3c9bdf1ea4c87476010ef32fd2fb426" > < / a >
  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426" > GpgResultAnalyse< / a > ()=default< / td > < / tr >
< tr class = "memdesc:aa3c9bdf1ea4c87476010ef32fd2fb426 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct a new Result Analyse object. < br / > < / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "separator:aa3c9bdf1ea4c87476010ef32fd2fb426 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:af271ad9aa3bc37e8445abf56f5fb0274 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274" > GetResultReport< / a > () const -> const QString< / td > < / tr >
< tr class = "memdesc:af271ad9aa3bc37e8445abf56f5fb0274 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the Result Report object. < a href = "classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af271ad9aa3bc37e8445abf56f5fb0274 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1bd7527f7481ca4f2d6e84add30bbf2 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2" > GetStatus< / a > () const -> int< / td > < / tr >
< tr class = "memdesc:ad1bd7527f7481ca4f2d6e84add30bbf2 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the Status object. < a href = "classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ad1bd7527f7481ca4f2d6e84add30bbf2 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a80c80d597391d2d531345d3dd507b038 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a80c80d597391d2d531345d3dd507b038" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > Analyse< / b > ()< / td > < / tr >
< tr class = "separator:a80c80d597391d2d531345d3dd507b038 inherit pub_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2024-01-23 07:22:33 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ae072a4684b3d73304794e80125ae8780" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ae072a4684b3d73304794e80125ae8780" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > doAnalyse< / b > () final< / td > < / tr >
< tr class = "separator:ae072a4684b3d73304794e80125ae8780" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classGpgFrontend_1_1GpgResultAnalyse')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html" > GpgFrontend::GpgResultAnalyse< / a > < / td > < / tr >
< tr class = "memitem:a034b7e5ccf50f9d89ac9597cd5c84efc inherit pro_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc" > setStatus< / a > (int m_status)< / td > < / tr >
< tr class = "memdesc:a034b7e5ccf50f9d89ac9597cd5c84efc inherit pro_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set the status object. < a href = "classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a034b7e5ccf50f9d89ac9597cd5c84efc inherit pro_methods_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-05-08 22:01:23 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
2022-05-08 19:59:26 +00:00
Private Member Functions< / h2 > < / td > < / tr >
2024-01-30 05:39:43 +00:00
< tr class = "memitem:a591bc0f998e7c1e85f1838248c58b212" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212" > print_signer< / a > (QTextStream & stream, < a class = "el" href = "classGpgFrontend_1_1GpgSignature.html" > GpgSignature< / a > sign) -> bool< / td > < / tr >
< tr class = "separator:a591bc0f998e7c1e85f1838248c58b212" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac35988f5f806ea1bedbbe2a6d5a900aa" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa" > print_signer_without_key< / a > (QTextStream & stream, < a class = "el" href = "classGpgFrontend_1_1GpgSignature.html" > GpgSignature< / a > sign) -> bool< / td > < / tr >
< tr class = "separator:ac35988f5f806ea1bedbbe2a6d5a900aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 19:59:26 +00:00
< / table > < table class = "memberdecls" >
2022-05-08 22:01:23 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
2022-05-08 19:59:26 +00:00
Private Attributes< / h2 > < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:ad9e53477ca77f8685ca2102bf0fc5d4c" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ad9e53477ca77f8685ca2102bf0fc5d4c" > < / a >
2024-01-23 07:22:33 +00:00
< a class = "el" href = "namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8" > GpgError< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < b > error_< / b > < / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "separator:ad9e53477ca77f8685ca2102bf0fc5d4c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a09e7a3cc3bf3d64e5d2428cd3040d2b2" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a09e7a3cc3bf3d64e5d2428cd3040d2b2" > < / a >
2024-01-23 07:22:33 +00:00
< a class = "el" href = "classGpgFrontend_1_1GpgVerifyResult.html" > GpgVerifyResult< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < b > result_< / b > < / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "separator:a09e7a3cc3bf3d64e5d2428cd3040d2b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-05-08 22:01:23 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
2022-05-08 19:59:26 +00:00
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classGpgFrontend_1_1GpgResultAnalyse')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classGpgFrontend_1_1GpgResultAnalyse.html" > GpgFrontend::GpgResultAnalyse< / a > < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr class = "memitem:a85c18b46f0bf7e536e171c3309b839ee inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a85c18b46f0bf7e536e171c3309b839ee" > < / a >
QString  < / td > < td class = "memItemRight" valign = "bottom" > < b > buffer_< / b > < / td > < / tr >
< tr class = "separator:a85c18b46f0bf7e536e171c3309b839ee inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a477cc6cf2375de828e0abc329d1575d3 inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a477cc6cf2375de828e0abc329d1575d3" > < / a >
QTextStream  < / td > < td class = "memItemRight" valign = "bottom" > < b > stream_< / b > = QTextStream(& buffer_)< / td > < / tr >
< tr class = "separator:a477cc6cf2375de828e0abc329d1575d3 inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:ad5160473724e6af2c21a4851c635cbc6 inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ad5160473724e6af2c21a4851c635cbc6" > < / a >
2022-05-08 19:59:26 +00:00
int  < / td > < td class = "memItemRight" valign = "bottom" > < b > status_< / b > = 1< / td > < / tr >
< tr class = "separator:ad5160473724e6af2c21a4851c635cbc6 inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:af82d2d107c9834daea98560f9bca2873 inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "af82d2d107c9834daea98560f9bca2873" > < / a >
2022-05-08 19:59:26 +00:00
bool  < / td > < td class = "memItemRight" valign = "bottom" > < b > analysed_< / b > = false< / td > < / tr >
< tr class = "separator:af82d2d107c9834daea98560f9bca2873 inherit pro_attribs_classGpgFrontend_1_1GpgResultAnalyse" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-05-08 22:01:23 +00:00
< a id = "ab1d67da5dbe5bd2d665f7121e5f5354b" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab1d67da5dbe5bd2d665f7121e5f5354b" > ◆ < / a > < / span > GpgVerifyResultAnalyse()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse < / td >
< td > (< / td >
2024-01-23 07:22:33 +00:00
< td class = "paramtype" > < a class = "el" href = "namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8" > GpgError< / a >   < / td >
2022-05-08 19:59:26 +00:00
< td class = "paramname" > < em > error< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2024-01-23 07:22:33 +00:00
< td class = "paramtype" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResult.html" > GpgVerifyResult< / a >   < / td >
2022-05-08 19:59:26 +00:00
< td class = "paramname" > < em > result< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Construct a new Verify Result Analyse object. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > error< / td > < td > < / td > < / tr >
2024-01-23 07:22:33 +00:00
< tr > < td class = "paramname" > result< / td > < td > Copyright (C) 2021 Saturneric < a href = "#" onclick = "location.href='mai'+'lto:'+'eri'+'c@'+'bkt'+'us'+'.co'+'m'; return false;" > eric@< span style = "display: none;" > .nosp@m.< / span > bktu< span style = "display: none;" > .nosp@m.< / span > s.com< / a > < / td > < / tr >
2022-05-08 19:59:26 +00:00
< / table >
< / dd >
< / dl >
2022-05-08 22:01:23 +00:00
< p > This file is part of < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > .< / p >
< p > < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.< / p >
< p > < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.< / p >
< p > You should have received a copy of the GNU General Public License along with < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > . If not, see < a href = "https://www.gnu.org/licenses/" > https://www.gnu.org/licenses/< / a > .< / p >
< p > The initial version of the source code is inherited from the gpg4usb project, which is under GPL-3.0-or-later.< / p >
2024-01-23 07:22:33 +00:00
< p > All the source code of < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > was modified and released by Saturneric < a href = "#" onclick = "location.href='mai'+'lto:'+'eri'+'c@'+'bkt'+'us'+'.co'+'m'; return false;" > eric@< span style = "display: none;" > .nosp@m.< / span > bktu< span style = "display: none;" > .nosp@m.< / span > s.com< / a > starting on May 12, 2021.< / p >
2022-05-08 22:01:23 +00:00
< p > SPDX-License-Identifier: GPL-3.0-or-later < / p >
2022-05-08 19:59:26 +00:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2024-01-23 07:22:33 +00:00
< a id = "a42cf6a649e485d817fd673b890620d0b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a42cf6a649e485d817fd673b890620d0b" > ◆ < / a > < / span > GetSignatures()< / h2 >
2022-05-08 19:59:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2024-01-23 07:22:33 +00:00
< td class = "memname" > auto GpgFrontend::GpgVerifyResultAnalyse::GetSignatures < / td >
2022-05-08 19:59:26 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2024-01-23 07:22:33 +00:00
< td > const -> gpgme_signature_t< / td >
2022-05-08 19:59:26 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Get the Signatures object. < / p >
< dl class = "section return" > < dt > Returns< / dt > < dd > gpgme_signature_t < / dd > < / dl >
< p class = "reference" > Referenced by < a class = "el" href = "namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925" > GpgFrontend::UI::import_unknown_key_from_keyserver()< / a > .< / p >
< / div >
< / div >
2024-01-30 05:39:43 +00:00
< a id = "a591bc0f998e7c1e85f1838248c58b212" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a591bc0f998e7c1e85f1838248c58b212" > ◆ < / a > < / span > print_signer()< / h2 >
2022-05-08 19:59:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2024-01-23 07:22:33 +00:00
< td class = "memname" > auto GpgFrontend::GpgVerifyResultAnalyse::print_signer < / td >
2022-05-08 19:59:26 +00:00
< td > (< / td >
2024-01-23 07:22:33 +00:00
< td class = "paramtype" > QTextStream &   < / td >
2022-05-08 19:59:26 +00:00
< td class = "paramname" > < em > stream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2024-01-30 05:39:43 +00:00
< td class = "paramtype" > < a class = "el" href = "classGpgFrontend_1_1GpgSignature.html" > GpgSignature< / a >   < / td >
2022-05-08 19:59:26 +00:00
< td class = "paramname" > < em > sign< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2024-01-23 07:22:33 +00:00
< td > < / td > < td > -> bool< / td >
2022-05-08 19:59:26 +00:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > stream< / td > < td > < / td > < / tr >
< tr > < td class = "paramname" > sign< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > true < / dd >
< dd >
false < / dd > < / dl >
2024-01-23 07:22:33 +00:00
< p class = "reference" > References < a class = "el" href = "classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f" > GpgFrontend::SingletonFunctionObject< GpgKeyGetter > ::GetInstance()< / a > .< / p >
2022-05-08 19:59:26 +00:00
2024-01-30 05:39:43 +00:00
< / div >
< / div >
< a id = "ac35988f5f806ea1bedbbe2a6d5a900aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac35988f5f806ea1bedbbe2a6d5a900aa" > ◆ < / a > < / span > print_signer_without_key()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto GpgFrontend::GpgVerifyResultAnalyse::print_signer_without_key < / td >
< td > (< / td >
< td class = "paramtype" > QTextStream &   < / td >
< td class = "paramname" > < em > stream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classGpgFrontend_1_1GpgSignature.html" > GpgSignature< / a >   < / td >
< td class = "paramname" > < em > sign< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > -> bool< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > stream< / td > < td > < / td > < / tr >
< tr > < td class = "paramname" > sign< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > true < / dd >
< dd >
false < / dd > < / dl >
2022-05-08 19:59:26 +00:00
< / div >
< / div >
2024-01-23 07:22:33 +00:00
< a id = "a8d0af2a9c0a52ef8bfd88bcb66aaf07e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8d0af2a9c0a52ef8bfd88bcb66aaf07e" > ◆ < / a > < / span > TakeChargeOfResult()< / h2 >
2022-05-08 19:59:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2024-01-23 07:22:33 +00:00
< td class = "memname" > auto GpgFrontend::GpgVerifyResultAnalyse::TakeChargeOfResult < / td >
2022-05-08 19:59:26 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2024-01-23 07:22:33 +00:00
< td > -> < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResult.html" > GpgVerifyResult< / a > < / td >
2022-05-08 19:59:26 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2024-01-23 07:22:33 +00:00
< dl class = "section return" > < dt > Returns< / dt > < dd > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResult.html" > GpgVerifyResult< / a > < / dd > < / dl >
2022-05-08 19:59:26 +00:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/core/function/result_analyse/< a class = "el" href = "GpgVerifyResultAnalyse_8h_source.html" > GpgVerifyResultAnalyse.h< / a > < / li >
< li > src/core/function/result_analyse/GpgVerifyResultAnalyse.cpp< / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceGpgFrontend.html" > GpgFrontend< / a > < / li > < li class = "navelem" > < a class = "el" href = "classGpgFrontend_1_1GpgVerifyResultAnalyse.html" > GpgVerifyResultAnalyse< / a > < / li >
2022-11-26 18:19:17 +00:00
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.1 < / li >
2022-05-08 19:59:26 +00:00
< / ul >
< / div >
< / body >
< / html >