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

147 lines
33 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/peertablemodel.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('peertablemodel_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">peertablemodel.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="peertablemodel_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_PEERTABLEMODEL_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define BITCOIN_QT_PEERTABLEMODEL_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 &quot;<a class="code" href="net__processing_8h.html">net_processing.h</a>&quot;</span> <span class="comment">// For CNodeStateStats</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="net_8h.html">net.h</a>&quot;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;QAbstractTableModel&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;QStringList&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">class </span><a class="code" href="classClientModel.html">ClientModel</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">class </span><a class="code" href="classPeerTablePriv.html">PeerTablePriv</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;QT_BEGIN_NAMESPACE</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">class </span>QTimer;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;QT_END_NAMESPACE</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="structCNodeCombinedStats.html"> 21</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structCNodeCombinedStats.html">CNodeCombinedStats</a> {</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="structCNodeCombinedStats.html#ad26d590ef79b08623b2b6658b59e9a69"> 22</a></span>&#160; <a class="code" href="classCNodeStats.html">CNodeStats</a> <a class="code" href="structCNodeCombinedStats.html#ad26d590ef79b08623b2b6658b59e9a69">nodeStats</a>;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="structCNodeCombinedStats.html#a6ce7320fa9ca5a3706ec4caf76ac34a1"> 23</a></span>&#160; <a class="code" href="structCNodeStateStats.html">CNodeStateStats</a> <a class="code" href="structCNodeCombinedStats.html#a6ce7320fa9ca5a3706ec4caf76ac34a1">nodeStateStats</a>;</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="structCNodeCombinedStats.html#adc8bd9241fd1f220059b87398fa10fca"> 24</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="structCNodeCombinedStats.html#adc8bd9241fd1f220059b87398fa10fca">fNodeStateStatsAvailable</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;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classNodeLessThan.html"> 27</a></span>&#160;<span class="keyword">class </span><a class="code" href="classNodeLessThan.html">NodeLessThan</a></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;{</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classNodeLessThan.html#ab9d2ef05545cba5acb3b3bc2ea9c859c"> 30</a></span>&#160; <a class="code" href="classNodeLessThan.html#ab9d2ef05545cba5acb3b3bc2ea9c859c">NodeLessThan</a>(<span class="keywordtype">int</span> nColumn, Qt::SortOrder fOrder) :</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <a class="code" href="classNodeLessThan.html#acc9f42703050380bea358b30ce079f08">column</a>(nColumn), <a class="code" href="classNodeLessThan.html#afb215ca60b4a3825effc6240b0574935">order</a>(fOrder) {}</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classNodeLessThan.html#a001e114bc5defaaec4feb1be3c71a327">operator()</a>(<span class="keyword">const</span> <a class="code" href="structCNodeCombinedStats.html">CNodeCombinedStats</a> &amp;left, <span class="keyword">const</span> <a class="code" href="structCNodeCombinedStats.html">CNodeCombinedStats</a> &amp;right) <span class="keyword">const</span>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classNodeLessThan.html#acc9f42703050380bea358b30ce079f08"> 35</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classNodeLessThan.html#acc9f42703050380bea358b30ce079f08">column</a>;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classNodeLessThan.html#afb215ca60b4a3825effc6240b0574935"> 36</a></span>&#160; Qt::SortOrder <a class="code" href="classNodeLessThan.html#afb215ca60b4a3825effc6240b0574935">order</a>;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;};</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classPeerTableModel.html"> 43</a></span>&#160;<span class="keyword">class </span><a class="code" href="classPeerTableModel.html">PeerTableModel</a> : <span class="keyword">public</span> QAbstractTableModel</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;{</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; Q_OBJECT</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classPeerTableModel.html#a94e40794eeb946475a4a747c1fe1a2c2">PeerTableModel</a>(<a class="code" href="classClientModel.html">ClientModel</a> *parent = 0);</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <a class="code" href="classPeerTableModel.html#a8ff8426848434b1349bdb947fe38c6ab">~PeerTableModel</a>();</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keyword">const</span> <a class="code" href="structCNodeCombinedStats.html">CNodeCombinedStats</a> *<a class="code" href="classPeerTableModel.html#a98084d3299642316c71c5de3d36b9859">getNodeStats</a>(<span class="keywordtype">int</span> idx);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordtype">int</span> <a class="code" href="classPeerTableModel.html#aa735d366015dafba4c5d79dfb76abe49">getRowByNodeId</a>(<a class="code" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> nodeid);</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classPeerTableModel.html#aba0f9c1535e2d718950edea1c166cc9d">startAutoRefresh</a>();</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classPeerTableModel.html#a2a738ac95fc16e0e1db9693eadc4f8b4">stopAutoRefresh</a>();</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590"> 55</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590">ColumnIndex</a> {</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a8ee229da5c6b0e98788b9baae0362aa2"> 56</a></span>&#160; <a class="code" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a8ee229da5c6b0e98788b9baae0362aa2">NetNodeId</a> = 0,</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a101063cc6b840d0857aa79929703d16a"> 57</a></span>&#160; <a class="code" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a101063cc6b840d0857aa79929703d16a">Address</a> = 1,</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590aa4408c536a178490700310f01cf0d455"> 58</a></span>&#160; <a class="code" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590aa4408c536a178490700310f01cf0d455">Subversion</a> = 2,</div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a7e5e92f542ecbb90307e99c213274957"> 59</a></span>&#160; <a class="code" href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a7e5e92f542ecbb90307e99c213274957">Ping</a> = 3</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; };</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">int</span> <a class="code" href="classPeerTableModel.html#a893cd78a1bfc89c71a1746d3c3e70e95">rowCount</a>(<span class="keyword">const</span> QModelIndex &amp;parent) <span class="keyword">const</span>;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordtype">int</span> <a class="code" href="classPeerTableModel.html#aec5793e7f02694bd35b05ea1200c4b46">columnCount</a>(<span class="keyword">const</span> QModelIndex &amp;parent) <span class="keyword">const</span>;</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; QVariant <a class="code" href="classPeerTableModel.html#a7229a1e75b1ecab25add4098b6bb9d27">data</a>(<span class="keyword">const</span> QModelIndex &amp;<a class="code" href="classPeerTableModel.html#a11faadd62beac5b9dec146045e8ecbbb">index</a>, <span class="keywordtype">int</span> role) <span class="keyword">const</span>;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; QVariant <a class="code" href="classPeerTableModel.html#ab2db3038337ab51cf8655a4d9f0546d2">headerData</a>(<span class="keywordtype">int</span> section, Qt::Orientation orientation, <span class="keywordtype">int</span> role) <span class="keyword">const</span>;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; QModelIndex <a class="code" href="classPeerTableModel.html#a11faadd62beac5b9dec146045e8ecbbb">index</a>(<span class="keywordtype">int</span> row, <span class="keywordtype">int</span> column, <span class="keyword">const</span> QModelIndex &amp;parent) <span class="keyword">const</span>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; Qt::ItemFlags <a class="code" href="classPeerTableModel.html#ad0e101ec541cde4a163d490b58c5442a">flags</a>(<span class="keyword">const</span> QModelIndex &amp;<a class="code" href="classPeerTableModel.html#a11faadd62beac5b9dec146045e8ecbbb">index</a>) <span class="keyword">const</span>;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classPeerTableModel.html#ac2211cda0ce659ac4c324c6ff24e1e5f">sort</a>(<span class="keywordtype">int</span> column, Qt::SortOrder order);</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="keyword">public</span> Q_SLOTS:</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classPeerTableModel.html#abae14b3fd8a38a60f752f67a57b5b0b3">refresh</a>();</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a244140c19e5693d8483b1319ba232418"> 77</a></span>&#160; <a class="code" href="classClientModel.html">ClientModel</a> *<a class="code" href="classPeerTableModel.html#a244140c19e5693d8483b1319ba232418">clientModel</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a916dec1a33691042fb64c55626794f81"> 78</a></span>&#160; QStringList <a class="code" href="classPeerTableModel.html#a916dec1a33691042fb64c55626794f81">columns</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#ae06b4392aa8162508fe514d19204ffae"> 79</a></span>&#160; std::unique_ptr&lt;PeerTablePriv&gt; <a class="code" href="classPeerTableModel.html#ae06b4392aa8162508fe514d19204ffae">priv</a>;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classPeerTableModel.html#a5ec31ffbbafdfda2b093bfece75c9781"> 80</a></span>&#160; QTimer *<a class="code" href="classPeerTableModel.html#a5ec31ffbbafdfda2b093bfece75c9781">timer</a>;</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;};</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#endif // BITCOIN_QT_PEERTABLEMODEL_H</span></div><div class="ttc" id="classPeerTableModel_html_ae06b4392aa8162508fe514d19204ffae"><div class="ttname"><a href="classPeerTableModel.html#ae06b4392aa8162508fe514d19204ffae">PeerTableModel::priv</a></div><div class="ttdeci">std::unique_ptr&lt; PeerTablePriv &gt; priv</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00079">peertablemodel.h:79</a></div></div>
<div class="ttc" id="net__processing_8h_html"><div class="ttname"><a href="net__processing_8h.html">net_processing.h</a></div></div>
<div class="ttc" id="classNodeLessThan_html_afb215ca60b4a3825effc6240b0574935"><div class="ttname"><a href="classNodeLessThan.html#afb215ca60b4a3825effc6240b0574935">NodeLessThan::order</a></div><div class="ttdeci">Qt::SortOrder order</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00036">peertablemodel.h:36</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a94e40794eeb946475a4a747c1fe1a2c2"><div class="ttname"><a href="classPeerTableModel.html#a94e40794eeb946475a4a747c1fe1a2c2">PeerTableModel::PeerTableModel</a></div><div class="ttdeci">PeerTableModel(ClientModel *parent=0)</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00112">peertablemodel.cpp:112</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a10a32ec5f31c9765c80b611760f7e590a7e5e92f542ecbb90307e99c213274957"><div class="ttname"><a href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a7e5e92f542ecbb90307e99c213274957">PeerTableModel::Ping</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00059">peertablemodel.h:59</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a7229a1e75b1ecab25add4098b6bb9d27"><div class="ttname"><a href="classPeerTableModel.html#a7229a1e75b1ecab25add4098b6bb9d27">PeerTableModel::data</a></div><div class="ttdeci">QVariant data(const QModelIndex &amp;index, int role) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00158">peertablemodel.cpp:158</a></div></div>
<div class="ttc" id="net_8h_html"><div class="ttname"><a href="net_8h.html">net.h</a></div></div>
<div class="ttc" id="classPeerTableModel_html_ad0e101ec541cde4a163d490b58c5442a"><div class="ttname"><a href="classPeerTableModel.html#ad0e101ec541cde4a163d490b58c5442a">PeerTableModel::flags</a></div><div class="ttdeci">Qt::ItemFlags flags(const QModelIndex &amp;index) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00197">peertablemodel.cpp:197</a></div></div>
<div class="ttc" id="structCNodeCombinedStats_html_adc8bd9241fd1f220059b87398fa10fca"><div class="ttname"><a href="structCNodeCombinedStats.html#adc8bd9241fd1f220059b87398fa10fca">CNodeCombinedStats::fNodeStateStatsAvailable</a></div><div class="ttdeci">bool fNodeStateStatsAvailable</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00024">peertablemodel.h:24</a></div></div>
<div class="ttc" id="structCNodeStateStats_html"><div class="ttname"><a href="structCNodeStateStats.html">CNodeStateStats</a></div><div class="ttdef"><b>Definition:</b> <a href="net__processing_8h_source.html#l00033">net_processing.h:33</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a11faadd62beac5b9dec146045e8ecbbb"><div class="ttname"><a href="classPeerTableModel.html#a11faadd62beac5b9dec146045e8ecbbb">PeerTableModel::index</a></div><div class="ttdeci">QModelIndex index(int row, int column, const QModelIndex &amp;parent) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00206">peertablemodel.cpp:206</a></div></div>
<div class="ttc" id="classNodeLessThan_html_a001e114bc5defaaec4feb1be3c71a327"><div class="ttname"><a href="classNodeLessThan.html#a001e114bc5defaaec4feb1be3c71a327">NodeLessThan::operator()</a></div><div class="ttdeci">bool operator()(const CNodeCombinedStats &amp;left, const CNodeCombinedStats &amp;right) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00018">peertablemodel.cpp:18</a></div></div>
<div class="ttc" id="classPeerTableModel_html"><div class="ttname"><a href="classPeerTableModel.html">PeerTableModel</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00043">peertablemodel.h:43</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a893cd78a1bfc89c71a1746d3c3e70e95"><div class="ttname"><a href="classPeerTableModel.html#a893cd78a1bfc89c71a1746d3c3e70e95">PeerTableModel::rowCount</a></div><div class="ttdeci">int rowCount(const QModelIndex &amp;parent) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00146">peertablemodel.cpp:146</a></div></div>
<div class="ttc" id="classNodeLessThan_html"><div class="ttname"><a href="classNodeLessThan.html">NodeLessThan</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00027">peertablemodel.h:27</a></div></div>
<div class="ttc" id="classPeerTableModel_html_ab2db3038337ab51cf8655a4d9f0546d2"><div class="ttname"><a href="classPeerTableModel.html#ab2db3038337ab51cf8655a4d9f0546d2">PeerTableModel::headerData</a></div><div class="ttdeci">QVariant headerData(int section, Qt::Orientation orientation, int role) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00185">peertablemodel.cpp:185</a></div></div>
<div class="ttc" id="classPeerTableModel_html_aba0f9c1535e2d718950edea1c166cc9d"><div class="ttname"><a href="classPeerTableModel.html#aba0f9c1535e2d718950edea1c166cc9d">PeerTableModel::startAutoRefresh</a></div><div class="ttdeci">void startAutoRefresh()</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00136">peertablemodel.cpp:136</a></div></div>
<div class="ttc" id="classNodeLessThan_html_acc9f42703050380bea358b30ce079f08"><div class="ttname"><a href="classNodeLessThan.html#acc9f42703050380bea358b30ce079f08">NodeLessThan::column</a></div><div class="ttdeci">int column</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00035">peertablemodel.h:35</a></div></div>
<div class="ttc" id="classPeerTableModel_html_aa735d366015dafba4c5d79dfb76abe49"><div class="ttname"><a href="classPeerTableModel.html#aa735d366015dafba4c5d79dfb76abe49">PeerTableModel::getRowByNodeId</a></div><div class="ttdeci">int getRowByNodeId(NodeId nodeid)</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00228">peertablemodel.cpp:228</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a10a32ec5f31c9765c80b611760f7e590a8ee229da5c6b0e98788b9baae0362aa2"><div class="ttname"><a href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a8ee229da5c6b0e98788b9baae0362aa2">PeerTableModel::NetNodeId</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00056">peertablemodel.h:56</a></div></div>
<div class="ttc" id="classPeerTablePriv_html"><div class="ttname"><a href="classPeerTablePriv.html">PeerTablePriv</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00042">peertablemodel.cpp:42</a></div></div>
<div class="ttc" id="classNodeLessThan_html_ab9d2ef05545cba5acb3b3bc2ea9c859c"><div class="ttname"><a href="classNodeLessThan.html#ab9d2ef05545cba5acb3b3bc2ea9c859c">NodeLessThan::NodeLessThan</a></div><div class="ttdeci">NodeLessThan(int nColumn, Qt::SortOrder fOrder)</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00030">peertablemodel.h:30</a></div></div>
<div class="ttc" id="classPeerTableModel_html_abae14b3fd8a38a60f752f67a57b5b0b3"><div class="ttname"><a href="classPeerTableModel.html#abae14b3fd8a38a60f752f67a57b5b0b3">PeerTableModel::refresh</a></div><div class="ttdeci">void refresh()</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00221">peertablemodel.cpp:221</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a244140c19e5693d8483b1319ba232418"><div class="ttname"><a href="classPeerTableModel.html#a244140c19e5693d8483b1319ba232418">PeerTableModel::clientModel</a></div><div class="ttdeci">ClientModel * clientModel</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00077">peertablemodel.h:77</a></div></div>
<div class="ttc" id="structCNodeCombinedStats_html_ad26d590ef79b08623b2b6658b59e9a69"><div class="ttname"><a href="structCNodeCombinedStats.html#ad26d590ef79b08623b2b6658b59e9a69">CNodeCombinedStats::nodeStats</a></div><div class="ttdeci">CNodeStats nodeStats</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00022">peertablemodel.h:22</a></div></div>
<div class="ttc" id="structCNodeCombinedStats_html_a6ce7320fa9ca5a3706ec4caf76ac34a1"><div class="ttname"><a href="structCNodeCombinedStats.html#a6ce7320fa9ca5a3706ec4caf76ac34a1">CNodeCombinedStats::nodeStateStats</a></div><div class="ttdeci">CNodeStateStats nodeStateStats</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00023">peertablemodel.h:23</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a916dec1a33691042fb64c55626794f81"><div class="ttname"><a href="classPeerTableModel.html#a916dec1a33691042fb64c55626794f81">PeerTableModel::columns</a></div><div class="ttdeci">QStringList columns</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00078">peertablemodel.h:78</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a10a32ec5f31c9765c80b611760f7e590a101063cc6b840d0857aa79929703d16a"><div class="ttname"><a href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590a101063cc6b840d0857aa79929703d16a">PeerTableModel::Address</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00057">peertablemodel.h:57</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a10a32ec5f31c9765c80b611760f7e590"><div class="ttname"><a href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590">PeerTableModel::ColumnIndex</a></div><div class="ttdeci">ColumnIndex</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00055">peertablemodel.h:55</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="classPeerTableModel_html_a2a738ac95fc16e0e1db9693eadc4f8b4"><div class="ttname"><a href="classPeerTableModel.html#a2a738ac95fc16e0e1db9693eadc4f8b4">PeerTableModel::stopAutoRefresh</a></div><div class="ttdeci">void stopAutoRefresh()</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00141">peertablemodel.cpp:141</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a98084d3299642316c71c5de3d36b9859"><div class="ttname"><a href="classPeerTableModel.html#a98084d3299642316c71c5de3d36b9859">PeerTableModel::getNodeStats</a></div><div class="ttdeci">const CNodeCombinedStats * getNodeStats(int idx)</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00216">peertablemodel.cpp:216</a></div></div>
<div class="ttc" id="net_8h_html_a954d746a58632565552615fd0a4ee660"><div class="ttname"><a href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a></div><div class="ttdeci">int NodeId</div><div class="ttdef"><b>Definition:</b> <a href="net_8h_source.html#l00094">net.h:94</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a10a32ec5f31c9765c80b611760f7e590aa4408c536a178490700310f01cf0d455"><div class="ttname"><a href="classPeerTableModel.html#a10a32ec5f31c9765c80b611760f7e590aa4408c536a178490700310f01cf0d455">PeerTableModel::Subversion</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00058">peertablemodel.h:58</a></div></div>
<div class="ttc" id="classPeerTableModel_html_aec5793e7f02694bd35b05ea1200c4b46"><div class="ttname"><a href="classPeerTableModel.html#aec5793e7f02694bd35b05ea1200c4b46">PeerTableModel::columnCount</a></div><div class="ttdeci">int columnCount(const QModelIndex &amp;parent) const</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00152">peertablemodel.cpp:152</a></div></div>
<div class="ttc" id="classPeerTableModel_html_ac2211cda0ce659ac4c324c6ff24e1e5f"><div class="ttname"><a href="classPeerTableModel.html#ac2211cda0ce659ac4c324c6ff24e1e5f">PeerTableModel::sort</a></div><div class="ttdeci">void sort(int column, Qt::SortOrder order)</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00237">peertablemodel.cpp:237</a></div></div>
<div class="ttc" id="classCNodeStats_html"><div class="ttname"><a href="classCNodeStats.html">CNodeStats</a></div><div class="ttdef"><b>Definition:</b> <a href="net_8h_source.html#l00591">net.h:591</a></div></div>
<div class="ttc" id="structCNodeCombinedStats_html"><div class="ttname"><a href="structCNodeCombinedStats.html">CNodeCombinedStats</a></div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00021">peertablemodel.h:21</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a8ff8426848434b1349bdb947fe38c6ab"><div class="ttname"><a href="classPeerTableModel.html#a8ff8426848434b1349bdb947fe38c6ab">PeerTableModel::~PeerTableModel</a></div><div class="ttdeci">~PeerTableModel()</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8cpp_source.html#l00131">peertablemodel.cpp:131</a></div></div>
<div class="ttc" id="classPeerTableModel_html_a5ec31ffbbafdfda2b093bfece75c9781"><div class="ttname"><a href="classPeerTableModel.html#a5ec31ffbbafdfda2b093bfece75c9781">PeerTableModel::timer</a></div><div class="ttdeci">QTimer * timer</div><div class="ttdef"><b>Definition:</b> <a href="peertablemodel_8h_source.html#l00080">peertablemodel.h:80</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="peertablemodel_8h.html">peertablemodel.h</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:05 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>