mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
148 lines
48 KiB
HTML
148 lines
48 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/splashscreen.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('splashscreen_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">splashscreen.cpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="splashscreen_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">// Copyright (c) 2014-2017 The Dash Core developers</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include "<a class="code" href="splashscreen_8h.html">splashscreen.h</a>"</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "<a class="code" href="guiutil_8h.html">guiutil.h</a>"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="networkstyle_8h.html">networkstyle.h</a>"</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include "<a class="code" href="clientversion_8h.html">clientversion.h</a>"</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "<a class="code" href="init_8h.html">init.h</a>"</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include "util.h"</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "<a class="code" href="ui__interface_8h.html">ui_interface.h</a>"</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include "<a class="code" href="version_8h.html">version.h</a>"</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#ifdef ENABLE_WALLET</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include "<a class="code" href="wallet_8h.html">wallet/wallet.h</a>"</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#endif</span></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="preprocessor">#include <QApplication></span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include <QCloseEvent></span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <QDesktopWidget></span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <QPainter></span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classSplashScreen.html#aa6f816612e26f1fec23e428b0f290c2d"> 25</a></span> <a class="code" href="classSplashScreen.html#aa6f816612e26f1fec23e428b0f290c2d">SplashScreen::SplashScreen</a>(Qt::WindowFlags <a class="code" href="namespacelinearize-data.html#a7152f36cc709b89cef1e223d140137ab">f</a>, <span class="keyword">const</span> <a class="code" href="classNetworkStyle.html">NetworkStyle</a> *networkStyle) :</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  QWidget(0, <a class="code" href="namespacelinearize-data.html#a7152f36cc709b89cef1e223d140137ab">f</a>), curAlignment(0)</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> {</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="comment">// transparent background</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  setAttribute(Qt::WA_TranslucentBackground);</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  setStyleSheet(<span class="stringliteral">"background:transparent;"</span>);</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="comment">// no window decorations</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  setWindowFlags(Qt::FramelessWindowHint);</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="comment">// set reference point, paddings</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordtype">int</span> paddingLeft = 14;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">int</span> paddingTop = 470;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordtype">int</span> titleVersionVSpace = 17;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keywordtype">int</span> titleCopyrightVSpace = 32;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordtype">float</span> fontFactor = 1.0;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="comment">// define text to place</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  QString titleText = tr(<span class="stringliteral">"Dash Core"</span>);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  QString versionText = QString(tr(<span class="stringliteral">"Version %1"</span>)).arg(QString::fromStdString(<a class="code" href="clientversion_8cpp.html#ac3e3098552063f228d9deac38a8b9848">FormatFullVersion</a>()));</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  QString copyrightTextBtc = QChar(0xA9)+QString(<span class="stringliteral">" 2009-%1 "</span>).arg(<a class="code" href="clientversion_8h.html#a5a3262b73772541f8d42a66de97909ed">COPYRIGHT_YEAR</a>) + QString(tr(<span class="stringliteral">"The Bitcoin Core developers"</span>));</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  QString copyrightTextDash = QChar(0xA9)+QString(<span class="stringliteral">" 2014-%1 "</span>).arg(<a class="code" href="clientversion_8h.html#a5a3262b73772541f8d42a66de97909ed">COPYRIGHT_YEAR</a>) + QString(tr(<span class="stringliteral">"The Dash Core developers"</span>));</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  QString <a class="code" href="networkstyle_8cpp.html#af481bf61e9eaf770a5c29369c433976a">titleAddText</a> = networkStyle-><a class="code" href="classNetworkStyle.html#a12eab0110656b06afe8ef5dc4cf1f810">getTitleAddText</a>();</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="comment">// networkstyle.cpp can't (yet) read themes, so we do it here to get the correct Splash-screen</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  QString splashScreenPath = <span class="stringliteral">":/images/"</span> + <a class="code" href="namespaceGUIUtil.html#af5fb8ecbfd248a449c1a56c7585366f4">GUIUtil::getThemeName</a>() + <span class="stringliteral">"/splash"</span>;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordflow">if</span>(<a class="code" href="util_8cpp.html#a64d956f1dda7f9a80ab5d594532b906d">GetBoolArg</a>(<span class="stringliteral">"-regtest"</span>, <span class="keyword">false</span>))</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  splashScreenPath = <span class="stringliteral">":/images/"</span> + <a class="code" href="namespaceGUIUtil.html#af5fb8ecbfd248a449c1a56c7585366f4">GUIUtil::getThemeName</a>() + <span class="stringliteral">"/splash_testnet"</span>;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordflow">if</span>(<a class="code" href="util_8cpp.html#a64d956f1dda7f9a80ab5d594532b906d">GetBoolArg</a>(<span class="stringliteral">"-testnet"</span>, <span class="keyword">false</span>))</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  splashScreenPath = <span class="stringliteral">":/images/"</span> + <a class="code" href="namespaceGUIUtil.html#af5fb8ecbfd248a449c1a56c7585366f4">GUIUtil::getThemeName</a>() + <span class="stringliteral">"/splash_testnet"</span>;</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>  QString font = QApplication::font().toString();</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> </div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="comment">// load the bitmap for writing some text over it</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a> = QPixmap(splashScreenPath);</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>  QPainter pixPaint(&<a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a>);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  pixPaint.setPen(QColor(100,100,100));</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="comment">// check font size and drawing with</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  pixPaint.setFont(QFont(font, 28*fontFactor));</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  QFontMetrics fm = pixPaint.fontMetrics();</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordtype">int</span> titleTextWidth = fm.width(titleText);</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordflow">if</span>(titleTextWidth > 160) {</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="comment">// strange font rendering, Arial probably not found</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  fontFactor = 0.75;</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  }</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  pixPaint.setFont(QFont(font, 28*fontFactor));</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  fm = pixPaint.fontMetrics();</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  titleTextWidth = fm.width(titleText);</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  pixPaint.drawText(paddingLeft,paddingTop,titleText);</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  pixPaint.setFont(QFont(font, 15*fontFactor));</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  pixPaint.drawText(paddingLeft,paddingTop+titleVersionVSpace,versionText);</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="comment">// draw copyright stuff</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  pixPaint.setFont(QFont(font, 10*fontFactor));</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace,copyrightTextBtc);</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextDash);</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> </div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="comment">// draw additional text if special network</span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordflow">if</span>(!<a class="code" href="networkstyle_8cpp.html#af481bf61e9eaf770a5c29369c433976a">titleAddText</a>.isEmpty()) {</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  QFont boldFont = QFont(font, 10*fontFactor);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  boldFont.setWeight(QFont::Bold);</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  pixPaint.setFont(boldFont);</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  fm = pixPaint.fontMetrics();</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordtype">int</span> titleAddTextWidth = fm.width(<a class="code" href="networkstyle_8cpp.html#af481bf61e9eaf770a5c29369c433976a">titleAddText</a>);</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  pixPaint.drawText(<a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a>.width()-titleAddTextWidth-10,<a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a>.height()-25,<a class="code" href="networkstyle_8cpp.html#af481bf61e9eaf770a5c29369c433976a">titleAddText</a>);</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> </div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  pixPaint.end();</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span> </div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="comment">// Resize window and move to center of desktop, disallow resizing</span></div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  QRect r(QPoint(), <a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a>.size());</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  resize(r.size());</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  setFixedSize(r.size());</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  move(QApplication::desktop()->screenGeometry().center() - r.center());</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="classSplashScreen.html#a2bcb6064028190430f5394635e1a4d24">subscribeToCoreSignals</a>();</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span> }</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span> </div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classSplashScreen.html#aeb6a4736f6f7b9bb880d606610c2ae1e"> 108</a></span> <a class="code" href="classSplashScreen.html#aeb6a4736f6f7b9bb880d606610c2ae1e">SplashScreen::~SplashScreen</a>()</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>  <a class="code" href="classSplashScreen.html#a1f31181e7eaac6092dc8d28ec71e9b67">unsubscribeFromCoreSignals</a>();</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span> }</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classSplashScreen.html#ace6374d1889d704d4a41316540d9b47d"> 113</a></span> <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#ace6374d1889d704d4a41316540d9b47d">SplashScreen::slotFinish</a>(QWidget *mainWin)</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> {</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  Q_UNUSED(mainWin);</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>  <span class="comment">/* If the window is minimized, hide() will be ignored. */</span></div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="comment">/* Make sure we de-minimize the splashscreen window before hiding */</span></div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">if</span> (isMinimized())</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  showNormal();</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  hide();</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  deleteLater(); <span class="comment">// No more need for this</span></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="splashscreen_8cpp.html#ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6"> 125</a></span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="splashscreen_8cpp.html#ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6">InitMessage</a>(<a class="code" href="classSplashScreen.html">SplashScreen</a> *splash, <span class="keyword">const</span> std::string &message)</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>  QMetaObject::invokeMethod(splash, <span class="stringliteral">"showMessage"</span>,</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  Qt::QueuedConnection,</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  Q_ARG(QString, QString::fromStdString(message)),</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  Q_ARG(<span class="keywordtype">int</span>, Qt::AlignBottom|Qt::AlignHCenter),</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  Q_ARG(QColor, QColor(55,55,55)));</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> }</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span> </div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2"> 134</a></span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2">ShowProgress</a>(<a class="code" href="classSplashScreen.html">SplashScreen</a> *splash, <span class="keyword">const</span> std::string &title, <span class="keywordtype">int</span> nProgress)</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span> {</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <a class="code" href="splashscreen_8cpp.html#ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6">InitMessage</a>(splash, title + <a class="code" href="tinyformat_8h.html#a56c674871a61baaad36ad52238c08857">strprintf</a>(<span class="stringliteral">"%d"</span>, nProgress) + <span class="stringliteral">"%"</span>);</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"> 139</span> <span class="preprocessor">#ifdef ENABLE_WALLET</span></div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <span class="keyword">static</span> <span class="keywordtype">void</span> ConnectWallet(<a class="code" href="classSplashScreen.html">SplashScreen</a> *splash, <a class="code" href="classCWallet.html">CWallet</a>* <a class="code" href="namespacewallet.html">wallet</a>)</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> {</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <a class="code" href="namespacewallet.html">wallet</a>->ShowProgress.connect(boost::bind(<a class="code" href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2">ShowProgress</a>, splash, _1, _2));</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span> }</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor">#endif</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="classSplashScreen.html#a2bcb6064028190430f5394635e1a4d24"> 146</a></span> <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a2bcb6064028190430f5394635e1a4d24">SplashScreen::subscribeToCoreSignals</a>()</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>  <span class="comment">// Connect signals to client</span></div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  <a class="code" href="init_8cpp.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a>.<a class="code" href="classCClientUIInterface.html#abc63cc3f3e5e15632f713d859dbc6bc2">InitMessage</a>.connect(boost::bind(<a class="code" href="splashscreen_8cpp.html#ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6">InitMessage</a>, <span class="keyword">this</span>, _1));</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <a class="code" href="init_8cpp.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a>.<a class="code" href="classCClientUIInterface.html#a64e516e507dd74f3639c51dffa645af2">ShowProgress</a>.connect(boost::bind(<a class="code" href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2">ShowProgress</a>, <span class="keyword">this</span>, _1, _2));</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="preprocessor">#ifdef ENABLE_WALLET</span></div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <a class="code" href="init_8cpp.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a>.<a class="code" href="classCClientUIInterface.html#a32a8930a5b69dd92e25fa474bd6e5420">LoadWallet</a>.connect(boost::bind(ConnectWallet, <span class="keyword">this</span>, _1));</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="preprocessor">#endif</span></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> </div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classSplashScreen.html#a1f31181e7eaac6092dc8d28ec71e9b67"> 156</a></span> <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a1f31181e7eaac6092dc8d28ec71e9b67">SplashScreen::unsubscribeFromCoreSignals</a>()</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> {</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="comment">// Disconnect signals from client</span></div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  <a class="code" href="init_8cpp.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a>.<a class="code" href="classCClientUIInterface.html#abc63cc3f3e5e15632f713d859dbc6bc2">InitMessage</a>.disconnect(boost::bind(<a class="code" href="splashscreen_8cpp.html#ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6">InitMessage</a>, <span class="keyword">this</span>, _1));</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <a class="code" href="init_8cpp.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a>.<a class="code" href="classCClientUIInterface.html#a64e516e507dd74f3639c51dffa645af2">ShowProgress</a>.disconnect(boost::bind(<a class="code" href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2">ShowProgress</a>, <span class="keyword">this</span>, _1, _2));</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> <span class="preprocessor">#ifdef ENABLE_WALLET</span></div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keywordflow">if</span>(<a class="code" href="activemasternode_8cpp.html#a8c747077ad84071cba8b87f34fe38920">pwalletMain</a>)</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <a class="code" href="activemasternode_8cpp.html#a8c747077ad84071cba8b87f34fe38920">pwalletMain</a>-><a class="code" href="classCWallet.html#a845a2f2911b9b022f0e58ab577e795ea">ShowProgress</a>.disconnect(boost::bind(<a class="code" href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2">ShowProgress</a>, <span class="keyword">this</span>, _1, _2));</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span> <span class="preprocessor">#endif</span></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="classSplashScreen.html#a16635123e7906390e0aedb7d58ba9923"> 167</a></span> <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a16635123e7906390e0aedb7d58ba9923">SplashScreen::showMessage</a>(<span class="keyword">const</span> QString &message, <span class="keywordtype">int</span> alignment, <span class="keyword">const</span> QColor &color)</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="classSplashScreen.html#aa7d66c29aecd84e29c81a4315883571a">curMessage</a> = message;</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <a class="code" href="classSplashScreen.html#a766ead74f4639b4bde5b920d3f140e98">curAlignment</a> = alignment;</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <a class="code" href="classSplashScreen.html#a531ed6a5bffd80a607e0ea988e6b8d53">curColor</a> = color;</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  update();</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> }</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span> </div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classSplashScreen.html#a1115e128bccb82b9a5391540aa87f3c5"> 175</a></span> <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a1115e128bccb82b9a5391540aa87f3c5">SplashScreen::paintEvent</a>(QPaintEvent *event)</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> {</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  QPainter painter(<span class="keyword">this</span>);</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  painter.drawPixmap(0, 0, <a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a>);</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  QRect r = rect().adjusted(5, 5, -5, -5);</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  painter.setPen(<a class="code" href="classSplashScreen.html#a531ed6a5bffd80a607e0ea988e6b8d53">curColor</a>);</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  painter.drawText(r, <a class="code" href="classSplashScreen.html#a766ead74f4639b4bde5b920d3f140e98">curAlignment</a>, <a class="code" href="classSplashScreen.html#aa7d66c29aecd84e29c81a4315883571a">curMessage</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> </div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classSplashScreen.html#af2b8ee5e860e5584621eb6224ce7c959"> 184</a></span> <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#af2b8ee5e860e5584621eb6224ce7c959">SplashScreen::closeEvent</a>(QCloseEvent *event)</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span> {</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <a class="code" href="init_8cpp.html#ac7140c7327b1e6a8d46470b1cd0e8e1b">StartShutdown</a>(); <span class="comment">// allows an "emergency" shutdown during startup</span></div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  <span class="keyword">event</span>->ignore();</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span> }</div><div class="ttc" id="classSplashScreen_html_aeb6a4736f6f7b9bb880d606610c2ae1e"><div class="ttname"><a href="classSplashScreen.html#aeb6a4736f6f7b9bb880d606610c2ae1e">SplashScreen::~SplashScreen</a></div><div class="ttdeci">~SplashScreen()</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00108">splashscreen.cpp:108</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_abc63cc3f3e5e15632f713d859dbc6bc2"><div class="ttname"><a href="classCClientUIInterface.html#abc63cc3f3e5e15632f713d859dbc6bc2">CClientUIInterface::InitMessage</a></div><div class="ttdeci">boost::signals2::signal< void(const std::string &message)> InitMessage</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00083">ui_interface.h:83</a></div></div>
|
|
<div class="ttc" id="init_8h_html"><div class="ttname"><a href="init_8h.html">init.h</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_ac3b8b4acf5fcbed57b4def5ce4bb0db0"><div class="ttname"><a href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">SplashScreen::pixmap</a></div><div class="ttdeci">QPixmap pixmap</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8h_source.html#l00043">splashscreen.h:43</a></div></div>
|
|
<div class="ttc" id="tinyformat_8h_html_a56c674871a61baaad36ad52238c08857"><div class="ttname"><a href="tinyformat_8h.html#a56c674871a61baaad36ad52238c08857">strprintf</a></div><div class="ttdeci">#define strprintf</div><div class="ttdef"><b>Definition:</b> <a href="tinyformat_8h_source.html#l01011">tinyformat.h:1011</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_a531ed6a5bffd80a607e0ea988e6b8d53"><div class="ttname"><a href="classSplashScreen.html#a531ed6a5bffd80a607e0ea988e6b8d53">SplashScreen::curColor</a></div><div class="ttdeci">QColor curColor</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8h_source.html#l00045">splashscreen.h:45</a></div></div>
|
|
<div class="ttc" id="classCWallet_html"><div class="ttname"><a href="classCWallet.html">CWallet</a></div><div class="ttdef"><b>Definition:</b> <a href="wallet_8h_source.html#l00617">wallet.h:617</a></div></div>
|
|
<div class="ttc" id="init_8cpp_html_ac7140c7327b1e6a8d46470b1cd0e8e1b"><div class="ttname"><a href="init_8cpp.html#ac7140c7327b1e6a8d46470b1cd0e8e1b">StartShutdown</a></div><div class="ttdeci">void StartShutdown()</div><div class="ttdef"><b>Definition:</b> <a href="init_8cpp_source.html#l00164">init.cpp:164</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_af2b8ee5e860e5584621eb6224ce7c959"><div class="ttname"><a href="classSplashScreen.html#af2b8ee5e860e5584621eb6224ce7c959">SplashScreen::closeEvent</a></div><div class="ttdeci">void closeEvent(QCloseEvent *event)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00184">splashscreen.cpp:184</a></div></div>
|
|
<div class="ttc" id="splashscreen_8cpp_html_a319d624ab707b98b5ef3fd694371dfe2"><div class="ttname"><a href="splashscreen_8cpp.html#a319d624ab707b98b5ef3fd694371dfe2">ShowProgress</a></div><div class="ttdeci">static void ShowProgress(SplashScreen *splash, const std::string &title, int nProgress)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00134">splashscreen.cpp:134</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_a2bcb6064028190430f5394635e1a4d24"><div class="ttname"><a href="classSplashScreen.html#a2bcb6064028190430f5394635e1a4d24">SplashScreen::subscribeToCoreSignals</a></div><div class="ttdeci">void subscribeToCoreSignals()</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00146">splashscreen.cpp:146</a></div></div>
|
|
<div class="ttc" id="activemasternode_8cpp_html_a8c747077ad84071cba8b87f34fe38920"><div class="ttname"><a href="activemasternode_8cpp.html#a8c747077ad84071cba8b87f34fe38920">pwalletMain</a></div><div class="ttdeci">CWallet * pwalletMain</div></div>
|
|
<div class="ttc" id="wallet_8h_html"><div class="ttname"><a href="wallet_8h.html">wallet.h</a></div></div>
|
|
<div class="ttc" id="splashscreen_8h_html"><div class="ttname"><a href="splashscreen_8h.html">splashscreen.h</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_a16635123e7906390e0aedb7d58ba9923"><div class="ttname"><a href="classSplashScreen.html#a16635123e7906390e0aedb7d58ba9923">SplashScreen::showMessage</a></div><div class="ttdeci">void showMessage(const QString &message, int alignment, const QColor &color)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00167">splashscreen.cpp:167</a></div></div>
|
|
<div class="ttc" id="networkstyle_8h_html"><div class="ttname"><a href="networkstyle_8h.html">networkstyle.h</a></div></div>
|
|
<div class="ttc" id="namespacelinearize-data_html_a7152f36cc709b89cef1e223d140137ab"><div class="ttname"><a href="namespacelinearize-data.html#a7152f36cc709b89cef1e223d140137ab">linearize-data.f</a></div><div class="ttdeci">f</div><div class="ttdef"><b>Definition:</b> <a href="linearize-data_8py_source.html#l00257">linearize-data.py:257</a></div></div>
|
|
<div class="ttc" id="classNetworkStyle_html"><div class="ttname"><a href="classNetworkStyle.html">NetworkStyle</a></div><div class="ttdef"><b>Definition:</b> <a href="networkstyle_8h_source.html#l00014">networkstyle.h:14</a></div></div>
|
|
<div class="ttc" id="guiutil_8h_html"><div class="ttname"><a href="guiutil_8h.html">guiutil.h</a></div></div>
|
|
<div class="ttc" id="util_8cpp_html_a64d956f1dda7f9a80ab5d594532b906d"><div class="ttname"><a href="util_8cpp.html#a64d956f1dda7f9a80ab5d594532b906d">GetBoolArg</a></div><div class="ttdeci">bool GetBoolArg(const std::string &strArg, bool fDefault)</div><div class="ttdef"><b>Definition:</b> <a href="util_8cpp_source.html#l00455">util.cpp:455</a></div></div>
|
|
<div class="ttc" id="splashscreen_8cpp_html_ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6"><div class="ttname"><a href="splashscreen_8cpp.html#ac2a5c359aeb6f3ce1bd1f6fc4a9aeff6">InitMessage</a></div><div class="ttdeci">static void InitMessage(SplashScreen *splash, const std::string &message)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00125">splashscreen.cpp:125</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a64e516e507dd74f3639c51dffa645af2"><div class="ttname"><a href="classCClientUIInterface.html#a64e516e507dd74f3639c51dffa645af2">CClientUIInterface::ShowProgress</a></div><div class="ttdeci">boost::signals2::signal< void(const std::string &title, int nProgress)> ShowProgress</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00104">ui_interface.h:104</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_a1f31181e7eaac6092dc8d28ec71e9b67"><div class="ttname"><a href="classSplashScreen.html#a1f31181e7eaac6092dc8d28ec71e9b67">SplashScreen::unsubscribeFromCoreSignals</a></div><div class="ttdeci">void unsubscribeFromCoreSignals()</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00156">splashscreen.cpp:156</a></div></div>
|
|
<div class="ttc" id="classNetworkStyle_html_a12eab0110656b06afe8ef5dc4cf1f810"><div class="ttname"><a href="classNetworkStyle.html#a12eab0110656b06afe8ef5dc4cf1f810">NetworkStyle::getTitleAddText</a></div><div class="ttdeci">const QString & getTitleAddText() const</div><div class="ttdef"><b>Definition:</b> <a href="networkstyle_8h_source.html#l00024">networkstyle.h:24</a></div></div>
|
|
<div class="ttc" id="classCClientUIInterface_html_a32a8930a5b69dd92e25fa474bd6e5420"><div class="ttname"><a href="classCClientUIInterface.html#a32a8930a5b69dd92e25fa474bd6e5420">CClientUIInterface::LoadWallet</a></div><div class="ttdeci">boost::signals2::signal< void(CWallet *wallet)> LoadWallet</div><div class="ttdef"><b>Definition:</b> <a href="ui__interface_8h_source.html#l00101">ui_interface.h:101</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_ace6374d1889d704d4a41316540d9b47d"><div class="ttname"><a href="classSplashScreen.html#ace6374d1889d704d4a41316540d9b47d">SplashScreen::slotFinish</a></div><div class="ttdeci">void slotFinish(QWidget *mainWin)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00113">splashscreen.cpp:113</a></div></div>
|
|
<div class="ttc" id="classCWallet_html_a845a2f2911b9b022f0e58ab577e795ea"><div class="ttname"><a href="classCWallet.html#a845a2f2911b9b022f0e58ab577e795ea">CWallet::ShowProgress</a></div><div class="ttdeci">boost::signals2::signal< void(const std::string &title, int nProgress)> ShowProgress</div><div class="ttdef"><b>Definition:</b> <a href="wallet_8h_source.html#l01021">wallet.h:1021</a></div></div>
|
|
<div class="ttc" id="clientversion_8h_html_a5a3262b73772541f8d42a66de97909ed"><div class="ttname"><a href="clientversion_8h.html#a5a3262b73772541f8d42a66de97909ed">COPYRIGHT_YEAR</a></div><div class="ttdeci">#define COPYRIGHT_YEAR</div><div class="ttdef"><b>Definition:</b> <a href="clientversion_8h_source.html#l00029">clientversion.h:29</a></div></div>
|
|
<div class="ttc" id="init_8cpp_html_a4fe31b510fc1c2b95321cedb9f89e8de"><div class="ttname"><a href="init_8cpp.html#a4fe31b510fc1c2b95321cedb9f89e8de">uiInterface</a></div><div class="ttdeci">CClientUIInterface uiInterface</div><div class="ttdef"><b>Definition:</b> <a href="init_8cpp_source.html#l00130">init.cpp:130</a></div></div>
|
|
<div class="ttc" id="namespacewallet_html"><div class="ttname"><a href="namespacewallet.html">wallet</a></div><div class="ttdef"><b>Definition:</b> <a href="wallet_8py_source.html#l00001">wallet.py:1</a></div></div>
|
|
<div class="ttc" id="clientversion_8cpp_html_ac3e3098552063f228d9deac38a8b9848"><div class="ttname"><a href="clientversion_8cpp.html#ac3e3098552063f228d9deac38a8b9848">FormatFullVersion</a></div><div class="ttdeci">std::string FormatFullVersion()</div><div class="ttdef"><b>Definition:</b> <a href="clientversion_8cpp_source.html#l00089">clientversion.cpp:89</a></div></div>
|
|
<div class="ttc" id="version_8h_html"><div class="ttname"><a href="version_8h.html">version.h</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_aa6f816612e26f1fec23e428b0f290c2d"><div class="ttname"><a href="classSplashScreen.html#aa6f816612e26f1fec23e428b0f290c2d">SplashScreen::SplashScreen</a></div><div class="ttdeci">SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00025">splashscreen.cpp:25</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_a766ead74f4639b4bde5b920d3f140e98"><div class="ttname"><a href="classSplashScreen.html#a766ead74f4639b4bde5b920d3f140e98">SplashScreen::curAlignment</a></div><div class="ttdeci">int curAlignment</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8h_source.html#l00046">splashscreen.h:46</a></div></div>
|
|
<div class="ttc" id="namespaceGUIUtil_html_af5fb8ecbfd248a449c1a56c7585366f4"><div class="ttname"><a href="namespaceGUIUtil.html#af5fb8ecbfd248a449c1a56c7585366f4">GUIUtil::getThemeName</a></div><div class="ttdeci">QString getThemeName()</div><div class="ttdef"><b>Definition:</b> <a href="guiutil_8cpp_source.html#l00902">guiutil.cpp:902</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html"><div class="ttname"><a href="classSplashScreen.html">SplashScreen</a></div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8h_source.html#l00018">splashscreen.h:18</a></div></div>
|
|
<div class="ttc" id="networkstyle_8cpp_html_af481bf61e9eaf770a5c29369c433976a"><div class="ttname"><a href="networkstyle_8cpp.html#af481bf61e9eaf770a5c29369c433976a">titleAddText</a></div><div class="ttdeci">const char * titleAddText</div><div class="ttdef"><b>Definition:</b> <a href="networkstyle_8cpp_source.html#l00018">networkstyle.cpp:18</a></div></div>
|
|
<div class="ttc" id="ui__interface_8h_html"><div class="ttname"><a href="ui__interface_8h.html">ui_interface.h</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_aa7d66c29aecd84e29c81a4315883571a"><div class="ttname"><a href="classSplashScreen.html#aa7d66c29aecd84e29c81a4315883571a">SplashScreen::curMessage</a></div><div class="ttdeci">QString curMessage</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8h_source.html#l00044">splashscreen.h:44</a></div></div>
|
|
<div class="ttc" id="clientversion_8h_html"><div class="ttname"><a href="clientversion_8h.html">clientversion.h</a></div></div>
|
|
<div class="ttc" id="classSplashScreen_html_a1115e128bccb82b9a5391540aa87f3c5"><div class="ttname"><a href="classSplashScreen.html#a1115e128bccb82b9a5391540aa87f3c5">SplashScreen::paintEvent</a></div><div class="ttdeci">void paintEvent(QPaintEvent *event)</div><div class="ttdef"><b>Definition:</b> <a href="splashscreen_8cpp_source.html#l00175">splashscreen.cpp:175</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="splashscreen_8cpp.html">splashscreen.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>
|