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::UI::FilePage 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_1UI_1_1FilePage.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-slots" > Public Slots< / a > |
< a href = "#signals" > Signals< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pri-slots" > Private Slots< / a > |
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
< a href = "classGpgFrontend_1_1UI_1_1FilePage-members.html" > List of all members< / a > < / div >
2022-05-08 22:01:23 +00:00
< div class = "headertitle" >
< div class = "title" > GpgFrontend::UI::FilePage Class Reference< / div > < / div >
2022-05-08 19:59:26 +00:00
< / div > <!-- header -->
< div class = "contents" >
< div class = "dynheader" >
Inheritance diagram for GpgFrontend::UI::FilePage:< / div >
< div class = "dyncontent" >
2022-11-26 18:19:17 +00:00
< div class = "center" > < img src = "classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.png" border = "0" usemap = "#aGpgFrontend_1_1UI_1_1FilePage_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "aGpgFrontend_1_1UI_1_1FilePage_inherit__map" id = "aGpgFrontend_1_1UI_1_1FilePage_inherit__map" >
2023-07-12 15:49:04 +00:00
< area shape = "rect" title = " " alt = "" coords = "5,131,215,604" / >
< area shape = "rect" title = " " alt = "" coords = "71,5,149,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::UI::FilePage:< / div >
< div class = "dyncontent" >
2022-11-26 18:19:17 +00:00
< div class = "center" > < img src = "classGpgFrontend_1_1UI_1_1FilePage__coll__graph.png" border = "0" usemap = "#aGpgFrontend_1_1UI_1_1FilePage_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "aGpgFrontend_1_1UI_1_1FilePage_coll__map" id = "aGpgFrontend_1_1UI_1_1FilePage_coll__map" >
2023-07-12 15:49:04 +00:00
< area shape = "rect" title = " " alt = "" coords = "5,440,215,899" / >
< area shape = "rect" title = " " alt = "" coords = "25,293,104,370" / >
< area shape = "rect" title = " " alt = "" coords = "128,285,276,377" / >
< area shape = "rect" title = " " alt = "" coords = "123,145,281,223" / >
< area shape = "rect" title = " " alt = "" coords = "183,5,221,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-slots" > < / a >
2022-05-08 19:59:26 +00:00
Public Slots< / h2 > < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a8ed9963c6c37131a17ccec8b61e04879" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a8ed9963c6c37131a17ccec8b61e04879" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > SlotGoPath< / b > ()< / td > < / tr >
< tr class = "separator:a8ed9963c6c37131a17ccec8b61e04879" > < 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 = "signals" > < / a >
2022-05-08 19:59:26 +00:00
Signals< / h2 > < / td > < / tr >
< tr class = "memitem:aec462d16a2097024a4ced24012b905a7" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7" > SignalPathChanged< / a > (const QString & path)< / td > < / tr >
< tr class = "separator:aec462d16a2097024a4ced24012b905a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a301c5c7747ad251b14c490d58b5d678f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f" > SignalRefreshInfoBoard< / a > (const QString & text, < a class = "el" href = "namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d" > InfoBoardStatus< / a > verify_label_status)< / td > < / tr >
< tr class = "separator:a301c5c7747ad251b14c490d58b5d678f" > < 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 = "pub-methods" > < / a >
2022-05-08 19:59:26 +00:00
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a48fb14a3296f19f9b1c3b9b48c3a1bf3" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3" > FilePage< / a > (QWidget *parent=nullptr)< / td > < / tr >
< tr class = "memdesc:a48fb14a3296f19f9b1c3b9b48c3a1bf3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct a new File Page object. < a href = "classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a48fb14a3296f19f9b1c3b9b48c3a1bf3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3c114d414b96d3e4b2ca833ab6a48605" > < td class = "memItemLeft" align = "right" valign = "top" > QString  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605" > GetSelected< / a > () const< / td > < / tr >
< tr class = "memdesc:a3c114d414b96d3e4b2ca833ab6a48605" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Get the Selected object. < a href = "classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3c114d414b96d3e4b2ca833ab6a48605" > < 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 = "pro-methods" > < / a >
2022-05-08 19:59:26 +00:00
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aea388ad7876e287f71e93085e6715495" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495" > keyPressEvent< / a > (QKeyEvent *event) override< / td > < / tr >
< tr class = "separator:aea388ad7876e287f71e93085e6715495" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa80dc1b74a0ec65d06e5dffaa21cc785" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785" > onCustomContextMenu< / a > (const QPoint & point)< / td > < / tr >
< tr class = "separator:aa80dc1b74a0ec65d06e5dffaa21cc785" > < 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-slots" > < / a >
2022-05-08 19:59:26 +00:00
Private Slots< / h2 > < / td > < / tr >
< tr class = "memitem:a676917817d6f519e043742d1d87f97f1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1" > slot_file_tree_view_item_clicked< / a > (const QModelIndex & index)< / td > < / tr >
< tr class = "separator:a676917817d6f519e043742d1d87f97f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad3c54320bdafbbb2c06a20d6c7dea9d6" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6" > slot_file_tree_view_item_double_clicked< / a > (const QModelIndex & index)< / td > < / tr >
< tr class = "separator:ad3c54320bdafbbb2c06a20d6c7dea9d6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a48fde4a93676b1b9810ab88fe265d8a8" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a48fde4a93676b1b9810ab88fe265d8a8" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_up_level< / b > ()< / td > < / tr >
< tr class = "separator:a48fde4a93676b1b9810ab88fe265d8a8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:ab42d1dea33d8d33e21418bf805fd66a0" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ab42d1dea33d8d33e21418bf805fd66a0" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_open_item< / b > ()< / td > < / tr >
< tr class = "separator:ab42d1dea33d8d33e21418bf805fd66a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-07-12 15:49:04 +00:00
< tr class = "memitem:ab2e5bf3d09a3a29bf77693d55975ae0c" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ab2e5bf3d09a3a29bf77693d55975ae0c" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_open_item_by_system_application< / b > ()< / td > < / tr >
< tr class = "separator:ab2e5bf3d09a3a29bf77693d55975ae0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a8beae6f942215ba4f191736c7176d8aa" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a8beae6f942215ba4f191736c7176d8aa" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_rename_item< / b > ()< / td > < / tr >
< tr class = "separator:a8beae6f942215ba4f191736c7176d8aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a81ba57bc1073197afc748eff14ffa006" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a81ba57bc1073197afc748eff14ffa006" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_delete_item< / b > ()< / td > < / tr >
< tr class = "separator:a81ba57bc1073197afc748eff14ffa006" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a9a2660343132a9e3de05471126659fae" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a9a2660343132a9e3de05471126659fae" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_calculate_hash< / b > ()< / td > < / tr >
< tr class = "separator:a9a2660343132a9e3de05471126659fae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a00cd511308dceeda07d078a9e4ed0164" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a00cd511308dceeda07d078a9e4ed0164" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_mkdir< / b > ()< / td > < / tr >
< tr class = "separator:a00cd511308dceeda07d078a9e4ed0164" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:ab4c7e70027f55aae7ef1ed78bb1d9646" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ab4c7e70027f55aae7ef1ed78bb1d9646" > < / a >
2022-05-08 19:59:26 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > slot_create_empty_file< / b > ()< / td > < / tr >
< tr class = "separator:ab4c7e70027f55aae7ef1ed78bb1d9646" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-11-26 18:19:17 +00:00
< tr class = "memitem:a250b1950f874c1d11549cd5c0ea9693f" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a250b1950f874c1d11549cd5c0ea9693f" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f" > slot_compress_files< / a > ()< / td > < / tr >
< tr class = "memdesc:a250b1950f874c1d11549cd5c0ea9693f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > compress directory into gpg-zip < br / > < / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "separator:a250b1950f874c1d11549cd5c0ea9693f" > < 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 >
2022-11-26 18:19:17 +00:00
< tr class = "memitem:a73e4b62f4926b1aeb3f2183a1d05d871" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a73e4b62f4926b1aeb3f2183a1d05d871" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871" > create_popup_menu< / a > ()< / td > < / tr >
< tr class = "memdesc:a73e4b62f4926b1aeb3f2183a1d05d871" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Create a popup menu object. < br / > < / td > < / tr >
2022-05-08 19:59:26 +00:00
< tr class = "separator:a73e4b62f4926b1aeb3f2183a1d05d871" > < 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-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:a81be0513bcc1488c22791b4ca4fbe671" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a81be0513bcc1488c22791b4ca4fbe671" > < / a >
2022-05-08 19:59:26 +00:00
std::shared_ptr< Ui_FilePage >   < / td > < td class = "memItemRight" valign = "bottom" > < b > ui_< / b > < / td > < / tr >
< tr class = "separator:a81be0513bcc1488c22791b4ca4fbe671" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:ae649c1f6144bad1c9dab277fd9ce45d4" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ae649c1f6144bad1c9dab277fd9ce45d4" > < / a >
2022-05-08 19:59:26 +00:00
QFileSystemModel *  < / td > < td class = "memItemRight" valign = "bottom" > < b > dir_model_< / b > < / td > < / tr >
< tr class = "separator:ae649c1f6144bad1c9dab277fd9ce45d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:aca3e2a213ec519e4f8aec27cfe9973ad" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "aca3e2a213ec519e4f8aec27cfe9973ad" > < / a >
2022-05-08 19:59:26 +00:00
QCompleter *  < / td > < td class = "memItemRight" valign = "bottom" > < b > path_edit_completer_< / b > < / td > < / tr >
< tr class = "separator:aca3e2a213ec519e4f8aec27cfe9973ad" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a379abfff5c0e3935b478aee938528ba1" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a379abfff5c0e3935b478aee938528ba1" > < / a >
2022-05-08 19:59:26 +00:00
QStringListModel *  < / td > < td class = "memItemRight" valign = "bottom" > < b > path_complete_model_< / b > < / td > < / tr >
< tr class = "separator:a379abfff5c0e3935b478aee938528ba1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:ae834468425b52162842f1f4f52009cae" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ae834468425b52162842f1f4f52009cae" > < / a >
2022-05-08 19:59:26 +00:00
std::filesystem::path  < / td > < td class = "memItemRight" valign = "bottom" > < b > m_path_< / b > < / td > < / tr >
< tr class = "separator:ae834468425b52162842f1f4f52009cae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:afc8cb5a018464c2017dbb7e987f686e9" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "afc8cb5a018464c2017dbb7e987f686e9" > < / a >
2022-05-08 19:59:26 +00:00
std::filesystem::path  < / td > < td class = "memItemRight" valign = "bottom" > < b > selected_path_< / b > < / td > < / tr >
< tr class = "separator:afc8cb5a018464c2017dbb7e987f686e9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:aea773a182e0776154611ff51431c7d6c" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "aea773a182e0776154611ff51431c7d6c" > < / a >
2022-05-08 19:59:26 +00:00
QMenu *  < / td > < td class = "memItemRight" valign = "bottom" > < b > popup_menu_< / b > {}< / td > < / tr >
< tr class = "separator:aea773a182e0776154611ff51431c7d6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a6ddf29e46120a9cd7a31285d748ddb12" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a6ddf29e46120a9cd7a31285d748ddb12" > < / a >
2022-05-08 19:59:26 +00:00
QMenu *  < / td > < td class = "memItemRight" valign = "bottom" > < b > option_popup_menu_< / b > {}< / td > < / tr >
< tr class = "separator:a6ddf29e46120a9cd7a31285d748ddb12" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-05-08 22:01:23 +00:00
< tr class = "memitem:a3e367cd297e307e80a7cded37b7af74e" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a3e367cd297e307e80a7cded37b7af74e" > < / a >
2022-05-08 19:59:26 +00:00
QWidget *  < / td > < td class = "memItemRight" valign = "bottom" > < b > first_parent_< / b > {}< / td > < / tr >
< tr class = "separator:a3e367cd297e307e80a7cded37b7af74e" > < 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 = "a48fb14a3296f19f9b1c3b9b48c3a1bf3" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a48fb14a3296f19f9b1c3b9b48c3a1bf3" > ◆ < / a > < / span > FilePage()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > GpgFrontend::UI::FilePage::FilePage < / td >
< td > (< / td >
< td class = "paramtype" > QWidget *  < / td >
< td class = "paramname" > < em > parent< / em > = < code > nullptr< / code > < / 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 File Page object. < / p >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > parent< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< p class = "reference" > References < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871" > create_popup_menu()< / a > , < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785" > onCustomContextMenu()< / a > , < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1" > slot_file_tree_view_item_clicked()< / a > , and < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6" > slot_file_tree_view_item_double_clicked()< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-05-08 22:01:23 +00:00
< a id = "a3c114d414b96d3e4b2ca833ab6a48605" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c114d414b96d3e4b2ca833ab6a48605" > ◆ < / a > < / span > GetSelected()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > QString GpgFrontend::UI::FilePage::GetSelected < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Get the Selected object. < / p >
< dl class = "section return" > < dt > Returns< / dt > < dd > QString < / dd > < / dl >
< p class = "reference" > Referenced by < a class = "el" href = "classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48" > GpgFrontend::UI::MainWindow::SlotFileDecrypt()< / a > , < a class = "el" href = "classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919" > GpgFrontend::UI::MainWindow::SlotFileDecryptVerify()< / a > , < a class = "el" href = "classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3" > GpgFrontend::UI::MainWindow::SlotFileEncrypt()< / a > , < a class = "el" href = "classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30" > GpgFrontend::UI::MainWindow::SlotFileEncryptSign()< / a > , < a class = "el" href = "classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf" > GpgFrontend::UI::MainWindow::SlotFileSign()< / a > , and < a class = "el" href = "classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8" > GpgFrontend::UI::MainWindow::SlotFileVerify()< / a > .< / p >
< / div >
< / div >
2022-05-08 22:01:23 +00:00
< a id = "aea388ad7876e287f71e93085e6715495" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aea388ad7876e287f71e93085e6715495" > ◆ < / a > < / span > keyPressEvent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GpgFrontend::UI::FilePage::keyPressEvent < / td >
< td > (< / td >
< td class = "paramtype" > QKeyEvent *  < / td >
< td class = "paramname" > < em > event< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > event< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2022-05-08 22:01:23 +00:00
< a id = "aa80dc1b74a0ec65d06e5dffaa21cc785" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa80dc1b74a0ec65d06e5dffaa21cc785" > ◆ < / a > < / span > onCustomContextMenu()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GpgFrontend::UI::FilePage::onCustomContextMenu < / td >
< td > (< / td >
< td class = "paramtype" > const QPoint &   < / td >
< td class = "paramname" > < em > point< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > point< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< p class = "reference" > Referenced by < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3" > FilePage()< / a > .< / p >
< / div >
< / div >
2022-05-08 22:01:23 +00:00
< a id = "aec462d16a2097024a4ced24012b905a7" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec462d16a2097024a4ced24012b905a7" > ◆ < / a > < / span > SignalPathChanged< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GpgFrontend::UI::FilePage::SignalPathChanged < / td >
< td > (< / td >
< td class = "paramtype" > const QString &   < / td >
< td class = "paramname" > < em > path< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > signal< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > path< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< / div >
< / div >
2022-05-08 22:01:23 +00:00
< a id = "a301c5c7747ad251b14c490d58b5d678f" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a301c5c7747ad251b14c490d58b5d678f" > ◆ < / a > < / span > SignalRefreshInfoBoard< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GpgFrontend::UI::FilePage::SignalRefreshInfoBoard < / td >
< td > (< / td >
< td class = "paramtype" > const QString &   < / td >
< td class = "paramname" > < em > text< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d" > InfoBoardStatus< / a >   < / td >
< td class = "paramname" > < em > verify_label_status< / 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" > signal< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > text< / td > < td > < / td > < / tr >
< tr > < td class = "paramname" > verify_label_status< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
2022-05-08 22:01:23 +00:00
< / div >
< / div >
< a id = "a676917817d6f519e043742d1d87f97f1" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a676917817d6f519e043742d1d87f97f1" > ◆ < / a > < / span > slot_file_tree_view_item_clicked< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GpgFrontend::UI::FilePage::slot_file_tree_view_item_clicked < / td >
< td > (< / td >
< td class = "paramtype" > const QModelIndex &   < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < span class = "mlabel" > slot< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > index< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< p class = "reference" > Referenced by < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3" > FilePage()< / a > .< / p >
< / div >
< / div >
2022-05-08 22:01:23 +00:00
< a id = "ad3c54320bdafbbb2c06a20d6c7dea9d6" > < / a >
2022-05-08 19:59:26 +00:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad3c54320bdafbbb2c06a20d6c7dea9d6" > ◆ < / a > < / span > slot_file_tree_view_item_double_clicked< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GpgFrontend::UI::FilePage::slot_file_tree_view_item_double_clicked < / td >
< td > (< / td >
< td class = "paramtype" > const QModelIndex &   < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < span class = "mlabel" > slot< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > index< / td > < td > < / td > < / tr >
< / table >
< / dd >
< / dl >
< p class = "reference" > Referenced by < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3" > FilePage()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/ui/widgets/< a class = "el" href = "FilePage_8h_source.html" > FilePage.h< / a > < / li >
< li > src/ui/widgets/FilePage.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 = "namespaceGpgFrontend_1_1UI.html" > UI< / a > < / li > < li class = "navelem" > < a class = "el" href = "classGpgFrontend_1_1UI_1_1FilePage.html" > FilePage< / 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 >