dash-docs/en/doxygen/html/walletframe_8h_source.html

147 lines
32 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/qt/walletframe.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&amp;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
&#160;<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&amp;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&amp;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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('walletframe_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">walletframe.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="walletframe_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>&#160;<span class="comment">// Copyright (c) 2011-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#ifndef BITCOIN_QT_WALLETFRAME_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define BITCOIN_QT_WALLETFRAME_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;QFrame&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;QMap&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">class </span><a class="code" href="classBitcoinGUI.html">BitcoinGUI</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">class </span><a class="code" href="classClientModel.html">ClientModel</a>;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">class </span><a class="code" href="classPlatformStyle.html">PlatformStyle</a>;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">class </span><a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">class </span><a class="code" href="classWalletModel.html">WalletModel</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">class </span><a class="code" href="classWalletView.html">WalletView</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;QT_BEGIN_NAMESPACE</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">class </span>QStackedWidget;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;QT_END_NAMESPACE</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classWalletFrame.html"> 22</a></span>&#160;<span class="keyword">class </span><a class="code" href="classWalletFrame.html">WalletFrame</a> : <span class="keyword">public</span> QFrame</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;{</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; Q_OBJECT</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classWalletFrame.html#aa4450f6d4e118cba1572880f6d0d61d3">WalletFrame</a>(<span class="keyword">const</span> <a class="code" href="classPlatformStyle.html">PlatformStyle</a> *<a class="code" href="classWalletFrame.html#a6b04720eeaaeba5c92aa9957bf6faf6a">platformStyle</a>, <a class="code" href="classBitcoinGUI.html">BitcoinGUI</a> *_gui = 0);</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <a class="code" href="classWalletFrame.html#a953cb8184f83043d527ee645eec9a24f">~WalletFrame</a>();</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a72f3a61b1d882a894c65fbf1adc1a954">setClientModel</a>(<a class="code" href="classClientModel.html">ClientModel</a> *<a class="code" href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0">clientModel</a>);</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#aa199c3f27654199d84c365cf86167d86">addWallet</a>(<span class="keyword">const</span> QString&amp; <a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>, <a class="code" href="classWalletModel.html">WalletModel</a> *walletModel);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#ab6d4f86307bf1b28b53c2583c5166905">setCurrentWallet</a>(<span class="keyword">const</span> QString&amp; <a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>);</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#a1d9bd941464bb92318851855e0f8ddc6">removeWallet</a>(<span class="keyword">const</span> QString &amp;<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>);</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a022ecdc6281ee7ac3dc2618b5a150e93">removeAllWallets</a>();</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#aa8c5b10f2240df164795619ca41c619c">handlePaymentRequest</a>(<span class="keyword">const</span> <a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a>&amp; recipient);</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#aeda920e4141c99d457814f20fa89dde6">showOutOfSyncWarning</a>(<span class="keywordtype">bool</span> fShow);</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;Q_SIGNALS:</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a2fb29d62adea87db27f6185e5a4ceb85">requestedSyncWarningInfo</a>();</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340"> 46</a></span>&#160; QStackedWidget *<a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classWalletFrame.html#ad44a50e3e2fe727a6a78827d87407ff6"> 47</a></span>&#160; <a class="code" href="classBitcoinGUI.html">BitcoinGUI</a> *<a class="code" href="classWalletFrame.html#ad44a50e3e2fe727a6a78827d87407ff6">gui</a>;</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0"> 48</a></span>&#160; <a class="code" href="classClientModel.html">ClientModel</a> *<a class="code" href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0">clientModel</a>;</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0"> 49</a></span>&#160; QMap&lt;QString, WalletView*&gt; <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a73116c8a3b4c6a08c09e4d594351f57e"> 51</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#a73116c8a3b4c6a08c09e4d594351f57e">bOutOfSync</a>;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a6b04720eeaaeba5c92aa9957bf6faf6a"> 53</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classPlatformStyle.html">PlatformStyle</a> *<a class="code" href="classWalletFrame.html#a6b04720eeaaeba5c92aa9957bf6faf6a">platformStyle</a>;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <a class="code" href="classWalletView.html">WalletView</a> *<a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="keyword">public</span> Q_SLOTS:</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a44a96de92558a91a95142943484c88e8">gotoOverviewPage</a>();</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a31071d5befc21c99718a8b31e1e403ee">gotoHistoryPage</a>();</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a6a58c9776d210a7a094742f6d580d1e1">gotoMasternodePage</a>();</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#af13b99dcec7b866d405aadd533bb7b9d">gotoReceiveCoinsPage</a>();</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a6c97ac7f36c595b1c1f4b7fd1c1dc880">gotoSendCoinsPage</a>(QString addr = <span class="stringliteral">&quot;&quot;</span>);</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a386b4f2e20af7d13a688662cd3f9e1fc">gotoSignMessageTab</a>(QString addr = <span class="stringliteral">&quot;&quot;</span>);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#af5cce5026575d013cb9d6933ebe7aa98">gotoVerifyMessageTab</a>(QString addr = <span class="stringliteral">&quot;&quot;</span>);</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a8a9a419ba3e249f29fe321f2d789b761">encryptWallet</a>(<span class="keywordtype">bool</span> status);</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a76aa3543635fedea052661a4cd44b81d">backupWallet</a>();</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a0a4026a734acdc0f5fbd5f775c167443">changePassphrase</a>();</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a31b6e87c87b383ef53225b6c2b37f057">unlockWallet</a>();</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a0b94aa3ff7ae9ea4d3e31b038d8b9b25">lockWallet</a>();</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a7f697d220e7ea40d6e4d6e6c5e9ef3b4">usedSendingAddresses</a>();</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a9273a0b98cf7ec9fc344658c38a4a0a3">usedReceivingAddresses</a>();</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a9b846a7ce32f1bca329a0ef634c73524">outOfSyncWarningClicked</a>();</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;};</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor">#endif // BITCOIN_QT_WALLETFRAME_H</span></div><div class="ttc" id="classWalletFrame_html_a6a58c9776d210a7a094742f6d580d1e1"><div class="ttname"><a href="classWalletFrame.html#a6a58c9776d210a7a094742f6d580d1e1">WalletFrame::gotoMasternodePage</a></div><div class="ttdeci">void gotoMasternodePage()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00125">walletframe.cpp:125</a></div></div>
<div class="ttc" id="classWalletModel_html"><div class="ttname"><a href="classWalletModel.html">WalletModel</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00102">walletmodel.h:102</a></div></div>
<div class="ttc" id="classWalletFrame_html_a8a9a419ba3e249f29fe321f2d789b761"><div class="ttname"><a href="classWalletFrame.html#a8a9a419ba3e249f29fe321f2d789b761">WalletFrame::encryptWallet</a></div><div class="ttdeci">void encryptWallet(bool status)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00160">walletframe.cpp:160</a></div></div>
<div class="ttc" id="classWalletFrame_html_a808927a1b2a23f9b11a97468076ff8d0"><div class="ttname"><a href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">WalletFrame::mapWalletViews</a></div><div class="ttdeci">QMap&lt; QString, WalletView * &gt; mapWalletViews</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00049">walletframe.h:49</a></div></div>
<div class="ttc" id="classWalletFrame_html_ab6d4f86307bf1b28b53c2583c5166905"><div class="ttname"><a href="classWalletFrame.html#ab6d4f86307bf1b28b53c2583c5166905">WalletFrame::setCurrentWallet</a></div><div class="ttdeci">bool setCurrentWallet(const QString &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00065">walletframe.cpp:65</a></div></div>
<div class="ttc" id="classWalletFrame_html_a44a96de92558a91a95142943484c88e8"><div class="ttname"><a href="classWalletFrame.html#a44a96de92558a91a95142943484c88e8">WalletFrame::gotoOverviewPage</a></div><div class="ttdeci">void gotoOverviewPage()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00111">walletframe.cpp:111</a></div></div>
<div class="ttc" id="classWalletFrame_html_a026798332d142b693e4f1820185d3f1c"><div class="ttname"><a href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">WalletFrame::currentWalletView</a></div><div class="ttdeci">WalletView * currentWalletView()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00209">walletframe.cpp:209</a></div></div>
<div class="ttc" id="classWalletFrame_html_a72f3a61b1d882a894c65fbf1adc1a954"><div class="ttname"><a href="classWalletFrame.html#a72f3a61b1d882a894c65fbf1adc1a954">WalletFrame::setClientModel</a></div><div class="ttdeci">void setClientModel(ClientModel *clientModel)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00036">walletframe.cpp:36</a></div></div>
<div class="ttc" id="classWalletFrame_html_a1d9bd941464bb92318851855e0f8ddc6"><div class="ttname"><a href="classWalletFrame.html#a1d9bd941464bb92318851855e0f8ddc6">WalletFrame::removeWallet</a></div><div class="ttdeci">bool removeWallet(const QString &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00076">walletframe.cpp:76</a></div></div>
<div class="ttc" id="classWalletFrame_html_a9273a0b98cf7ec9fc344658c38a4a0a3"><div class="ttname"><a href="classWalletFrame.html#a9273a0b98cf7ec9fc344658c38a4a0a3">WalletFrame::usedReceivingAddresses</a></div><div class="ttdeci">void usedReceivingAddresses()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00202">walletframe.cpp:202</a></div></div>
<div class="ttc" id="classWalletFrame_html_aa8c5b10f2240df164795619ca41c619c"><div class="ttname"><a href="classWalletFrame.html#aa8c5b10f2240df164795619ca41c619c">WalletFrame::handlePaymentRequest</a></div><div class="ttdeci">bool handlePaymentRequest(const SendCoinsRecipient &amp;recipient)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00094">walletframe.cpp:94</a></div></div>
<div class="ttc" id="classWalletFrame_html_af5cce5026575d013cb9d6933ebe7aa98"><div class="ttname"><a href="classWalletFrame.html#af5cce5026575d013cb9d6933ebe7aa98">WalletFrame::gotoVerifyMessageTab</a></div><div class="ttdeci">void gotoVerifyMessageTab(QString addr=&quot;&quot;)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00153">walletframe.cpp:153</a></div></div>
<div class="ttc" id="classWalletFrame_html_a7f697d220e7ea40d6e4d6e6c5e9ef3b4"><div class="ttname"><a href="classWalletFrame.html#a7f697d220e7ea40d6e4d6e6c5e9ef3b4">WalletFrame::usedSendingAddresses</a></div><div class="ttdeci">void usedSendingAddresses()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00195">walletframe.cpp:195</a></div></div>
<div class="ttc" id="classWalletView_html"><div class="ttname"><a href="classWalletView.html">WalletView</a></div><div class="ttdef"><b>Definition:</b> <a href="walletview_8h_source.html#l00036">walletview.h:36</a></div></div>
<div class="ttc" id="classWalletFrame_html_a022ecdc6281ee7ac3dc2618b5a150e93"><div class="ttname"><a href="classWalletFrame.html#a022ecdc6281ee7ac3dc2618b5a150e93">WalletFrame::removeAllWallets</a></div><div class="ttdeci">void removeAllWallets()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00086">walletframe.cpp:86</a></div></div>
<div class="ttc" id="classWalletFrame_html_aa199c3f27654199d84c365cf86167d86"><div class="ttname"><a href="classWalletFrame.html#aa199c3f27654199d84c365cf86167d86">WalletFrame::addWallet</a></div><div class="ttdeci">bool addWallet(const QString &amp;name, WalletModel *walletModel)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00041">walletframe.cpp:41</a></div></div>
<div class="ttc" id="classWalletFrame_html_ad44a50e3e2fe727a6a78827d87407ff6"><div class="ttname"><a href="classWalletFrame.html#ad44a50e3e2fe727a6a78827d87407ff6">WalletFrame::gui</a></div><div class="ttdeci">BitcoinGUI * gui</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00047">walletframe.h:47</a></div></div>
<div class="ttc" id="rest_8cpp_html_a8f8f80d37794cde9472343e4487ba3eb"><div class="ttname"><a href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a></div><div class="ttdeci">const char * name</div><div class="ttdef"><b>Definition:</b> <a href="rest_8cpp_source.html#l00037">rest.cpp:37</a></div></div>
<div class="ttc" id="classWalletFrame_html_a0b94aa3ff7ae9ea4d3e31b038d8b9b25"><div class="ttname"><a href="classWalletFrame.html#a0b94aa3ff7ae9ea4d3e31b038d8b9b25">WalletFrame::lockWallet</a></div><div class="ttdeci">void lockWallet()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00188">walletframe.cpp:188</a></div></div>
<div class="ttc" id="classWalletFrame_html_a31b6e87c87b383ef53225b6c2b37f057"><div class="ttname"><a href="classWalletFrame.html#a31b6e87c87b383ef53225b6c2b37f057">WalletFrame::unlockWallet</a></div><div class="ttdeci">void unlockWallet()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00181">walletframe.cpp:181</a></div></div>
<div class="ttc" id="classWalletFrame_html_a6c97ac7f36c595b1c1f4b7fd1c1dc880"><div class="ttname"><a href="classWalletFrame.html#a6c97ac7f36c595b1c1f4b7fd1c1dc880">WalletFrame::gotoSendCoinsPage</a></div><div class="ttdeci">void gotoSendCoinsPage(QString addr=&quot;&quot;)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00139">walletframe.cpp:139</a></div></div>
<div class="ttc" id="classWalletFrame_html_a66dbf0fd9ad769d4e52d758dfe625eb0"><div class="ttname"><a href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0">WalletFrame::clientModel</a></div><div class="ttdeci">ClientModel * clientModel</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00048">walletframe.h:48</a></div></div>
<div class="ttc" id="classWalletFrame_html_a2fb29d62adea87db27f6185e5a4ceb85"><div class="ttname"><a href="classWalletFrame.html#a2fb29d62adea87db27f6185e5a4ceb85">WalletFrame::requestedSyncWarningInfo</a></div><div class="ttdeci">void requestedSyncWarningInfo()</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletframe_8cpp_source.html#l00202">moc_walletframe.cpp:202</a></div></div>
<div class="ttc" id="classWalletFrame_html_a386b4f2e20af7d13a688662cd3f9e1fc"><div class="ttname"><a href="classWalletFrame.html#a386b4f2e20af7d13a688662cd3f9e1fc">WalletFrame::gotoSignMessageTab</a></div><div class="ttdeci">void gotoSignMessageTab(QString addr=&quot;&quot;)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00146">walletframe.cpp:146</a></div></div>
<div class="ttc" id="classWalletFrame_html_a953cb8184f83043d527ee645eec9a24f"><div class="ttname"><a href="classWalletFrame.html#a953cb8184f83043d527ee645eec9a24f">WalletFrame::~WalletFrame</a></div><div class="ttdeci">~WalletFrame()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00032">walletframe.cpp:32</a></div></div>
<div class="ttc" id="classWalletFrame_html_aeda920e4141c99d457814f20fa89dde6"><div class="ttname"><a href="classWalletFrame.html#aeda920e4141c99d457814f20fa89dde6">WalletFrame::showOutOfSyncWarning</a></div><div class="ttdeci">void showOutOfSyncWarning(bool fShow)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00103">walletframe.cpp:103</a></div></div>
<div class="ttc" id="classClientModel_html"><div class="ttname"><a href="classClientModel.html">ClientModel</a></div><div class="ttdef"><b>Definition:</b> <a href="clientmodel_8h_source.html#l00042">clientmodel.h:42</a></div></div>
<div class="ttc" id="classWalletFrame_html_aa4450f6d4e118cba1572880f6d0d61d3"><div class="ttname"><a href="classWalletFrame.html#aa4450f6d4e118cba1572880f6d0d61d3">WalletFrame::WalletFrame</a></div><div class="ttdeci">WalletFrame(const PlatformStyle *platformStyle, BitcoinGUI *_gui=0)</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00015">walletframe.cpp:15</a></div></div>
<div class="ttc" id="classWalletFrame_html_a7a68c241dc0e5a8de2a1b303166c4340"><div class="ttname"><a href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">WalletFrame::walletStack</a></div><div class="ttdeci">QStackedWidget * walletStack</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00046">walletframe.h:46</a></div></div>
<div class="ttc" id="classPlatformStyle_html"><div class="ttname"><a href="classPlatformStyle.html">PlatformStyle</a></div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00013">platformstyle.h:13</a></div></div>
<div class="ttc" id="classWalletFrame_html_af13b99dcec7b866d405aadd533bb7b9d"><div class="ttname"><a href="classWalletFrame.html#af13b99dcec7b866d405aadd533bb7b9d">WalletFrame::gotoReceiveCoinsPage</a></div><div class="ttdeci">void gotoReceiveCoinsPage()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00132">walletframe.cpp:132</a></div></div>
<div class="ttc" id="classWalletFrame_html_a0a4026a734acdc0f5fbd5f775c167443"><div class="ttname"><a href="classWalletFrame.html#a0a4026a734acdc0f5fbd5f775c167443">WalletFrame::changePassphrase</a></div><div class="ttdeci">void changePassphrase()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00174">walletframe.cpp:174</a></div></div>
<div class="ttc" id="classWalletFrame_html"><div class="ttname"><a href="classWalletFrame.html">WalletFrame</a></div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00022">walletframe.h:22</a></div></div>
<div class="ttc" id="classWalletFrame_html_a76aa3543635fedea052661a4cd44b81d"><div class="ttname"><a href="classWalletFrame.html#a76aa3543635fedea052661a4cd44b81d">WalletFrame::backupWallet</a></div><div class="ttdeci">void backupWallet()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00167">walletframe.cpp:167</a></div></div>
<div class="ttc" id="classBitcoinGUI_html"><div class="ttname"><a href="classBitcoinGUI.html">BitcoinGUI</a></div><div class="ttdef"><b>Definition:</b> <a href="bitcoingui_8h_source.html#l00048">bitcoingui.h:48</a></div></div>
<div class="ttc" id="classSendCoinsRecipient_html"><div class="ttname"><a href="classSendCoinsRecipient.html">SendCoinsRecipient</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00038">walletmodel.h:38</a></div></div>
<div class="ttc" id="classWalletFrame_html_a73116c8a3b4c6a08c09e4d594351f57e"><div class="ttname"><a href="classWalletFrame.html#a73116c8a3b4c6a08c09e4d594351f57e">WalletFrame::bOutOfSync</a></div><div class="ttdeci">bool bOutOfSync</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00051">walletframe.h:51</a></div></div>
<div class="ttc" id="classWalletFrame_html_a31071d5befc21c99718a8b31e1e403ee"><div class="ttname"><a href="classWalletFrame.html#a31071d5befc21c99718a8b31e1e403ee">WalletFrame::gotoHistoryPage</a></div><div class="ttdeci">void gotoHistoryPage()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00118">walletframe.cpp:118</a></div></div>
<div class="ttc" id="classWalletFrame_html_a6b04720eeaaeba5c92aa9957bf6faf6a"><div class="ttname"><a href="classWalletFrame.html#a6b04720eeaaeba5c92aa9957bf6faf6a">WalletFrame::platformStyle</a></div><div class="ttdeci">const PlatformStyle * platformStyle</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8h_source.html#l00053">walletframe.h:53</a></div></div>
<div class="ttc" id="classWalletFrame_html_a9b846a7ce32f1bca329a0ef634c73524"><div class="ttname"><a href="classWalletFrame.html#a9b846a7ce32f1bca329a0ef634c73524">WalletFrame::outOfSyncWarningClicked</a></div><div class="ttdeci">void outOfSyncWarningClicked()</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00214">walletframe.cpp:214</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="dir_f0c29a9f5764d78706f34c972e8114d8.html">qt</a></li><li class="navelem"><a class="el" href="walletframe_8h.html">walletframe.h</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:08 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>