mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
140 lines
28 KiB
HTML
140 lines
28 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/bantablemodel.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&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('bantablemodel_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">bantablemodel.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="bantablemodel_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> <span class="comment">// Copyright (c) 2011-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> </div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#ifndef BITCOIN_QT_BANTABLEMODEL_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define BITCOIN_QT_BANTABLEMODEL_H</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="net_8h.html">net.h</a>"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <QAbstractTableModel></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <QStringList></span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">class </span><a class="code" href="classClientModel.html">ClientModel</a>;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">class </span><a class="code" href="classBanTablePriv.html">BanTablePriv</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> </div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="structCCombinedBan.html"> 16</a></span> <span class="keyword">struct </span><a class="code" href="structCCombinedBan.html">CCombinedBan</a> {</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="structCCombinedBan.html#aa82262352d04e8b4876bc4b9f8deec77"> 17</a></span>  <a class="code" href="classCSubNet.html">CSubNet</a> <a class="code" href="structCCombinedBan.html#aa82262352d04e8b4876bc4b9f8deec77">subnet</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="structCCombinedBan.html#a086559a7c052a1b0f9f820eb2c6a3d2e"> 18</a></span>  <a class="code" href="classCBanEntry.html">CBanEntry</a> <a class="code" href="structCCombinedBan.html#a086559a7c052a1b0f9f820eb2c6a3d2e">banEntry</a>;</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> </div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="classBannedNodeLessThan.html"> 21</a></span> <span class="keyword">class </span><a class="code" href="classBannedNodeLessThan.html">BannedNodeLessThan</a></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="classBannedNodeLessThan.html#a03f51db01c46d9b2ef56dc6b8670f3e5"> 24</a></span>  <a class="code" href="classBannedNodeLessThan.html#a03f51db01c46d9b2ef56dc6b8670f3e5">BannedNodeLessThan</a>(<span class="keywordtype">int</span> nColumn, Qt::SortOrder fOrder) :</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <a class="code" href="classBannedNodeLessThan.html#aa9204bbd49ae27fe99b969292528aab1">column</a>(nColumn), <a class="code" href="classBannedNodeLessThan.html#a76e0441e6ec7c92d19952071e6cc2589">order</a>(fOrder) {}</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keywordtype">bool</span> <a class="code" href="classBannedNodeLessThan.html#a9ab20cdbaf3357bff0d7b33122f8c900">operator()</a>(<span class="keyword">const</span> <a class="code" href="structCCombinedBan.html">CCombinedBan</a>& left, <span class="keyword">const</span> <a class="code" href="structCCombinedBan.html">CCombinedBan</a>& right) <span class="keyword">const</span>;</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> <span class="keyword">private</span>:</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classBannedNodeLessThan.html#aa9204bbd49ae27fe99b969292528aab1"> 29</a></span>  <span class="keywordtype">int</span> <a class="code" href="classBannedNodeLessThan.html#aa9204bbd49ae27fe99b969292528aab1">column</a>;</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classBannedNodeLessThan.html#a76e0441e6ec7c92d19952071e6cc2589"> 30</a></span>  Qt::SortOrder <a class="code" href="classBannedNodeLessThan.html#a76e0441e6ec7c92d19952071e6cc2589">order</a>;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> };</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classBanTableModel.html"> 37</a></span> <span class="keyword">class </span><a class="code" href="classBanTableModel.html">BanTableModel</a> : <span class="keyword">public</span> QAbstractTableModel</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> {</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  Q_OBJECT</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">explicit</span> <a class="code" href="classBanTableModel.html#a71bce2e55cc2b80f0eb7b50c99d5fc98">BanTableModel</a>(<a class="code" href="classClientModel.html">ClientModel</a> *parent = 0);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classBanTableModel.html#aecdd0214dbbe36c9d0830141a7d86270">~BanTableModel</a>();</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordtype">void</span> <a class="code" href="classBanTableModel.html#ac4f36763d845880655a97077b8a960c5">startAutoRefresh</a>();</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keywordtype">void</span> <a class="code" href="classBanTableModel.html#aa6a6b777fddd046d11901b13325a1cba">stopAutoRefresh</a>();</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eed"> 47</a></span>  <span class="keyword">enum</span> <a class="code" href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eed">ColumnIndex</a> {</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eeda13827ce9646f26c01dfc57002a9280e7"> 48</a></span>  <a class="code" href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eeda13827ce9646f26c01dfc57002a9280e7">Address</a> = 0,</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eedafa45fbbf9e0cb4bf29125e7e740b77c7"> 49</a></span>  <a class="code" href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eedafa45fbbf9e0cb4bf29125e7e740b77c7">Bantime</a> = 1</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  };</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordtype">int</span> <a class="code" href="classBanTableModel.html#a4b9f4c4141b52eae3912eb9f63788836">rowCount</a>(<span class="keyword">const</span> QModelIndex &parent) <span class="keyword">const</span>;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordtype">int</span> <a class="code" href="classBanTableModel.html#ab958ad98ed124a3851a3e19da75183eb">columnCount</a>(<span class="keyword">const</span> QModelIndex &parent) <span class="keyword">const</span>;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  QVariant <a class="code" href="classBanTableModel.html#a1f38cbdde8831de9156635e2f62ad5f8">data</a>(<span class="keyword">const</span> QModelIndex &<a class="code" href="classBanTableModel.html#ae010501b0c3002dbd10ba13dd301cc64">index</a>, <span class="keywordtype">int</span> role) <span class="keyword">const</span>;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  QVariant <a class="code" href="classBanTableModel.html#a395ca056646f64caf234b144ca7a6f0c">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="l00058"></a><span class="lineno"> 58</span>  QModelIndex <a class="code" href="classBanTableModel.html#ae010501b0c3002dbd10ba13dd301cc64">index</a>(<span class="keywordtype">int</span> row, <span class="keywordtype">int</span> column, <span class="keyword">const</span> QModelIndex &parent) <span class="keyword">const</span>;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  Qt::ItemFlags <a class="code" href="classBanTableModel.html#aa2bd1f2fa967cf828f2e7b618870f852">flags</a>(<span class="keyword">const</span> QModelIndex &<a class="code" href="classBanTableModel.html#ae010501b0c3002dbd10ba13dd301cc64">index</a>) <span class="keyword">const</span>;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keywordtype">void</span> <a class="code" href="classBanTableModel.html#a93f90c58936fe32fe1c14788e024d0b6">sort</a>(<span class="keywordtype">int</span> column, Qt::SortOrder order);</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">bool</span> <a class="code" href="classBanTableModel.html#afbed923bfe027b3ae959e323d4b843cd">shouldShow</a>();</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">public</span> Q_SLOTS:</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">void</span> <a class="code" href="classBanTableModel.html#a15107160d33bbf2635b9460cb07f9661">refresh</a>();</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">private</span>:</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classBanTableModel.html#afbeb2c2f5ade137c7c6afe4fec8cb6fa"> 68</a></span>  <a class="code" href="classClientModel.html">ClientModel</a> *<a class="code" href="classBanTableModel.html#afbeb2c2f5ade137c7c6afe4fec8cb6fa">clientModel</a>;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classBanTableModel.html#ada64ae61b01d69239700268880010229"> 69</a></span>  QStringList <a class="code" href="classBanTableModel.html#ada64ae61b01d69239700268880010229">columns</a>;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classBanTableModel.html#a181dfd4e5b8cd96ae176965f46d843a9"> 70</a></span>  std::unique_ptr<BanTablePriv> <a class="code" href="classBanTableModel.html#a181dfd4e5b8cd96ae176965f46d843a9">priv</a>;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> };</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> <span class="preprocessor">#endif // BITCOIN_QT_BANTABLEMODEL_H</span></div><div class="ttc" id="classBanTableModel_html_a1f38cbdde8831de9156635e2f62ad5f8"><div class="ttname"><a href="classBanTableModel.html#a1f38cbdde8831de9156635e2f62ad5f8">BanTableModel::data</a></div><div class="ttdeci">QVariant data(const QModelIndex &index, int role) const</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00115">bantablemodel.cpp:115</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ae010501b0c3002dbd10ba13dd301cc64"><div class="ttname"><a href="classBanTableModel.html#ae010501b0c3002dbd10ba13dd301cc64">BanTableModel::index</a></div><div class="ttdeci">QModelIndex index(int row, int column, const QModelIndex &parent) const</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00158">bantablemodel.cpp:158</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_a71bce2e55cc2b80f0eb7b50c99d5fc98"><div class="ttname"><a href="classBanTableModel.html#a71bce2e55cc2b80f0eb7b50c99d5fc98">BanTableModel::BanTableModel</a></div><div class="ttdeci">BanTableModel(ClientModel *parent=0)</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00085">bantablemodel.cpp:85</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="classBanTableModel_html_a181dfd4e5b8cd96ae176965f46d843a9"><div class="ttname"><a href="classBanTableModel.html#a181dfd4e5b8cd96ae176965f46d843a9">BanTableModel::priv</a></div><div class="ttdeci">std::unique_ptr< BanTablePriv > priv</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00070">bantablemodel.h:70</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_a4b9f4c4141b52eae3912eb9f63788836"><div class="ttname"><a href="classBanTableModel.html#a4b9f4c4141b52eae3912eb9f63788836">BanTableModel::rowCount</a></div><div class="ttdeci">int rowCount(const QModelIndex &parent) const</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00103">bantablemodel.cpp:103</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_afbed923bfe027b3ae959e323d4b843cd"><div class="ttname"><a href="classBanTableModel.html#afbed923bfe027b3ae959e323d4b843cd">BanTableModel::shouldShow</a></div><div class="ttdeci">bool shouldShow()</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00182">bantablemodel.cpp:182</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ad1a416d31ef95529e8be0ef01c0b7eeda13827ce9646f26c01dfc57002a9280e7"><div class="ttname"><a href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eeda13827ce9646f26c01dfc57002a9280e7">BanTableModel::Address</a></div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00048">bantablemodel.h:48</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_a395ca056646f64caf234b144ca7a6f0c"><div class="ttname"><a href="classBanTableModel.html#a395ca056646f64caf234b144ca7a6f0c">BanTableModel::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="bantablemodel_8cpp_source.html#l00137">bantablemodel.cpp:137</a></div></div>
|
|
<div class="ttc" id="classBannedNodeLessThan_html_a9ab20cdbaf3357bff0d7b33122f8c900"><div class="ttname"><a href="classBannedNodeLessThan.html#a9ab20cdbaf3357bff0d7b33122f8c900">BannedNodeLessThan::operator()</a></div><div class="ttdeci">bool operator()(const CCombinedBan &left, const CCombinedBan &right) const</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00017">bantablemodel.cpp:17</a></div></div>
|
|
<div class="ttc" id="structCCombinedBan_html_a086559a7c052a1b0f9f820eb2c6a3d2e"><div class="ttname"><a href="structCCombinedBan.html#a086559a7c052a1b0f9f820eb2c6a3d2e">CCombinedBan::banEntry</a></div><div class="ttdeci">CBanEntry banEntry</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00018">bantablemodel.h:18</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_a93f90c58936fe32fe1c14788e024d0b6"><div class="ttname"><a href="classBanTableModel.html#a93f90c58936fe32fe1c14788e024d0b6">BanTableModel::sort</a></div><div class="ttdeci">void sort(int column, Qt::SortOrder order)</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00175">bantablemodel.cpp:175</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ad1a416d31ef95529e8be0ef01c0b7eedafa45fbbf9e0cb4bf29125e7e740b77c7"><div class="ttname"><a href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eedafa45fbbf9e0cb4bf29125e7e740b77c7">BanTableModel::Bantime</a></div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00049">bantablemodel.h:49</a></div></div>
|
|
<div class="ttc" id="classBannedNodeLessThan_html"><div class="ttname"><a href="classBannedNodeLessThan.html">BannedNodeLessThan</a></div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00021">bantablemodel.h:21</a></div></div>
|
|
<div class="ttc" id="classBannedNodeLessThan_html_aa9204bbd49ae27fe99b969292528aab1"><div class="ttname"><a href="classBannedNodeLessThan.html#aa9204bbd49ae27fe99b969292528aab1">BannedNodeLessThan::column</a></div><div class="ttdeci">int column</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00029">bantablemodel.h:29</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_afbeb2c2f5ade137c7c6afe4fec8cb6fa"><div class="ttname"><a href="classBanTableModel.html#afbeb2c2f5ade137c7c6afe4fec8cb6fa">BanTableModel::clientModel</a></div><div class="ttdeci">ClientModel * clientModel</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00068">bantablemodel.h:68</a></div></div>
|
|
<div class="ttc" id="structCCombinedBan_html_aa82262352d04e8b4876bc4b9f8deec77"><div class="ttname"><a href="structCCombinedBan.html#aa82262352d04e8b4876bc4b9f8deec77">CCombinedBan::subnet</a></div><div class="ttdeci">CSubNet subnet</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00017">bantablemodel.h:17</a></div></div>
|
|
<div class="ttc" id="structCCombinedBan_html"><div class="ttname"><a href="structCCombinedBan.html">CCombinedBan</a></div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00016">bantablemodel.h:16</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_a15107160d33bbf2635b9460cb07f9661"><div class="ttname"><a href="classBanTableModel.html#a15107160d33bbf2635b9460cb07f9661">BanTableModel::refresh</a></div><div class="ttdeci">void refresh()</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00168">bantablemodel.cpp:168</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ac4f36763d845880655a97077b8a960c5"><div class="ttname"><a href="classBanTableModel.html#ac4f36763d845880655a97077b8a960c5">BanTableModel::startAutoRefresh</a></div><div class="ttdeci">void startAutoRefresh()</div></div>
|
|
<div class="ttc" id="classBannedNodeLessThan_html_a76e0441e6ec7c92d19952071e6cc2589"><div class="ttname"><a href="classBannedNodeLessThan.html#a76e0441e6ec7c92d19952071e6cc2589">BannedNodeLessThan::order</a></div><div class="ttdeci">Qt::SortOrder order</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00030">bantablemodel.h:30</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_aa2bd1f2fa967cf828f2e7b618870f852"><div class="ttname"><a href="classBanTableModel.html#aa2bd1f2fa967cf828f2e7b618870f852">BanTableModel::flags</a></div><div class="ttdeci">Qt::ItemFlags flags(const QModelIndex &index) const</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00149">bantablemodel.cpp:149</a></div></div>
|
|
<div class="ttc" id="classCSubNet_html"><div class="ttname"><a href="classCSubNet.html">CSubNet</a></div><div class="ttdef"><b>Definition:</b> <a href="netaddress_8h_source.html#l00094">netaddress.h:94</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="classBanTableModel_html_aecdd0214dbbe36c9d0830141a7d86270"><div class="ttname"><a href="classBanTableModel.html#aecdd0214dbbe36c9d0830141a7d86270">BanTableModel::~BanTableModel</a></div><div class="ttdeci">~BanTableModel()</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00098">bantablemodel.cpp:98</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ab958ad98ed124a3851a3e19da75183eb"><div class="ttname"><a href="classBanTableModel.html#ab958ad98ed124a3851a3e19da75183eb">BanTableModel::columnCount</a></div><div class="ttdeci">int columnCount(const QModelIndex &parent) const</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00109">bantablemodel.cpp:109</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ada64ae61b01d69239700268880010229"><div class="ttname"><a href="classBanTableModel.html#ada64ae61b01d69239700268880010229">BanTableModel::columns</a></div><div class="ttdeci">QStringList columns</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00069">bantablemodel.h:69</a></div></div>
|
|
<div class="ttc" id="classBanTablePriv_html"><div class="ttname"><a href="classBanTablePriv.html">BanTablePriv</a></div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8cpp_source.html#l00037">bantablemodel.cpp:37</a></div></div>
|
|
<div class="ttc" id="classCBanEntry_html"><div class="ttname"><a href="classCBanEntry.html">CBanEntry</a></div><div class="ttdef"><b>Definition:</b> <a href="addrdb_8h_source.html#l00026">addrdb.h:26</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html_aa6a6b777fddd046d11901b13325a1cba"><div class="ttname"><a href="classBanTableModel.html#aa6a6b777fddd046d11901b13325a1cba">BanTableModel::stopAutoRefresh</a></div><div class="ttdeci">void stopAutoRefresh()</div></div>
|
|
<div class="ttc" id="classBanTableModel_html_ad1a416d31ef95529e8be0ef01c0b7eed"><div class="ttname"><a href="classBanTableModel.html#ad1a416d31ef95529e8be0ef01c0b7eed">BanTableModel::ColumnIndex</a></div><div class="ttdeci">ColumnIndex</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00047">bantablemodel.h:47</a></div></div>
|
|
<div class="ttc" id="classBanTableModel_html"><div class="ttname"><a href="classBanTableModel.html">BanTableModel</a></div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00037">bantablemodel.h:37</a></div></div>
|
|
<div class="ttc" id="classBannedNodeLessThan_html_a03f51db01c46d9b2ef56dc6b8670f3e5"><div class="ttname"><a href="classBannedNodeLessThan.html#a03f51db01c46d9b2ef56dc6b8670f3e5">BannedNodeLessThan::BannedNodeLessThan</a></div><div class="ttdeci">BannedNodeLessThan(int nColumn, Qt::SortOrder fOrder)</div><div class="ttdef"><b>Definition:</b> <a href="bantablemodel_8h_source.html#l00024">bantablemodel.h:24</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="bantablemodel_8h.html">bantablemodel.h</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:04 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>
|