mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
165 lines
62 KiB
HTML
165 lines
62 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.cpp 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('walletframe_8cpp_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.cpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="walletframe_8cpp.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) 2011-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <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> <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> </div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "<a class="code" href="walletframe_8h.html">walletframe.h</a>"</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include "<a class="code" href="bitcoingui_8h.html">bitcoingui.h</a>"</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "<a class="code" href="walletview_8h.html">walletview.h</a>"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <cstdio></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 <QHBoxLayout></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include <QLabel></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"><a class="line" href="classWalletFrame.html#aa4450f6d4e118cba1572880f6d0d61d3"> 15</a></span> <a class="code" href="classWalletFrame.html#aa4450f6d4e118cba1572880f6d0d61d3">WalletFrame::WalletFrame</a>(<span class="keyword">const</span> <a class="code" href="classPlatformStyle.html">PlatformStyle</a> *platformStyle, <a class="code" href="classBitcoinGUI.html">BitcoinGUI</a> *_gui) :</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  QFrame(_gui),</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  gui(_gui),</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  platformStyle(platformStyle)</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="comment">// Leave HBox hook for adding a list view later</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  QHBoxLayout *walletFrameLayout = <span class="keyword">new</span> QHBoxLayout(<span class="keyword">this</span>);</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  setContentsMargins(0,0,0,0);</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a> = <span class="keyword">new</span> QStackedWidget(<span class="keyword">this</span>);</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  walletFrameLayout->setContentsMargins(0,0,0,0);</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  walletFrameLayout->addWidget(<a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</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>  QLabel *noWallet = <span class="keyword">new</span> QLabel(tr(<span class="stringliteral">"No wallet has been loaded."</span>));</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  noWallet->setAlignment(Qt::AlignCenter);</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>->addWidget(noWallet);</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> </div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a953cb8184f83043d527ee645eec9a24f"> 32</a></span> <a class="code" href="classWalletFrame.html#a953cb8184f83043d527ee645eec9a24f">WalletFrame::~WalletFrame</a>()</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a72f3a61b1d882a894c65fbf1adc1a954"> 36</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a72f3a61b1d882a894c65fbf1adc1a954">WalletFrame::setClientModel</a>(<a class="code" href="classClientModel.html">ClientModel</a> *clientModel)</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  this->clientModel = <a class="code" href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0">clientModel</a>;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> }</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classWalletFrame.html#aa199c3f27654199d84c365cf86167d86"> 41</a></span> <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#aa199c3f27654199d84c365cf86167d86">WalletFrame::addWallet</a>(<span class="keyword">const</span> QString& <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="l00042"></a><span class="lineno"> 42</span> {</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keywordflow">if</span> (!<a class="code" href="classWalletFrame.html#ad44a50e3e2fe727a6a78827d87407ff6">gui</a> || !<a class="code" href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0">clientModel</a> || !walletModel || <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.count(<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>) > 0)</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <span class="keyword">new</span> <a class="code" href="classWalletView.html">WalletView</a>(<a class="code" href="classWalletFrame.html#a6b04720eeaaeba5c92aa9957bf6faf6a">platformStyle</a>, <span class="keyword">this</span>);</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  walletView-><a class="code" href="classWalletView.html#a4405b0cf33d31ea663cb1e5047ae1d97">setBitcoinGUI</a>(<a class="code" href="classWalletFrame.html#ad44a50e3e2fe727a6a78827d87407ff6">gui</a>);</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  walletView-><a class="code" href="classWalletView.html#a46d9a8d93adfdcc29cae9ff0d44c313e">setClientModel</a>(<a class="code" href="classWalletFrame.html#a66dbf0fd9ad769d4e52d758dfe625eb0">clientModel</a>);</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  walletView-><a class="code" href="classWalletView.html#a0a37ff693a4f9c1e5ddc23f9cd3913be">setWalletModel</a>(walletModel);</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  walletView-><a class="code" href="classWalletView.html#af3ed06b191b6d933788f32ed2daa5fae">showOutOfSyncWarning</a>(<a class="code" href="classWalletFrame.html#a73116c8a3b4c6a08c09e4d594351f57e">bOutOfSync</a>);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="comment">/* TODO we should goto the currently selected page once dynamically adding wallets is supported */</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  walletView-><a class="code" href="classWalletView.html#ac9065162b1cf4700f733d1fb119bd973">gotoOverviewPage</a>();</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>->addWidget(walletView);</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>[<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>] = walletView;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="comment">// Ensure a walletView is able to show the main window</span></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  connect(walletView, SIGNAL(showNormalIfMinimized()), <a class="code" href="classWalletFrame.html#ad44a50e3e2fe727a6a78827d87407ff6">gui</a>, SLOT(showNormalIfMinimized()));</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  connect(walletView, SIGNAL(<a class="code" href="classWalletFrame.html#a9b846a7ce32f1bca329a0ef634c73524">outOfSyncWarningClicked</a>()), <span class="keyword">this</span>, SLOT(<a class="code" href="classWalletFrame.html#a9b846a7ce32f1bca329a0ef634c73524">outOfSyncWarningClicked</a>()));</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> }</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classWalletFrame.html#ab6d4f86307bf1b28b53c2583c5166905"> 65</a></span> <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#ab6d4f86307bf1b28b53c2583c5166905">WalletFrame::setCurrentWallet</a>(<span class="keyword">const</span> QString& <a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>)</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> {</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordflow">if</span> (<a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.count(<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>) == 0)</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.value(<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>);</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>->setCurrentWidget(walletView);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  walletView-><a class="code" href="classWalletView.html#ad348f2ed9f843ef9125ca416307c7412">updateEncryptionStatus</a>();</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</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="l00076"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a1d9bd941464bb92318851855e0f8ddc6"> 76</a></span> <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#a1d9bd941464bb92318851855e0f8ddc6">WalletFrame::removeWallet</a>(<span class="keyword">const</span> QString &<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>)</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> {</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">if</span> (<a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.count(<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>) == 0)</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.take(<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>);</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>->removeWidget(walletView);</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> }</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a022ecdc6281ee7ac3dc2618b5a150e93"> 86</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a022ecdc6281ee7ac3dc2618b5a150e93">WalletFrame::removeAllWallets</a>()</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> {</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>->removeWidget(i.value());</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.clear();</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> }</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classWalletFrame.html#aa8c5b10f2240df164795619ca41c619c"> 94</a></span> <span class="keywordtype">bool</span> <a class="code" href="classWalletFrame.html#aa8c5b10f2240df164795619ca41c619c">WalletFrame::handlePaymentRequest</a>(<span class="keyword">const</span> <a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a> &recipient)</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span> {</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keywordflow">if</span> (!walletView)</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordflow">return</span> walletView-><a class="code" href="classWalletView.html#a0ae21d91a9d7755026ce2a6846cef68d">handlePaymentRequest</a>(recipient);</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span> }</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classWalletFrame.html#aeda920e4141c99d457814f20fa89dde6"> 103</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#aeda920e4141c99d457814f20fa89dde6">WalletFrame::showOutOfSyncWarning</a>(<span class="keywordtype">bool</span> fShow)</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> {</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="classWalletFrame.html#a73116c8a3b4c6a08c09e4d594351f57e">bOutOfSync</a> = fShow;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  i.value()->showOutOfSyncWarning(fShow);</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> }</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span> </div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a44a96de92558a91a95142943484c88e8"> 111</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a44a96de92558a91a95142943484c88e8">WalletFrame::gotoOverviewPage</a>()</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> {</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  i.value()->gotoOverviewPage();</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> }</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> </div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a31071d5befc21c99718a8b31e1e403ee"> 118</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a31071d5befc21c99718a8b31e1e403ee">WalletFrame::gotoHistoryPage</a>()</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> {</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  i.value()->gotoHistoryPage();</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> }</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span> </div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a6a58c9776d210a7a094742f6d580d1e1"> 125</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a6a58c9776d210a7a094742f6d580d1e1">WalletFrame::gotoMasternodePage</a>()</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> {</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  i.value()->gotoMasternodePage();</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> }</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classWalletFrame.html#af13b99dcec7b866d405aadd533bb7b9d"> 132</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#af13b99dcec7b866d405aadd533bb7b9d">WalletFrame::gotoReceiveCoinsPage</a>()</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span> {</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  i.value()->gotoReceiveCoinsPage();</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span> }</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span> </div><div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a6c97ac7f36c595b1c1f4b7fd1c1dc880"> 139</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a6c97ac7f36c595b1c1f4b7fd1c1dc880">WalletFrame::gotoSendCoinsPage</a>(QString addr)</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span> {</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  QMap<QString, WalletView*>::const_iterator i;</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keywordflow">for</span> (i = <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constBegin(); i != <a class="code" href="classWalletFrame.html#a808927a1b2a23f9b11a97468076ff8d0">mapWalletViews</a>.constEnd(); ++i)</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  i.value()->gotoSendCoinsPage(addr);</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> }</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span> </div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a386b4f2e20af7d13a688662cd3f9e1fc"> 146</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a386b4f2e20af7d13a688662cd3f9e1fc">WalletFrame::gotoSignMessageTab</a>(QString addr)</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span> {</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  walletView-><a class="code" href="classWalletView.html#a6443ddcb872a1743a61102a3dcd2d560">gotoSignMessageTab</a>(addr);</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> }</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span> </div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classWalletFrame.html#af5cce5026575d013cb9d6933ebe7aa98"> 153</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#af5cce5026575d013cb9d6933ebe7aa98">WalletFrame::gotoVerifyMessageTab</a>(QString addr)</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span> {</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  walletView-><a class="code" href="classWalletView.html#a0a23aaaf87d3aec5ae8b1b8320d66796">gotoVerifyMessageTab</a>(addr);</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span> }</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span> </div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a8a9a419ba3e249f29fe321f2d789b761"> 160</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a8a9a419ba3e249f29fe321f2d789b761">WalletFrame::encryptWallet</a>(<span class="keywordtype">bool</span> status)</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> {</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  walletView-><a class="code" href="classWalletView.html#a164c3de8fc69ef6f39fb7c15e4bda553">encryptWallet</a>(status);</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span> }</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span> </div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a76aa3543635fedea052661a4cd44b81d"> 167</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a76aa3543635fedea052661a4cd44b81d">WalletFrame::backupWallet</a>()</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span> {</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  walletView-><a class="code" href="classWalletView.html#a9800d793b552076b4207276d9e08c8b6">backupWallet</a>();</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> }</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> </div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a0a4026a734acdc0f5fbd5f775c167443"> 174</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a0a4026a734acdc0f5fbd5f775c167443">WalletFrame::changePassphrase</a>()</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span> {</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  walletView-><a class="code" href="classWalletView.html#a36699c31e256becb2afd92f834830ba0">changePassphrase</a>();</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span> }</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span> </div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a31b6e87c87b383ef53225b6c2b37f057"> 181</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a31b6e87c87b383ef53225b6c2b37f057">WalletFrame::unlockWallet</a>()</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span> {</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  walletView-><a class="code" href="classWalletView.html#a748cbe57f4c373baa073b186e3624dee">unlockWallet</a>();</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span> }</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span> </div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a0b94aa3ff7ae9ea4d3e31b038d8b9b25"> 188</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a0b94aa3ff7ae9ea4d3e31b038d8b9b25">WalletFrame::lockWallet</a>()</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span> {</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  walletView-><a class="code" href="classWalletView.html#ae76bd29c36d1cfa9bc986924a0454eeb">lockWallet</a>();</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span> }</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span> </div><div class="line"><a name="l00195"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a7f697d220e7ea40d6e4d6e6c5e9ef3b4"> 195</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a7f697d220e7ea40d6e4d6e6c5e9ef3b4">WalletFrame::usedSendingAddresses</a>()</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span> {</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  walletView-><a class="code" href="classWalletView.html#a6f0d012c18ea2df7336c852abe2a50d0">usedSendingAddresses</a>();</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span> }</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span> </div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a9273a0b98cf7ec9fc344658c38a4a0a3"> 202</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a9273a0b98cf7ec9fc344658c38a4a0a3">WalletFrame::usedReceivingAddresses</a>()</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span> {</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <a class="code" href="classWalletView.html">WalletView</a> *walletView = <a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">currentWalletView</a>();</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keywordflow">if</span> (walletView)</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  walletView-><a class="code" href="classWalletView.html#accb5d9e2789c62e03ad1723518d31c02">usedReceivingAddresses</a>();</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span> }</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span> </div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c"> 209</a></span> <a class="code" href="classWalletView.html">WalletView</a> *<a class="code" href="classWalletFrame.html#a026798332d142b693e4f1820185d3f1c">WalletFrame::currentWalletView</a>()</div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span> {</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="keywordflow">return</span> qobject_cast<<a class="code" href="classWalletView.html">WalletView</a>*>(<a class="code" href="classWalletFrame.html#a7a68c241dc0e5a8de2a1b303166c4340">walletStack</a>->currentWidget());</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span> }</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span> </div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classWalletFrame.html#a9b846a7ce32f1bca329a0ef634c73524"> 214</a></span> <span class="keywordtype">void</span> <a class="code" href="classWalletFrame.html#a9b846a7ce32f1bca329a0ef634c73524">WalletFrame::outOfSyncWarningClicked</a>()</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span> {</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  Q_EMIT <a class="code" href="classWalletFrame.html#a2fb29d62adea87db27f6185e5a4ceb85">requestedSyncWarningInfo</a>();</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span> }</div><div class="ttc" id="classWalletView_html_a164c3de8fc69ef6f39fb7c15e4bda553"><div class="ttname"><a href="classWalletView.html#a164c3de8fc69ef6f39fb7c15e4bda553">WalletView::encryptWallet</a></div><div class="ttdeci">void encryptWallet(bool status)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00277">walletview.cpp:277</a></div></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="classWalletView_html_accb5d9e2789c62e03ad1723518d31c02"><div class="ttname"><a href="classWalletView.html#accb5d9e2789c62e03ad1723518d31c02">WalletView::usedReceivingAddresses</a></div><div class="ttdeci">void usedReceivingAddresses()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00346">walletview.cpp:346</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< QString, WalletView * > 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 &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="classWalletView_html_a46d9a8d93adfdcc29cae9ff0d44c313e"><div class="ttname"><a href="classWalletView.html#a46d9a8d93adfdcc29cae9ff0d44c313e">WalletView::setClientModel</a></div><div class="ttdeci">void setClientModel(ClientModel *clientModel)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00135">walletview.cpp:135</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="bitcoingui_8h_html"><div class="ttname"><a href="bitcoingui_8h.html">bitcoingui.h</a></div></div>
|
|
<div class="ttc" id="classWalletView_html_a9800d793b552076b4207276d9e08c8b6"><div class="ttname"><a href="classWalletView.html#a9800d793b552076b4207276d9e08c8b6">WalletView::backupWallet</a></div><div class="ttdeci">void backupWallet()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00288">walletview.cpp:288</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 &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="classWalletView_html_a6443ddcb872a1743a61102a3dcd2d560"><div class="ttname"><a href="classWalletView.html#a6443ddcb872a1743a61102a3dcd2d560">WalletView::gotoSignMessageTab</a></div><div class="ttdeci">void gotoSignMessageTab(QString addr="")</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00238">walletview.cpp:238</a></div></div>
|
|
<div class="ttc" id="classWalletView_html_a4405b0cf33d31ea663cb1e5047ae1d97"><div class="ttname"><a href="classWalletView.html#a4405b0cf33d31ea663cb1e5047ae1d97">WalletView::setBitcoinGUI</a></div><div class="ttdeci">void setBitcoinGUI(BitcoinGUI *gui)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00114">walletview.cpp:114</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="classWalletView_html_ad348f2ed9f843ef9125ca416307c7412"><div class="ttname"><a href="classWalletView.html#ad348f2ed9f843ef9125ca416307c7412">WalletView::updateEncryptionStatus</a></div><div class="ttdeci">void updateEncryptionStatus()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00272">walletview.cpp:272</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 &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="classWalletView_html_ac9065162b1cf4700f733d1fb119bd973"><div class="ttname"><a href="classWalletView.html#ac9065162b1cf4700f733d1fb119bd973">WalletView::gotoOverviewPage</a></div><div class="ttdeci">void gotoOverviewPage()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00207">walletview.cpp:207</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="")</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="classWalletView_html_a6f0d012c18ea2df7336c852abe2a50d0"><div class="ttname"><a href="classWalletView.html#a6f0d012c18ea2df7336c852abe2a50d0">WalletView::usedSendingAddresses</a></div><div class="ttdeci">void usedSendingAddresses()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00336">walletview.cpp:336</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 &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="classWalletView_html_a748cbe57f4c373baa073b186e3624dee"><div class="ttname"><a href="classWalletView.html#a748cbe57f4c373baa073b186e3624dee">WalletView::unlockWallet</a></div><div class="ttdeci">void unlockWallet(bool fAnonymizeOnly=false)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00314">walletview.cpp:314</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="")</div><div class="ttdef"><b>Definition:</b> <a href="walletframe_8cpp_source.html#l00139">walletframe.cpp:139</a></div></div>
|
|
<div class="ttc" id="classWalletView_html_a0a23aaaf87d3aec5ae8b1b8320d66796"><div class="ttname"><a href="classWalletView.html#a0a23aaaf87d3aec5ae8b1b8320d66796">WalletView::gotoVerifyMessageTab</a></div><div class="ttdeci">void gotoVerifyMessageTab(QString addr="")</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00250">walletview.cpp:250</a></div></div>
|
|
<div class="ttc" id="walletview_8h_html"><div class="ttname"><a href="walletview_8h.html">walletview.h</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="classWalletView_html_af3ed06b191b6d933788f32ed2daa5fae"><div class="ttname"><a href="classWalletView.html#af3ed06b191b6d933788f32ed2daa5fae">WalletView::showOutOfSyncWarning</a></div><div class="ttdeci">void showOutOfSyncWarning(bool fShow)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00267">walletview.cpp:267</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="")</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="classWalletView_html_a36699c31e256becb2afd92f834830ba0"><div class="ttname"><a href="classWalletView.html#a36699c31e256becb2afd92f834830ba0">WalletView::changePassphrase</a></div><div class="ttdeci">void changePassphrase()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00307">walletview.cpp:307</a></div></div>
|
|
<div class="ttc" id="walletframe_8h_html"><div class="ttname"><a href="walletframe_8h.html">walletframe.h</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="classWalletView_html_ae76bd29c36d1cfa9bc986924a0454eeb"><div class="ttname"><a href="classWalletView.html#ae76bd29c36d1cfa9bc986924a0454eeb">WalletView::lockWallet</a></div><div class="ttdeci">void lockWallet()</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00328">walletview.cpp:328</a></div></div>
|
|
<div class="ttc" id="classWalletView_html_a0ae21d91a9d7755026ce2a6846cef68d"><div class="ttname"><a href="classWalletView.html#a0ae21d91a9d7755026ce2a6846cef68d">WalletView::handlePaymentRequest</a></div><div class="ttdeci">bool handlePaymentRequest(const SendCoinsRecipient &recipient)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00262">walletview.cpp:262</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="classWalletView_html_a0a37ff693a4f9c1e5ddc23f9cd3913be"><div class="ttname"><a href="classWalletView.html#a0a37ff693a4f9c1e5ddc23f9cd3913be">WalletView::setWalletModel</a></div><div class="ttdeci">void setWalletModel(WalletModel *walletModel)</div><div class="ttdef"><b>Definition:</b> <a href="walletview_8cpp_source.html#l00147">walletview.cpp:147</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_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_8cpp.html">walletframe.cpp</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>
|