mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
153 lines
46 KiB
HTML
153 lines
46 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.14"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Dash Core: src/ui_interface.h Source File</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>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</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>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Dash Core
|
|
 <span id="projectnumber">0.12.2.1</span>
|
|
</div>
|
|
<div id="projectbrief">P2P Digital Currency</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.14 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<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">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('ui__interface_8h_source.html','');});
|
|
/* @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="headertitle">
|
|
<div class="title">ui_interface.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="ui__interface_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright (c) 2010 Satoshi Nakamoto</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Copyright (c) 2012-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#ifndef BITCOIN_UI_INTERFACE_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define BITCOIN_UI_INTERFACE_H</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <stdint.h></span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <string></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <boost/signals2/last_value.hpp></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include <boost/signals2/signal.hpp></span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">class </span><a class="code" href="classCBasicKeyStore.html">CBasicKeyStore</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">class </span><a class="code" href="classCWallet.html">CWallet</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">class </span><a class="code" href="classuint256.html">uint256</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="keyword">class </span><a class="code" href="classCBlockIndex.html">CBlockIndex</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969"> 21</a></span> <span class="keyword">enum</span> <a class="code" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969">ChangeType</a></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> {</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969ae975c67c7f3a5386de0bbde38221b32f"> 23</a></span>  <a class="code" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969ae975c67c7f3a5386de0bbde38221b32f">CT_NEW</a>,</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969a5ab4035117df6ed11f4f5cd2f2d732e5"> 24</a></span>  <a class="code" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969a5ab4035117df6ed11f4f5cd2f2d732e5">CT_UPDATED</a>,</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969a6aa8d1cd0da86fe8886e3a5c47f194ef"> 25</a></span>  <a class="code" href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969a6aa8d1cd0da86fe8886e3a5c47f194ef">CT_DELETED</a></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> };</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html"> 29</a></span> <span class="keyword">class </span><a class="code" href="classCClientUIInterface.html">CClientUIInterface</a></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1"> 33</a></span>  <span class="keyword">enum</span> <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1">MessageBoxFlags</a></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  {</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9c1da08e2b3366c89ecf434061c2bf92"> 35</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9c1da08e2b3366c89ecf434061c2bf92">ICON_INFORMATION</a> = 0,</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a399d1f571bc91d1eb1abb78c7e9a8426"> 36</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a399d1f571bc91d1eb1abb78c7e9a8426">ICON_WARNING</a> = (1U << 0),</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a54415d26bda61103f9a08367ff6a2675"> 37</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a54415d26bda61103f9a08367ff6a2675">ICON_ERROR</a> = (1U << 1),</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a74ba4315826bb22d61da9aa413894052"> 42</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a74ba4315826bb22d61da9aa413894052">ICON_MASK</a> = (<a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9c1da08e2b3366c89ecf434061c2bf92">ICON_INFORMATION</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a399d1f571bc91d1eb1abb78c7e9a8426">ICON_WARNING</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a54415d26bda61103f9a08367ff6a2675">ICON_ERROR</a>),</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141"> 45</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141">BTN_OK</a> = 0x00000400U, <span class="comment">// QMessageBox::Ok</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a65395b59b20c2bec28beff89cf1ea7b3"> 46</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a65395b59b20c2bec28beff89cf1ea7b3">BTN_YES</a> = 0x00004000U, <span class="comment">// QMessageBox::Yes</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1abc6f3d18af663a338d9a3a89dd65acaa"> 47</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1abc6f3d18af663a338d9a3a89dd65acaa">BTN_NO</a> = 0x00010000U, <span class="comment">// QMessageBox::No</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a111f038c73aecac1e6772fe84ab102f3"> 48</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a111f038c73aecac1e6772fe84ab102f3">BTN_ABORT</a> = 0x00040000U, <span class="comment">// QMessageBox::Abort</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af45dfc06c4320e666df48862af00ce8e"> 49</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af45dfc06c4320e666df48862af00ce8e">BTN_RETRY</a> = 0x00080000U, <span class="comment">// QMessageBox::Retry</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a759627c22b14d82cab2c4c66b208865a"> 50</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a759627c22b14d82cab2c4c66b208865a">BTN_IGNORE</a> = 0x00100000U, <span class="comment">// QMessageBox::Ignore</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a957491d8ef1742163159e3a0e7a47997"> 51</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a957491d8ef1742163159e3a0e7a47997">BTN_CLOSE</a> = 0x00200000U, <span class="comment">// QMessageBox::Close</span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1adb2eb0543a2517b2d01c56d95b5b62db"> 52</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1adb2eb0543a2517b2d01c56d95b5b62db">BTN_CANCEL</a> = 0x00400000U, <span class="comment">// QMessageBox::Cancel</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a234b444123b0501c459cb488d6ddd7aa"> 53</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a234b444123b0501c459cb488d6ddd7aa">BTN_DISCARD</a> = 0x00800000U, <span class="comment">// QMessageBox::Discard</span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a7577f9affa9c9da8c8c09fa765c7c8a6"> 54</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a7577f9affa9c9da8c8c09fa765c7c8a6">BTN_HELP</a> = 0x01000000U, <span class="comment">// QMessageBox::Help</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a937d50453abf11c9d2467b349dddfe3a"> 55</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a937d50453abf11c9d2467b349dddfe3a">BTN_APPLY</a> = 0x02000000U, <span class="comment">// QMessageBox::Apply</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a85a5b49edf0d32d5748d36cda8bec712"> 56</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a85a5b49edf0d32d5748d36cda8bec712">BTN_RESET</a> = 0x04000000U, <span class="comment">// QMessageBox::Reset</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a76de9bd8c805f928e7085bf925617076"> 61</a></span> <span class="comment"></span> <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a76de9bd8c805f928e7085bf925617076">BTN_MASK</a> = (<a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141">BTN_OK</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a65395b59b20c2bec28beff89cf1ea7b3">BTN_YES</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1abc6f3d18af663a338d9a3a89dd65acaa">BTN_NO</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a111f038c73aecac1e6772fe84ab102f3">BTN_ABORT</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af45dfc06c4320e666df48862af00ce8e">BTN_RETRY</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a759627c22b14d82cab2c4c66b208865a">BTN_IGNORE</a> |</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a957491d8ef1742163159e3a0e7a47997">BTN_CLOSE</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1adb2eb0543a2517b2d01c56d95b5b62db">BTN_CANCEL</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a234b444123b0501c459cb488d6ddd7aa">BTN_DISCARD</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a7577f9affa9c9da8c8c09fa765c7c8a6">BTN_HELP</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a937d50453abf11c9d2467b349dddfe3a">BTN_APPLY</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a85a5b49edf0d32d5748d36cda8bec712">BTN_RESET</a>),</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1ab03a110663fb005d666b74954a741304"> 65</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1ab03a110663fb005d666b74954a741304">MODAL</a> = 0x10000000U,</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af90760e28d736dcf6da59169ea69cc88"> 68</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af90760e28d736dcf6da59169ea69cc88">SECURE</a> = 0x40000000U,</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1aa19b607c0480fe7c25879f1f8fc54727"> 71</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1aa19b607c0480fe7c25879f1f8fc54727">MSG_INFORMATION</a> = <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9c1da08e2b3366c89ecf434061c2bf92">ICON_INFORMATION</a>,</div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a72b206c5d6304b4e2257281a5ca551eb"> 72</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a72b206c5d6304b4e2257281a5ca551eb">MSG_WARNING</a> = (<a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a399d1f571bc91d1eb1abb78c7e9a8426">ICON_WARNING</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141">BTN_OK</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1ab03a110663fb005d666b74954a741304">MODAL</a>),</div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a0551e67c07eb6a81edf6e43fed89759f"> 73</a></span>  <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a0551e67c07eb6a81edf6e43fed89759f">MSG_ERROR</a> = (<a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a54415d26bda61103f9a08367ff6a2675">ICON_ERROR</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141">BTN_OK</a> | <a class="code" href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1ab03a110663fb005d666b74954a741304">MODAL</a>)</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  };</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a9d328cc06777490e90e8c6a9cb31335f"> 77</a></span>  boost::signals2::signal<bool (const std::string& message, const std::string& caption, unsigned int style), boost::signals2::last_value<bool> > <a class="code" href="classCClientUIInterface.html#a9d328cc06777490e90e8c6a9cb31335f">ThreadSafeMessageBox</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#aa4db099ecd0f43e4524b9be0ec922b61"> 80</a></span>  boost::signals2::signal<bool (const std::string& message, const std::string& noninteractive_message, const std::string& caption, unsigned int style), boost::signals2::last_value<bool> > <a class="code" href="classCClientUIInterface.html#aa4db099ecd0f43e4524b9be0ec922b61">ThreadSafeQuestion</a>;</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#abc63cc3f3e5e15632f713d859dbc6bc2"> 83</a></span>  boost::signals2::signal<void (const std::string &message)> <a class="code" href="classCClientUIInterface.html#abc63cc3f3e5e15632f713d859dbc6bc2">InitMessage</a>;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a496995d44db8dc3e3ef84d345e25967d"> 86</a></span>  boost::signals2::signal<void (int newNumConnections)> <a class="code" href="classCClientUIInterface.html#a496995d44db8dc3e3ef84d345e25967d">NotifyNumConnectionsChanged</a>;</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#addd7f774fd2ffc49b3c1b903f12aa4a0"> 89</a></span>  boost::signals2::signal<void (bool networkActive)> <a class="code" href="classCClientUIInterface.html#addd7f774fd2ffc49b3c1b903f12aa4a0">NotifyNetworkActiveChanged</a>;</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#ac9351da3add0c57b11745b288bf6d207"> 92</a></span>  boost::signals2::signal<void (int newNumMasternodes)> <a class="code" href="classCClientUIInterface.html#ac9351da3add0c57b11745b288bf6d207">NotifyStrMasternodeCountChanged</a>;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a2c42ebdda06512513445cd86881b157a"> 98</a></span>  boost::signals2::signal<void (const uint256 &hash, ChangeType status)> <a class="code" href="classCClientUIInterface.html#a2c42ebdda06512513445cd86881b157a">NotifyAlertChanged</a>;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a32a8930a5b69dd92e25fa474bd6e5420"> 101</a></span>  boost::signals2::signal<void (CWallet* wallet)> <a class="code" href="classCClientUIInterface.html#a32a8930a5b69dd92e25fa474bd6e5420">LoadWallet</a>;</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a64e516e507dd74f3639c51dffa645af2"> 104</a></span>  boost::signals2::signal<void (const std::string &title, int nProgress)> <a class="code" href="classCClientUIInterface.html#a64e516e507dd74f3639c51dffa645af2">ShowProgress</a>;</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span> </div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a39cfb82f40ec9753ca5f16a1d3337326"> 107</a></span>  boost::signals2::signal<void (bool, const CBlockIndex *)> <a class="code" href="classCClientUIInterface.html#a39cfb82f40ec9753ca5f16a1d3337326">NotifyBlockTip</a>;</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a7c4b401e2a1ec2c3b1d91150c45b9fdd"> 110</a></span>  boost::signals2::signal<void (bool, const CBlockIndex *)> <a class="code" href="classCClientUIInterface.html#a7c4b401e2a1ec2c3b1d91150c45b9fdd">NotifyHeaderTip</a>;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span> </div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#a4d24fc51b1f2822c4403d9885020c678"> 113</a></span>  boost::signals2::signal<void (double nSyncProgress)> <a class="code" href="classCClientUIInterface.html#a4d24fc51b1f2822c4403d9885020c678">NotifyAdditionalDataSyncProgressChanged</a>;</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> </div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classCClientUIInterface.html#abd111d0c8de20c0d5554ce9d411adad1"> 116</a></span>  boost::signals2::signal<void (void)> <a class="code" href="classCClientUIInterface.html#abd111d0c8de20c0d5554ce9d411adad1">BannedListChanged</a>;</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> };</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="keyword">extern</span> <a class="code" href="classCClientUIInterface.html">CClientUIInterface</a> <a class="code" href="ui__interface_8h.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a>;</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span> </div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="preprocessor">#endif // BITCOIN_UI_INTERFACE_H</span></div><div class="ttc" id="ui__interface_8h_html_a4fe31b510fc1c2b95321cedb9f89e8de"><div class="ttname"><a href="ui__interface_8h.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a></div><div class="ttdeci">CClientUIInterface uiInterface</div><div class="ttdef"><b>Definition:</b> <a href="init_8cpp_source.html#l00130">init.cpp:130</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a76de9bd8c805f928e7085bf925617076"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a76de9bd8c805f928e7085bf925617076">CClientUIInterface::BTN_MASK</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00061">ui_interface.h:61</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a234b444123b0501c459cb488d6ddd7aa"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a234b444123b0501c459cb488d6ddd7aa">CClientUIInterface::BTN_DISCARD</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00053">ui_interface.h:53</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a74ba4315826bb22d61da9aa413894052"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a74ba4315826bb22d61da9aa413894052">CClientUIInterface::ICON_MASK</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00042">ui_interface.h:42</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a759627c22b14d82cab2c4c66b208865a"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a759627c22b14d82cab2c4c66b208865a">CClientUIInterface::BTN_IGNORE</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00050">ui_interface.h:50</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_abc63cc3f3e5e15632f713d859dbc6bc2"><div class="ttname"><a href="classCClientUIInterface.html#abc63cc3f3e5e15632f713d859dbc6bc2">CClientUIInterface::InitMessage</a></div><div class="ttdeci">boost::signals2::signal< void(const std::string &message)> InitMessage</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00083">ui_interface.h:83</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a7577f9affa9c9da8c8c09fa765c7c8a6"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a7577f9affa9c9da8c8c09fa765c7c8a6">CClientUIInterface::BTN_HELP</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00054">ui_interface.h:54</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a2c42ebdda06512513445cd86881b157a"><div class="ttname"><a href="classCClientUIInterface.html#a2c42ebdda06512513445cd86881b157a">CClientUIInterface::NotifyAlertChanged</a></div><div class="ttdeci">boost::signals2::signal< void(const uint256 &hash, ChangeType status)> NotifyAlertChanged</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00098">ui_interface.h:98</a></div></div>
|
|
<div class="ttc" id="classCWallet_html"><div class="ttname"><a href="classCWallet.html">CWallet</a></div><div class="ttdef"><b>Definition:</b> <a href="wallet_8h_source.html#l00617">wallet.h:617</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_ac9351da3add0c57b11745b288bf6d207"><div class="ttname"><a href="classCClientUIInterface.html#ac9351da3add0c57b11745b288bf6d207">CClientUIInterface::NotifyStrMasternodeCountChanged</a></div><div class="ttdeci">boost::signals2::signal< void(int newNumMasternodes)> NotifyStrMasternodeCountChanged</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00092">ui_interface.h:92</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_abd111d0c8de20c0d5554ce9d411adad1"><div class="ttname"><a href="classCClientUIInterface.html#abd111d0c8de20c0d5554ce9d411adad1">CClientUIInterface::BannedListChanged</a></div><div class="ttdeci">boost::signals2::signal< void(void)> BannedListChanged</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00116">ui_interface.h:116</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a111f038c73aecac1e6772fe84ab102f3"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a111f038c73aecac1e6772fe84ab102f3">CClientUIInterface::BTN_ABORT</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00048">ui_interface.h:48</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a0551e67c07eb6a81edf6e43fed89759f"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a0551e67c07eb6a81edf6e43fed89759f">CClientUIInterface::MSG_ERROR</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00073">ui_interface.h:73</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a39cfb82f40ec9753ca5f16a1d3337326"><div class="ttname"><a href="classCClientUIInterface.html#a39cfb82f40ec9753ca5f16a1d3337326">CClientUIInterface::NotifyBlockTip</a></div><div class="ttdeci">boost::signals2::signal< void(bool, const CBlockIndex *)> NotifyBlockTip</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00107">ui_interface.h:107</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1adb2eb0543a2517b2d01c56d95b5b62db"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1adb2eb0543a2517b2d01c56d95b5b62db">CClientUIInterface::BTN_CANCEL</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00052">ui_interface.h:52</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a7c4b401e2a1ec2c3b1d91150c45b9fdd"><div class="ttname"><a href="classCClientUIInterface.html#a7c4b401e2a1ec2c3b1d91150c45b9fdd">CClientUIInterface::NotifyHeaderTip</a></div><div class="ttdeci">boost::signals2::signal< void(bool, const CBlockIndex *)> NotifyHeaderTip</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00110">ui_interface.h:110</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a9d328cc06777490e90e8c6a9cb31335f"><div class="ttname"><a href="classCClientUIInterface.html#a9d328cc06777490e90e8c6a9cb31335f">CClientUIInterface::ThreadSafeMessageBox</a></div><div class="ttdeci">boost::signals2::signal< bool(const std::string &message, const std::string &caption, unsigned int style), boost::signals2::last_value< bool > > ThreadSafeMessageBox</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00077">ui_interface.h:77</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a9c1da08e2b3366c89ecf434061c2bf92"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9c1da08e2b3366c89ecf434061c2bf92">CClientUIInterface::ICON_INFORMATION</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00035">ui_interface.h:35</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1ab03a110663fb005d666b74954a741304"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1ab03a110663fb005d666b74954a741304">CClientUIInterface::MODAL</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00065">ui_interface.h:65</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_aa4db099ecd0f43e4524b9be0ec922b61"><div class="ttname"><a href="classCClientUIInterface.html#aa4db099ecd0f43e4524b9be0ec922b61">CClientUIInterface::ThreadSafeQuestion</a></div><div class="ttdeci">boost::signals2::signal< bool(const std::string &message, const std::string &noninteractive_message, const std::string &caption, unsigned int style), boost::signals2::last_value< bool > > ThreadSafeQuestion</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00080">ui_interface.h:80</a></div></div>
|
|
<div class="ttc" id="classCBasicKeyStore_html"><div class="ttname"><a href="classCBasicKeyStore.html">CBasicKeyStore</a></div><div class="ttdef"><b>Definition:</b> <a href="keystore_8h_source.html#l00056">keystore.h:56</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1aa19b607c0480fe7c25879f1f8fc54727"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1aa19b607c0480fe7c25879f1f8fc54727">CClientUIInterface::MSG_INFORMATION</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00071">ui_interface.h:71</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1abc6f3d18af663a338d9a3a89dd65acaa"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1abc6f3d18af663a338d9a3a89dd65acaa">CClientUIInterface::BTN_NO</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00047">ui_interface.h:47</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a64e516e507dd74f3639c51dffa645af2"><div class="ttname"><a href="classCClientUIInterface.html#a64e516e507dd74f3639c51dffa645af2">CClientUIInterface::ShowProgress</a></div><div class="ttdeci">boost::signals2::signal< void(const std::string &title, int nProgress)> ShowProgress</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00104">ui_interface.h:104</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a32a8930a5b69dd92e25fa474bd6e5420"><div class="ttname"><a href="classCClientUIInterface.html#a32a8930a5b69dd92e25fa474bd6e5420">CClientUIInterface::LoadWallet</a></div><div class="ttdeci">boost::signals2::signal< void(CWallet *wallet)> LoadWallet</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00101">ui_interface.h:101</a></div></div>
|
|
<div class="ttc" id="ui__interface_8h_html_a293ba931937e469a6327b8d6b4872969"><div class="ttname"><a href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969">ChangeType</a></div><div class="ttdeci">ChangeType</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00021">ui_interface.h:21</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a957491d8ef1742163159e3a0e7a47997"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a957491d8ef1742163159e3a0e7a47997">CClientUIInterface::BTN_CLOSE</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00051">ui_interface.h:51</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a54415d26bda61103f9a08367ff6a2675"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a54415d26bda61103f9a08367ff6a2675">CClientUIInterface::ICON_ERROR</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00037">ui_interface.h:37</a></div></div>
|
|
<div class="ttc" id="ui__interface_8h_html_a293ba931937e469a6327b8d6b4872969a5ab4035117df6ed11f4f5cd2f2d732e5"><div class="ttname"><a href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969a5ab4035117df6ed11f4f5cd2f2d732e5">CT_UPDATED</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00024">ui_interface.h:24</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1">CClientUIInterface::MessageBoxFlags</a></div><div class="ttdeci">MessageBoxFlags</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00033">ui_interface.h:33</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a496995d44db8dc3e3ef84d345e25967d"><div class="ttname"><a href="classCClientUIInterface.html#a496995d44db8dc3e3ef84d345e25967d">CClientUIInterface::NotifyNumConnectionsChanged</a></div><div class="ttdeci">boost::signals2::signal< void(int newNumConnections)> NotifyNumConnectionsChanged</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00086">ui_interface.h:86</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1af45dfc06c4320e666df48862af00ce8e"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af45dfc06c4320e666df48862af00ce8e">CClientUIInterface::BTN_RETRY</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00049">ui_interface.h:49</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1af90760e28d736dcf6da59169ea69cc88"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1af90760e28d736dcf6da59169ea69cc88">CClientUIInterface::SECURE</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00068">ui_interface.h:68</a></div></div>
|
|
<div class="ttc" id="classuint256_html"><div class="ttname"><a href="classuint256.html">uint256</a></div><div class="ttdef"><b>Definition:</b> <a href="uint256_8h_source.html#l00114">uint256.h:114</a></div></div>
|
|
<div class="ttc" id="ui__interface_8h_html_a293ba931937e469a6327b8d6b4872969a6aa8d1cd0da86fe8886e3a5c47f194ef"><div class="ttname"><a href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969a6aa8d1cd0da86fe8886e3a5c47f194ef">CT_DELETED</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00025">ui_interface.h:25</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a65395b59b20c2bec28beff89cf1ea7b3"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a65395b59b20c2bec28beff89cf1ea7b3">CClientUIInterface::BTN_YES</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00046">ui_interface.h:46</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a937d50453abf11c9d2467b349dddfe3a"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a937d50453abf11c9d2467b349dddfe3a">CClientUIInterface::BTN_APPLY</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00055">ui_interface.h:55</a></div></div>
|
|
<div class="ttc" id="ui__interface_8h_html_a293ba931937e469a6327b8d6b4872969ae975c67c7f3a5386de0bbde38221b32f"><div class="ttname"><a href="ui__interface_8h.html#a293ba931937e469a6327b8d6b4872969ae975c67c7f3a5386de0bbde38221b32f">CT_NEW</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00023">ui_interface.h:23</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a72b206c5d6304b4e2257281a5ca551eb"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a72b206c5d6304b4e2257281a5ca551eb">CClientUIInterface::MSG_WARNING</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00072">ui_interface.h:72</a></div></div>
|
|
<div class="ttc" id="classCBlockIndex_html"><div class="ttname"><a href="classCBlockIndex.html">CBlockIndex</a></div><div class="ttdef"><b>Definition:</b> <a href="chain_8h_source.html#l00100">chain.h:100</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a4d24fc51b1f2822c4403d9885020c678"><div class="ttname"><a href="classCClientUIInterface.html#a4d24fc51b1f2822c4403d9885020c678">CClientUIInterface::NotifyAdditionalDataSyncProgressChanged</a></div><div class="ttdeci">boost::signals2::signal< void(double nSyncProgress)> NotifyAdditionalDataSyncProgressChanged</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00113">ui_interface.h:113</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_addd7f774fd2ffc49b3c1b903f12aa4a0"><div class="ttname"><a href="classCClientUIInterface.html#addd7f774fd2ffc49b3c1b903f12aa4a0">CClientUIInterface::NotifyNetworkActiveChanged</a></div><div class="ttdeci">boost::signals2::signal< void(bool networkActive)> NotifyNetworkActiveChanged</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00089">ui_interface.h:89</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a9874dd49edc70d5c347196ad8a631141">CClientUIInterface::BTN_OK</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00045">ui_interface.h:45</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a399d1f571bc91d1eb1abb78c7e9a8426"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a399d1f571bc91d1eb1abb78c7e9a8426">CClientUIInterface::ICON_WARNING</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00036">ui_interface.h:36</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a568cf07ecac3fac224d63b42a32e8bc1a85a5b49edf0d32d5748d36cda8bec712"><div class="ttname"><a href="classCClientUIInterface.html#a568cf07ecac3fac224d63b42a32e8bc1a85a5b49edf0d32d5748d36cda8bec712">CClientUIInterface::BTN_RESET</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00056">ui_interface.h:56</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html"><div class="ttname"><a href="classCClientUIInterface.html">CClientUIInterface</a></div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00029">ui_interface.h:29</a></div></div>
|
|
</div><!-- fragment --></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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="ui__interface_8h.html">ui_interface.h</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:09 for Dash Core by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|