Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > 9601c7beb4ff23e834bfa171795ed560 > files > 857

vidalia-0.2.9-1mdv2010.1.i586.rpm

<!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"/>
<title>Vidalia: html.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_b47abd1aad201a152869566145babb61.html">src</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_3459d97d61361c9d41d467fba45f9c61.html">common</a>
  </div>
</div>
<div class="contents">
<h1>html.cpp File Reference</h1><code>#include &quot;<a class="el" href="html_8cpp_source.html">html.h</a>&quot;</code><br/>
<code>#include &lt;QString&gt;</code><br/>

<p><a href="html_8cpp_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#a6859bd9e7f8c6a4ec0150749bac76c1d">p</a> (QString str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#a4a5dba6492ea149585950c59c210ff47">i</a> (QString str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#ae81b348b93d155129c2e91ced96c1898">b</a> (QString str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#ab9eb4c1f8720cf228c6eacb50a25809d">trow</a> (QString str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#ac02b8a5659a07000307f63f2992821c0">tcol</a> (QString str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#a736ee7ad1d1170ea1b54e0c273cc6824">thead</a> (QString str)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="html_8cpp.html#ad11ed033c0280b243879ed38e22b6668">escape</a> (QString str)</td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ae81b348b93d155129c2e91ced96c1898"></a><!-- doxytag: member="html.cpp::b" ref="ae81b348b93d155129c2e91ced96c1898" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString b </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Wraps a string in "&lt;b&gt;" tags. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00040">40</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

<p>Referenced by <a class="el" href="_router_descriptor_view_8cpp_source.html#l00087">RouterDescriptorView::display()</a>, <a class="el" href="_status_event_item_8cpp_source.html#l00103">StatusEventItem::operator&lt;()</a>, <a class="el" href="_router_list_item_8cpp_source.html#l00109">RouterListItem::operator&lt;()</a>, and <a class="el" href="_service_page_8cpp_source.html#l00477">ServicePage::serviceSelectionChanged()</a>.</p>

</div>
</div>
<a class="anchor" id="ad11ed033c0280b243879ed38e22b6668"></a><!-- doxytag: member="html.cpp::escape" ref="ad11ed033c0280b243879ed38e22b6668" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString escape </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Escapes "&lt;" and "&gt;" characters in the given string. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00068">68</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a4a5dba6492ea149585950c59c210ff47"></a><!-- doxytag: member="html.cpp::i" ref="a4a5dba6492ea149585950c59c210ff47" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString i </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Wraps a string in "&lt;i&gt;" tags. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00033">33</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

<p>Referenced by <a class="el" href="_tor_map_image_view_8cpp_source.html#l00102">TorMapImageView::addCircuit()</a>, <a class="el" href="_status_event_widget_8cpp_source.html#l00140">StatusEventWidget::allEvents()</a>, <a class="el" href="stringutil_8cpp_source.html#l00116">base16_encode()</a>, <a class="el" href="stringutil_8cpp_source.html#l00025">char_array_to_stringlist()</a>, <a class="el" href="_circuit_list_widget_8cpp_source.html#l00352">CircuitListWidget::circuits()</a>, <a class="el" href="_geo_ip_cache_8cpp_source.html#l00154">GeoIpCache::contains()</a>, <a class="el" href="crypto_8cpp_source.html#l00151">crypto_rand_string()</a>, <a class="el" href="_router_descriptor_view_8cpp_source.html#l00087">RouterDescriptorView::display()</a>, <a class="el" href="wixtool_8cpp_source.html#l00098">do_walkdoc()</a>, <a class="el" href="wixtool_8cpp_source.html#l00165">docsplice()</a>, <a class="el" href="_z_image_view_8cpp_source.html#l00065">ZImageView::drawScaledImage()</a>, <a class="el" href="stringutil_8cpp_source.html#l00050">ensure_valid_chars()</a>, <a class="el" href="_log_tree_widget_8cpp_source.html#l00233">LogTreeWidget::filter()</a>, <a class="el" href="_status_event_widget_8cpp_source.html#l00180">StatusEventWidget::find()</a>, <a class="el" href="_circuit_list_widget_8cpp_source.html#l00292">CircuitListWidget::findCircuitItem()</a>, <a class="el" href="_circuit_list_widget_8cpp_source.html#l00307">CircuitListWidget::findStreamItem()</a>, <a class="el" href="_help_browser_8cpp_source.html#l00272">HelpBrowser::findTopicItem()</a>, <a class="el" href="_service_page_8cpp_source.html#l00224">ServicePage::generateService()</a>, <a class="el" href="_geo_ip_cache_8cpp_source.html#l00145">GeoIpCache::geoIpForAddress()</a>, <a class="el" href="_tor_control_8cpp_source.html#l00908">TorControl::getNetworkStatus()</a>, <a class="el" href="_tor_events_8cpp_source.html#l00185">TorEvents::handleCircuitStatus()</a>, <a class="el" href="_tor_events_8cpp_source.html#l00234">TorEvents::handleLogMessage()</a>, <a class="el" href="_tor_events_8cpp_source.html#l00214">TorEvents::handleStreamStatus()</a>, <a class="el" href="_service_page_8cpp_source.html#l00319">ServicePage::initServiceTable()</a>, <a class="el" href="_circuit_8cpp_source.html#l00075">Circuit::isValidCircuitId()</a>, <a class="el" href="_stream_8cpp_source.html#l00085">Stream::isValidStreamId()</a>, <a class="el" href="_graph_frame_8cpp_source.html#l00272">GraphFrame::labelWidth()</a>, <a class="el" href="nsh2po_8cpp_source.html#l00274">main()</a>, <a class="el" href="_main_window_8cpp_source.html#l00698">MainWindow::onCheckForBrowser()</a>, <a class="el" href="_tor_process_8cpp_source.html#l00149">TorProcess::onReadyRead()</a>, <a class="el" href="_config_page_stack_8cpp_source.html#l00064">ConfigPageStack::pages()</a>, <a class="el" href="_graph_frame_8cpp_source.html#l00284">GraphFrame::paintScale()</a>, <a class="el" href="_vidalia_8cpp_source.html#l00242">Vidalia::parseArguments()</a>, <a class="el" href="_tor_events_8cpp_source.html#l00114">TorEvents::parseEventType()</a>, <a class="el" href="_graph_frame_8cpp_source.html#l00172">GraphFrame::pointsFromData()</a>, <a class="el" href="_exit_policy_8cpp_source.html#l00071">ExitPolicy::removePolicy()</a>, <a class="el" href="_service_page_8cpp_source.html#l00408">ServicePage::removeService()</a>, <a class="el" href="wixtool_8cpp_source.html#l00231">replacefunc()</a>, <a class="el" href="_circuit_list_widget_8cpp_source.html#l00054">CircuitListWidget::retranslateUi()</a>, <a class="el" href="_network_page_8cpp_source.html#l00252">NetworkPage::save()</a>, <a class="el" href="_help_browser_8cpp_source.html#l00411">HelpBrowser::search()</a>, <a class="el" href="_status_event_widget_8cpp_source.html#l00120">StatusEventWidget::selectedEvents()</a>, <a class="el" href="_tor_control_8cpp_source.html#l00663">TorControl::setConf()</a>, <a class="el" href="_geo_ip_request_8cpp_source.html#l00050">GeoIpRequest::setRequest()</a>, <a class="el" href="_log_tree_item_8cpp_source.html#l00069">LogTreeItem::setSeverity()</a>, <a class="el" href="wixtool_8cpp_source.html#l00133">splicefunc()</a>, <a class="el" href="_tor_process_8cpp_source.html#l00057">TorProcess::start()</a>, <a class="el" href="_stream_8cpp_source.html#l00043">Stream::Stream()</a>, <a class="el" href="_circuit_item_8cpp_source.html#l00067">CircuitItem::streams()</a>, <a class="el" href="stringutil_8cpp_source.html#l00129">string_escape()</a>, <a class="el" href="stringutil_8cpp_source.html#l00301">string_is_hex()</a>, <a class="el" href="stringutil_8cpp_source.html#l00231">string_parse_arguments()</a>, <a class="el" href="stringutil_8cpp_source.html#l00170">string_parse_keyvals()</a>, <a class="el" href="stringutil_8cpp_source.html#l00145">string_unescape()</a>, <a class="el" href="_control_command_8cpp_source.html#l00100">ControlCommand::toString()</a>, <a class="el" href="wixtool_8cpp_source.html#l00425">userlocalfunc()</a>, and <a class="el" href="win32_8cpp_source.html#l00204">win32_end_process_by_filename()</a>.</p>

</div>
</div>
<a class="anchor" id="a6859bd9e7f8c6a4ec0150749bac76c1d"></a><!-- doxytag: member="html.cpp::p" ref="a6859bd9e7f8c6a4ec0150749bac76c1d" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString p </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Wraps a string in "&lt;p&gt;" tags, converts "\n" to "&lt;br/&gt;" and converts "\n\n" to a new paragraph. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00023">23</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

<p>Referenced by <a class="el" href="_config_dialog_8cpp_source.html#l00213">ConfigDialog::applyChanges()</a>, <a class="el" href="_main_window_8cpp_source.html#l01260">MainWindow::authenticate()</a>, <a class="el" href="_main_window_8cpp_source.html#l01334">MainWindow::authenticated()</a>, <a class="el" href="_main_window_8cpp_source.html#l01384">MainWindow::authenticationFailed()</a>, <a class="el" href="_main_window_8cpp_source.html#l01115">MainWindow::connectFailed()</a>, <a class="el" href="_exit_policy_8cpp_source.html#l00131">ExitPolicy::contains()</a>, <a class="el" href="_v_message_box_8cpp_source.html#l00099">VMessageBox::critical()</a>, <a class="el" href="_router_descriptor_view_8cpp_source.html#l00087">RouterDescriptorView::display()</a>, <a class="el" href="_main_window_8cpp_source.html#l01563">MainWindow::displayTorVersionWarning()</a>, <a class="el" href="_z_image_view_8cpp_source.html#l00065">ZImageView::drawScaledImage()</a>, <a class="el" href="_message_log_8cpp_source.html#l00414">MessageLog::find()</a>, <a class="el" href="_v_message_box_8cpp_source.html#l00133">VMessageBox::information()</a>, <a class="el" href="_server_page_8cpp_source.html#l00140">ServerPage::onAuthenticated()</a>, <a class="el" href="_v_click_label_8cpp_source.html#l00048">VClickLabel::paintEvent()</a>, <a class="el" href="_v_message_box_8cpp_source.html#l00116">VMessageBox::question()</a>, <a class="el" href="_message_log_8cpp_source.html#l00197">MessageLog::registerLogEvents()</a>, <a class="el" href="_message_log_8cpp_source.html#l00224">MessageLog::rotateLogFile()</a>, <a class="el" href="_message_log_8cpp_source.html#l00315">MessageLog::save()</a>, <a class="el" href="_config_dialog_8cpp_source.html#l00183">ConfigDialog::saveChanges()</a>, <a class="el" href="_message_log_8cpp_source.html#l00244">MessageLog::saveSettings()</a>, <a class="el" href="_help_text_browser_8cpp_source.html#l00068">HelpTextBrowser::setSource()</a>, <a class="el" href="_main_window_8cpp_source.html#l01140">MainWindow::stop()</a>, <a class="el" href="_main_window_8cpp_source.html#l01604">MainWindow::warnDangerousPort()</a>, and <a class="el" href="_v_message_box_8cpp_source.html#l00150">VMessageBox::warning()</a>.</p>

</div>
</div>
<a class="anchor" id="ac02b8a5659a07000307f63f2992821c0"></a><!-- doxytag: member="html.cpp::tcol" ref="ac02b8a5659a07000307f63f2992821c0" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString tcol </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Wraps a string in "&lt;td&gt;" tags. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00054">54</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

<p>Referenced by <a class="el" href="_router_descriptor_view_8cpp_source.html#l00087">RouterDescriptorView::display()</a>, and <a class="el" href="_vidalia_8cpp_source.html#l00195">Vidalia::showUsageMessageBox()</a>.</p>

</div>
</div>
<a class="anchor" id="a736ee7ad1d1170ea1b54e0c273cc6824"></a><!-- doxytag: member="html.cpp::thead" ref="a736ee7ad1d1170ea1b54e0c273cc6824" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString thead </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Wraps a string in "&lt;th&gt;" tags. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00061">61</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab9eb4c1f8720cf228c6eacb50a25809d"></a><!-- doxytag: member="html.cpp::trow" ref="ab9eb4c1f8720cf228c6eacb50a25809d" args="(QString str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString trow </td>
          <td>(</td>
          <td class="paramtype">QString&nbsp;</td>
          <td class="paramname"> <em>str</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Wraps a string in "&lt;tr&gt;" tags. </p>

<p>Definition at line <a class="el" href="html_8cpp_source.html#l00047">47</a> of file <a class="el" href="html_8cpp_source.html">html.cpp</a>.</p>

<p>Referenced by <a class="el" href="_router_descriptor_view_8cpp_source.html#l00087">RouterDescriptorView::display()</a>, and <a class="el" href="_vidalia_8cpp_source.html#l00195">Vidalia::showUsageMessageBox()</a>.</p>

</div>
</div>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Mon Aug 30 22:58:55 2010 for Vidalia by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>