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::GpgCommandExecutor 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_1GpgCommandExecutor.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" >
2024-01-23 07:22:33 +00:00
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
2022-05-08 19:59:26 +00:00
< a href = "classGpgFrontend_1_1GpgCommandExecutor-members.html" > List of all members< / a > < / div >
2022-05-08 22:01:23 +00:00
< div class = "headertitle" >
< div class = "title" > GpgFrontend::GpgCommandExecutor Class Reference< / div > < / div >
2022-05-08 19:59:26 +00:00
< / div > <!-- header -->
< div class = "contents" >
< p > Extra commands related to GPG.
< a href = "classGpgFrontend_1_1GpgCommandExecutor.html#details" > More...< / a > < / p >
< p > < code > #include < < a class = "el" href = "GpgCommandExecutor_8h_source.html" > GpgCommandExecutor.h< / a > > < / code > < / p >
< div class = "dynheader" >
Collaboration diagram for GpgFrontend::GpgCommandExecutor:< / div >
< div class = "dyncontent" >
2022-11-26 18:19:17 +00:00
< div class = "center" > < img src = "classGpgFrontend_1_1GpgCommandExecutor__coll__graph.png" border = "0" usemap = "#aGpgFrontend_1_1GpgCommandExecutor_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "aGpgFrontend_1_1GpgCommandExecutor_coll__map" id = "aGpgFrontend_1_1GpgCommandExecutor_coll__map" >
2024-01-23 07:22:33 +00:00
< area shape = "rect" title = "Extra commands related to GPG." alt = "" coords = "5,5,268,112" / >
2022-05-08 22:01:23 +00:00
< / map >
2022-05-08 19:59:26 +00:00
< / div >
< table class = "memberdecls" >
2024-01-23 07:22:33 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html" > ExecuteContext< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 19:59:26 +00:00
< / table > < table class = "memberdecls" >
2024-01-23 07:22:33 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a42cbe93981d496b6dc61e28e3dcfb6e6" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a42cbe93981d496b6dc61e28e3dcfb6e6" > < / a >
using  < / td > < td class = "memItemRight" valign = "bottom" > < b > ExecuteContexts< / b > = QList< < a class = "el" href = "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html" > ExecuteContext< / a > > < / td > < / tr >
< tr class = "separator:a42cbe93981d496b6dc61e28e3dcfb6e6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 19:59:26 +00:00
< / table > < table class = "memberdecls" >
2024-01-23 07:22:33 +00:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ac3f979fcd910206e2d9cb30930e9eecb" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1GpgCommandExecutor.html#ac3f979fcd910206e2d9cb30930e9eecb" > ExecuteSync< / a > (< a class = "el" href = "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html" > ExecuteContext< / a > )< / td > < / tr >
< tr class = "memdesc:ac3f979fcd910206e2d9cb30930e9eecb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Excuting a command. < a href = "classGpgFrontend_1_1GpgCommandExecutor.html#ac3f979fcd910206e2d9cb30930e9eecb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac3f979fcd910206e2d9cb30930e9eecb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1412fef6649e8fa7d7376f233841b60d" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a1412fef6649e8fa7d7376f233841b60d" > < / a >
static void  < / td > < td class = "memItemRight" valign = "bottom" > < b > ExecuteConcurrentlyAsync< / b > (ExecuteContexts)< / td > < / tr >
< tr class = "separator:a1412fef6649e8fa7d7376f233841b60d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae749d88c09b467b800a9f5682c142bb6" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ae749d88c09b467b800a9f5682c142bb6" > < / a >
static void  < / td > < td class = "memItemRight" valign = "bottom" > < b > ExecuteConcurrentlySync< / b > (ExecuteContexts)< / td > < / tr >
< tr class = "separator:ae749d88c09b467b800a9f5682c142bb6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 19:59:26 +00:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2022-05-08 22:01:23 +00:00
< div class = "textblock" > < p > Extra commands related to GPG. < / p >
2024-01-23 07:22:33 +00:00
< / div > < h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "ac3f979fcd910206e2d9cb30930e9eecb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac3f979fcd910206e2d9cb30930e9eecb" > ◆ < / a > < / span > ExecuteSync()< / 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" > void GpgFrontend::GpgCommandExecutor::ExecuteSync < / td >
2022-05-08 19:59:26 +00:00
< td > (< / td >
2024-01-23 07:22:33 +00:00
< td class = "paramtype" > < a class = "el" href = "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html" > ExecuteContext< / a >   < / td >
< td class = "paramname" > < em > context< / em > < / td > < td > )< / td >
2022-05-08 19:59:26 +00:00
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2024-01-23 07:22:33 +00:00
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
2022-05-08 19:59:26 +00:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-02-25 08:33:31 +00:00
< p > Excuting a command. < / p >
2022-05-08 19:59:26 +00:00
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > arguments< / td > < td > Command parameters < / td > < / tr >
< tr > < td class = "paramname" > interact_func< / td > < td > Command answering function < / td > < / tr >
< / table >
< / 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< TaskRunnerGetter > ::GetInstance()< / a > .< / p >
2022-05-08 19:59:26 +00:00
2024-01-23 07:22:33 +00:00
< p class = "reference" > Referenced by < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#ab1678720e30e957ad56e14b683cdedd1" > GpgFrontend::GpgAdvancedOperator::ClearGpgPasswordCache()< / a > , < a class = "el" href = "classGpgFrontend_1_1GpgKeyOpera.html#ad97b418381a346162684045d8471de2d" > GpgFrontend::GpgKeyOpera::GenerateRevokeCert()< / a > , < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31" > GpgFrontend::GpgAdvancedOperator::ReloadGpgComponents()< / a > , < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1" > GpgFrontend::GpgAdvancedOperator::ResetConfigures()< / a > , < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d" > GpgFrontend::GpgAdvancedOperator::RestartGpgComponents()< / a > , < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530" > GpgFrontend::GpgAdvancedOperator::StartDirmngr()< / a > , < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86" > GpgFrontend::GpgAdvancedOperator::StartGpgAgent()< / a > , and < a class = "el" href = "classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac" > GpgFrontend::GpgAdvancedOperator::StartKeyBoxd()< / a > .< / p >
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/gpg/< a class = "el" href = "GpgCommandExecutor_8h_source.html" > GpgCommandExecutor.h< / a > < / li >
< li > src/core/function/gpg/GpgCommandExecutor.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_1GpgCommandExecutor.html" > GpgCommandExecutor< / 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 >