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

122 lines
16 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.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Dash Core
&#160;<span id="projectnumber">0.12.2.1</span>
</div>
<div id="projectbrief">P2P Digital Currency</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('splashscreen_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">splashscreen.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="splashscreen_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright (c) 2011-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#ifndef BITCOIN_QT_SPLASHSCREEN_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define BITCOIN_QT_SPLASHSCREEN_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;QSplashScreen&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">class </span><a class="code" href="classNetworkStyle.html">NetworkStyle</a>;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classSplashScreen.html"> 18</a></span>&#160;<span class="keyword">class </span><a class="code" href="classSplashScreen.html">SplashScreen</a> : <span class="keyword">public</span> QWidget</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;{</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; Q_OBJECT</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classSplashScreen.html#aa6f816612e26f1fec23e428b0f290c2d">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="l00024"></a><span class="lineno"> 24</span>&#160; <a class="code" href="classSplashScreen.html#aeb6a4736f6f7b9bb880d606610c2ae1e">~SplashScreen</a>();</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a1115e128bccb82b9a5391540aa87f3c5">paintEvent</a>(QPaintEvent *event);</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#af2b8ee5e860e5584621eb6224ce7c959">closeEvent</a>(QCloseEvent *event);</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">public</span> Q_SLOTS:</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#ace6374d1889d704d4a41316540d9b47d">slotFinish</a>(QWidget *mainWin);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a16635123e7906390e0aedb7d58ba9923">showMessage</a>(<span class="keyword">const</span> QString &amp;message, <span class="keywordtype">int</span> alignment, <span class="keyword">const</span> QColor &amp;color);</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a2bcb6064028190430f5394635e1a4d24">subscribeToCoreSignals</a>();</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classSplashScreen.html#a1f31181e7eaac6092dc8d28ec71e9b67">unsubscribeFromCoreSignals</a>();</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0"> 43</a></span>&#160; QPixmap <a class="code" href="classSplashScreen.html#ac3b8b4acf5fcbed57b4def5ce4bb0db0">pixmap</a>;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classSplashScreen.html#aa7d66c29aecd84e29c81a4315883571a"> 44</a></span>&#160; QString <a class="code" href="classSplashScreen.html#aa7d66c29aecd84e29c81a4315883571a">curMessage</a>;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classSplashScreen.html#a531ed6a5bffd80a607e0ea988e6b8d53"> 45</a></span>&#160; QColor <a class="code" href="classSplashScreen.html#a531ed6a5bffd80a607e0ea988e6b8d53">curColor</a>;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classSplashScreen.html#a766ead74f4639b4bde5b920d3f140e98"> 46</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classSplashScreen.html#a766ead74f4639b4bde5b920d3f140e98">curAlignment</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;};</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#endif // BITCOIN_QT_SPLASHSCREEN_H</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="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="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="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="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="classSplashScreen_html_a16635123e7906390e0aedb7d58ba9923"><div class="ttname"><a href="classSplashScreen.html#a16635123e7906390e0aedb7d58ba9923">SplashScreen::showMessage</a></div><div class="ttdeci">void showMessage(const QString &amp;message, int alignment, const QColor &amp;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="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="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="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="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="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="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="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_8h.html">splashscreen.h</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:08 for Dash Core by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
</ul>
</div>
</body>
</html>