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

125 lines
21 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/platformstyle.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('platformstyle_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">platformstyle.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="platformstyle_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) 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_PLATFORMSTYLE_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define BITCOIN_QT_PLATFORMSTYLE_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;QIcon&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;QPixmap&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;QString&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">/* Coin network-specific GUI style information */</span></div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classPlatformStyle.html"> 13</a></span>&#160;<span class="keyword">class </span><a class="code" href="classPlatformStyle.html">PlatformStyle</a></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;{</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classPlatformStyle.html">PlatformStyle</a> *<a class="code" href="classPlatformStyle.html#ab55b9c4d135bfddc4494f6eaac26becf">instantiate</a>(<span class="keyword">const</span> QString &amp;<a class="code" href="platformstyle_8cpp.html#ac899d14c100adaa4ed66da22af45b4b9">platformId</a>);</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#a0f1f0292263509c1585d35e9268694d3"> 19</a></span>&#160; <span class="keyword">const</span> QString &amp;<a class="code" href="classPlatformStyle.html#a0f1f0292263509c1585d35e9268694d3">getName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classPlatformStyle.html#a3c4118e398b920521e9f72acee341b70">name</a>; }</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="classPlatformStyle.html#ab1c3a5c2bc7b5ff91d3e166fee62eea5"> 21</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#ab1c3a5c2bc7b5ff91d3e166fee62eea5">getImagesOnButtons</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classPlatformStyle.html#a116cf73bc8a4fcd2c835a2cc8998b4a8">imagesOnButtons</a>; }</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#a67b6942f6dcf2ca765f8af2d6f377ce8"> 22</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#a67b6942f6dcf2ca765f8af2d6f377ce8">getUseExtraSpacing</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classPlatformStyle.html#ac867206b96f0d5b69a1c111b46a50146">useExtraSpacing</a>; }</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#ad9c6683d8af86105edcb53970b689afb"> 24</a></span>&#160; QColor <a class="code" href="classPlatformStyle.html#ad9c6683d8af86105edcb53970b689afb">TextColor</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classPlatformStyle.html#ac4864eb40899c188a772b08092ff0de3">textColor</a>; }</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#a76949291f8dfc8b7a34f90cf119ed8e4"> 25</a></span>&#160; QColor <a class="code" href="classPlatformStyle.html#a76949291f8dfc8b7a34f90cf119ed8e4">SingleColor</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classPlatformStyle.html#abb7d31cbcf2e705a3c1bc09663f821a9">singleColor</a>; }</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; QImage <a class="code" href="classPlatformStyle.html#adecebc4670880700203340d322351f89">SingleColorImage</a>(<span class="keyword">const</span> QString&amp; filename) <span class="keyword">const</span>;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; QIcon <a class="code" href="classPlatformStyle.html#a3f4ff8b7a2054cbd4283e67208523035">SingleColorIcon</a>(<span class="keyword">const</span> QString&amp; filename) <span class="keyword">const</span>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; QIcon <a class="code" href="classPlatformStyle.html#a3f4ff8b7a2054cbd4283e67208523035">SingleColorIcon</a>(<span class="keyword">const</span> QIcon&amp; icon) <span class="keyword">const</span>;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; QIcon <a class="code" href="classPlatformStyle.html#ac3c91893b60a84a98155b7b9603918bd">TextColorIcon</a>(<span class="keyword">const</span> QString&amp; filename) <span class="keyword">const</span>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; QIcon <a class="code" href="classPlatformStyle.html#ac3c91893b60a84a98155b7b9603918bd">TextColorIcon</a>(<span class="keyword">const</span> QIcon&amp; icon) <span class="keyword">const</span>;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <a class="code" href="classPlatformStyle.html#a9336bcaeed5c9210db1550f85f6e22e6">PlatformStyle</a>(<span class="keyword">const</span> QString &amp;<a class="code" href="classPlatformStyle.html#a3c4118e398b920521e9f72acee341b70">name</a>, <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#a116cf73bc8a4fcd2c835a2cc8998b4a8">imagesOnButtons</a>, <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#ace6dd4770023fd8e1f66a2398586174d">colorizeIcons</a>, <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#ac867206b96f0d5b69a1c111b46a50146">useExtraSpacing</a>);</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"><a class="line" href="classPlatformStyle.html#a3c4118e398b920521e9f72acee341b70"> 45</a></span>&#160; QString <a class="code" href="classPlatformStyle.html#a3c4118e398b920521e9f72acee341b70">name</a>;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#a116cf73bc8a4fcd2c835a2cc8998b4a8"> 46</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#a116cf73bc8a4fcd2c835a2cc8998b4a8">imagesOnButtons</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#ace6dd4770023fd8e1f66a2398586174d"> 47</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#ace6dd4770023fd8e1f66a2398586174d">colorizeIcons</a>;</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#ac867206b96f0d5b69a1c111b46a50146"> 48</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classPlatformStyle.html#ac867206b96f0d5b69a1c111b46a50146">useExtraSpacing</a>;</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#abb7d31cbcf2e705a3c1bc09663f821a9"> 49</a></span>&#160; QColor <a class="code" href="classPlatformStyle.html#abb7d31cbcf2e705a3c1bc09663f821a9">singleColor</a>;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classPlatformStyle.html#ac4864eb40899c188a772b08092ff0de3"> 50</a></span>&#160; QColor <a class="code" href="classPlatformStyle.html#ac4864eb40899c188a772b08092ff0de3">textColor</a>;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="comment">/* ... more to come later */</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;};</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#endif // BITCOIN_QT_PLATFORMSTYLE_H</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div><div class="ttc" id="classPlatformStyle_html_ac4864eb40899c188a772b08092ff0de3"><div class="ttname"><a href="classPlatformStyle.html#ac4864eb40899c188a772b08092ff0de3">PlatformStyle::textColor</a></div><div class="ttdeci">QColor textColor</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00050">platformstyle.h:50</a></div></div>
<div class="ttc" id="classPlatformStyle_html_adecebc4670880700203340d322351f89"><div class="ttname"><a href="classPlatformStyle.html#adecebc4670880700203340d322351f89">PlatformStyle::SingleColorImage</a></div><div class="ttdeci">QImage SingleColorImage(const QString &amp;filename) const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8cpp_source.html#l00101">platformstyle.cpp:101</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a3f4ff8b7a2054cbd4283e67208523035"><div class="ttname"><a href="classPlatformStyle.html#a3f4ff8b7a2054cbd4283e67208523035">PlatformStyle::SingleColorIcon</a></div><div class="ttdeci">QIcon SingleColorIcon(const QString &amp;filename) const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8cpp_source.html#l00108">platformstyle.cpp:108</a></div></div>
<div class="ttc" id="classPlatformStyle_html_ac867206b96f0d5b69a1c111b46a50146"><div class="ttname"><a href="classPlatformStyle.html#ac867206b96f0d5b69a1c111b46a50146">PlatformStyle::useExtraSpacing</a></div><div class="ttdeci">bool useExtraSpacing</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00048">platformstyle.h:48</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a3c4118e398b920521e9f72acee341b70"><div class="ttname"><a href="classPlatformStyle.html#a3c4118e398b920521e9f72acee341b70">PlatformStyle::name</a></div><div class="ttdeci">QString name</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00045">platformstyle.h:45</a></div></div>
<div class="ttc" id="classPlatformStyle_html_ac3c91893b60a84a98155b7b9603918bd"><div class="ttname"><a href="classPlatformStyle.html#ac3c91893b60a84a98155b7b9603918bd">PlatformStyle::TextColorIcon</a></div><div class="ttdeci">QIcon TextColorIcon(const QString &amp;filename) const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8cpp_source.html#l00122">platformstyle.cpp:122</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a76949291f8dfc8b7a34f90cf119ed8e4"><div class="ttname"><a href="classPlatformStyle.html#a76949291f8dfc8b7a34f90cf119ed8e4">PlatformStyle::SingleColor</a></div><div class="ttdeci">QColor SingleColor() const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00025">platformstyle.h:25</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a9336bcaeed5c9210db1550f85f6e22e6"><div class="ttname"><a href="classPlatformStyle.html#a9336bcaeed5c9210db1550f85f6e22e6">PlatformStyle::PlatformStyle</a></div><div class="ttdeci">PlatformStyle(const QString &amp;name, bool imagesOnButtons, bool colorizeIcons, bool useExtraSpacing)</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8cpp_source.html#l00076">platformstyle.cpp:76</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a0f1f0292263509c1585d35e9268694d3"><div class="ttname"><a href="classPlatformStyle.html#a0f1f0292263509c1585d35e9268694d3">PlatformStyle::getName</a></div><div class="ttdeci">const QString &amp; getName() const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00019">platformstyle.h:19</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a116cf73bc8a4fcd2c835a2cc8998b4a8"><div class="ttname"><a href="classPlatformStyle.html#a116cf73bc8a4fcd2c835a2cc8998b4a8">PlatformStyle::imagesOnButtons</a></div><div class="ttdeci">bool imagesOnButtons</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00046">platformstyle.h:46</a></div></div>
<div class="ttc" id="classPlatformStyle_html_ab1c3a5c2bc7b5ff91d3e166fee62eea5"><div class="ttname"><a href="classPlatformStyle.html#ab1c3a5c2bc7b5ff91d3e166fee62eea5">PlatformStyle::getImagesOnButtons</a></div><div class="ttdeci">bool getImagesOnButtons() const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00021">platformstyle.h:21</a></div></div>
<div class="ttc" id="classPlatformStyle_html_a67b6942f6dcf2ca765f8af2d6f377ce8"><div class="ttname"><a href="classPlatformStyle.html#a67b6942f6dcf2ca765f8af2d6f377ce8">PlatformStyle::getUseExtraSpacing</a></div><div class="ttdeci">bool getUseExtraSpacing() const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00022">platformstyle.h:22</a></div></div>
<div class="ttc" id="classPlatformStyle_html_ab55b9c4d135bfddc4494f6eaac26becf"><div class="ttname"><a href="classPlatformStyle.html#ab55b9c4d135bfddc4494f6eaac26becf">PlatformStyle::instantiate</a></div><div class="ttdeci">static const PlatformStyle * instantiate(const QString &amp;platformId)</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8cpp_source.html#l00132">platformstyle.cpp:132</a></div></div>
<div class="ttc" id="classPlatformStyle_html_abb7d31cbcf2e705a3c1bc09663f821a9"><div class="ttname"><a href="classPlatformStyle.html#abb7d31cbcf2e705a3c1bc09663f821a9">PlatformStyle::singleColor</a></div><div class="ttdeci">QColor singleColor</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00049">platformstyle.h:49</a></div></div>
<div class="ttc" id="classPlatformStyle_html_ad9c6683d8af86105edcb53970b689afb"><div class="ttname"><a href="classPlatformStyle.html#ad9c6683d8af86105edcb53970b689afb">PlatformStyle::TextColor</a></div><div class="ttdeci">QColor TextColor() const</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00024">platformstyle.h:24</a></div></div>
<div class="ttc" id="classPlatformStyle_html_ace6dd4770023fd8e1f66a2398586174d"><div class="ttname"><a href="classPlatformStyle.html#ace6dd4770023fd8e1f66a2398586174d">PlatformStyle::colorizeIcons</a></div><div class="ttdeci">bool colorizeIcons</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00047">platformstyle.h:47</a></div></div>
<div class="ttc" id="classPlatformStyle_html"><div class="ttname"><a href="classPlatformStyle.html">PlatformStyle</a></div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00013">platformstyle.h:13</a></div></div>
<div class="ttc" id="platformstyle_8cpp_html_ac899d14c100adaa4ed66da22af45b4b9"><div class="ttname"><a href="platformstyle_8cpp.html#ac899d14c100adaa4ed66da22af45b4b9">platformId</a></div><div class="ttdeci">const char * platformId</div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8cpp_source.html#l00017">platformstyle.cpp:17</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="platformstyle_8h.html">platformstyle.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>