Sophie

Sophie

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

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: StatusEventItem Class 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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><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="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>StatusEventItem Class Reference</h1><!-- doxytag: class="StatusEventItem" -->
<p><code>#include &lt;<a class="el" href="_status_event_item_8h_source.html">StatusEventItem.h</a>&gt;</code></p>

<p><a href="class_status_event_item-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26">DataRole</a> { <br/>
&nbsp;&nbsp;<a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26acde77cc12e5744c35a48b1ea93ce3c1d">IconRole</a> =  Qt::UserRole, 
<a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26a7deeaa0a8e64df7a502dc5261232be5b">TimestampRole</a>, 
<a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26a47e45d12f9a667b16e478e448a51b790">TitleRole</a>, 
<a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26ae110fce2d277b831bc13605644cf3d0c">DescriptionRole</a>, 
<br/>
&nbsp;&nbsp;<a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26a88ced42352d45337ce4063479d3926cc">HelpUrlRole</a>
<br/>
 }</td></tr>
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#ad66639a70b3b0103b4c2370224b292c8">StatusEventItem</a> (QTreeWidget *parent=0)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a260f82660e9f8c0489854daec5150641">setTimestamp</a> (const QTime &amp;timestamp)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a86a18645aa1704b866cb39d1cf762154">timestamp</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a0408cb499543f5dd83e810d34ebba37f">setIcon</a> (const QPixmap &amp;pixmap)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QPixmap&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a03b326686d67e98cd798eef1416bba57">icon</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#adc0603395d3f899f9689bf4a4aaec733">setTitle</a> (const QString &amp;title)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#afa2f9cc57b855d1680420897ed354d1b">title</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a3aca37cd3177227ed8374d56a6d1f385">setDescription</a> (const QString &amp;description)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a9d1398c04471d995efdfa8ab32aec8e1">description</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#afc343c257d4d8b1ceba2f0e3c7213b91">setHelpUrl</a> (const QString &amp;url)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#afc0c54a938a5c7f449212dad09c0ae0e">helpUrl</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#a787f2c8dfa938b23012e7e481a62bc76">setToolTip</a> (const QString &amp;toolTip)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#ac06d39abbb6187049e9664f61d6dc346">toString</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_status_event_item.html#ac548b4126c5487effb13e79f0cf55ffe">operator&lt;</a> (const QTreeWidgetItem &amp;other) const </td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="_status_event_item_8h_source.html#l00026">26</a> of file <a class="el" href="_status_event_item_8h_source.html">StatusEventItem.h</a>.</p>
<hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="a6ed2b03097a6b4bc1e56add5e7e04c26"></a><!-- doxytag: member="StatusEventItem::DataRole" ref="a6ed2b03097a6b4bc1e56add5e7e04c26" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="class_status_event_item.html#a6ed2b03097a6b4bc1e56add5e7e04c26">StatusEventItem::DataRole</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>QModelIndex data roles used to store information with this status event item, allowing it to be retrieved by <a class="el" href="class_status_event_item_delegate.html">StatusEventItemDelegate</a> for painting. </p>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a6ed2b03097a6b4bc1e56add5e7e04c26acde77cc12e5744c35a48b1ea93ce3c1d"></a><!-- doxytag: member="IconRole" ref="a6ed2b03097a6b4bc1e56add5e7e04c26acde77cc12e5744c35a48b1ea93ce3c1d" args="" -->IconRole</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6ed2b03097a6b4bc1e56add5e7e04c26a7deeaa0a8e64df7a502dc5261232be5b"></a><!-- doxytag: member="TimestampRole" ref="a6ed2b03097a6b4bc1e56add5e7e04c26a7deeaa0a8e64df7a502dc5261232be5b" args="" -->TimestampRole</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6ed2b03097a6b4bc1e56add5e7e04c26a47e45d12f9a667b16e478e448a51b790"></a><!-- doxytag: member="TitleRole" ref="a6ed2b03097a6b4bc1e56add5e7e04c26a47e45d12f9a667b16e478e448a51b790" args="" -->TitleRole</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6ed2b03097a6b4bc1e56add5e7e04c26ae110fce2d277b831bc13605644cf3d0c"></a><!-- doxytag: member="DescriptionRole" ref="a6ed2b03097a6b4bc1e56add5e7e04c26ae110fce2d277b831bc13605644cf3d0c" args="" -->DescriptionRole</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a6ed2b03097a6b4bc1e56add5e7e04c26a88ced42352d45337ce4063479d3926cc"></a><!-- doxytag: member="HelpUrlRole" ref="a6ed2b03097a6b4bc1e56add5e7e04c26a88ced42352d45337ce4063479d3926cc" args="" -->HelpUrlRole</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>

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

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ad66639a70b3b0103b4c2370224b292c8"></a><!-- doxytag: member="StatusEventItem::StatusEventItem" ref="ad66639a70b3b0103b4c2370224b292c8" args="(QTreeWidget *parent=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">StatusEventItem::StatusEventItem </td>
          <td>(</td>
          <td class="paramtype">QTreeWidget *&nbsp;</td>
          <td class="paramname"> <em>parent</em> = <code>0</code></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Default constructor. </p>

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

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a9d1398c04471d995efdfa8ab32aec8e1"></a><!-- doxytag: member="StatusEventItem::description" ref="a9d1398c04471d995efdfa8ab32aec8e1" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString StatusEventItem::description </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the detailed description text for this status event. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a3aca37cd3177227ed8374d56a6d1f385">setDescription()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00071">71</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00037">DescriptionRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00180">StatusEventWidget::find()</a>, and <a class="el" href="_status_event_item_8cpp_source.html#l00095">toString()</a>.</p>

</div>
</div>
<a class="anchor" id="afc0c54a938a5c7f449212dad09c0ae0e"></a><!-- doxytag: member="StatusEventItem::helpUrl" ref="afc0c54a938a5c7f449212dad09c0ae0e" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString StatusEventItem::helpUrl </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the help topic URL associated with this event item. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#afc343c257d4d8b1ceba2f0e3c7213b91">setHelpUrl</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00083">83</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00038">HelpUrlRole</a>.</p>

</div>
</div>
<a class="anchor" id="a03b326686d67e98cd798eef1416bba57"></a><!-- doxytag: member="StatusEventItem::icon" ref="a03b326686d67e98cd798eef1416bba57" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QPixmap StatusEventItem::icon </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the icon draw along with this status event. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a0408cb499543f5dd83e810d34ebba37f">setIcon()</a> </dd></dl>

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

<p>References <a class="el" href="_status_event_item_8h_source.html#l00034">IconRole</a>.</p>

</div>
</div>
<a class="anchor" id="ac548b4126c5487effb13e79f0cf55ffe"></a><!-- doxytag: member="StatusEventItem::operator&lt;" ref="ac548b4126c5487effb13e79f0cf55ffe" args="(const QTreeWidgetItem &amp;other) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool StatusEventItem::operator&lt; </td>
          <td>(</td>
          <td class="paramtype">const QTreeWidgetItem &amp;&nbsp;</td>
          <td class="paramname"> <em>other</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Overloaded comparison operator that allows sorting <a class="el" href="class_status_event_item.html">StatusEventItem</a> objects based on timestamp. Returns true if <em>this</em> <a class="el" href="class_status_event_item.html">StatusEventItem</a> occurred before <b>other</b>. </p>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00103">103</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="html_8cpp_source.html#l00040">b()</a>, and <a class="el" href="_status_event_item_8h_source.html#l00035">TimestampRole</a>.</p>

</div>
</div>
<a class="anchor" id="a3aca37cd3177227ed8374d56a6d1f385"></a><!-- doxytag: member="StatusEventItem::setDescription" ref="a3aca37cd3177227ed8374d56a6d1f385" args="(const QString &amp;description)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void StatusEventItem::setDescription </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>description</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the detailed <b>description</b> text for this status event. The text should explain what the event means to the user, and any corrective action they might need to take. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a9d1398c04471d995efdfa8ab32aec8e1">description()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00065">65</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00037">DescriptionRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00202">StatusEventWidget::addNotification()</a>.</p>

</div>
</div>
<a class="anchor" id="afc343c257d4d8b1ceba2f0e3c7213b91"></a><!-- doxytag: member="StatusEventItem::setHelpUrl" ref="afc343c257d4d8b1ceba2f0e3c7213b91" args="(const QString &amp;url)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void StatusEventItem::setHelpUrl </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>url</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the help topic URL that contains more information about this particular status event. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#afc0c54a938a5c7f449212dad09c0ae0e">helpUrl</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00077">77</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00038">HelpUrlRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00202">StatusEventWidget::addNotification()</a>.</p>

</div>
</div>
<a class="anchor" id="a0408cb499543f5dd83e810d34ebba37f"></a><!-- doxytag: member="StatusEventItem::setIcon" ref="a0408cb499543f5dd83e810d34ebba37f" args="(const QPixmap &amp;pixmap)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void StatusEventItem::setIcon </td>
          <td>(</td>
          <td class="paramtype">const QPixmap &amp;&nbsp;</td>
          <td class="paramname"> <em>pixmap</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the icon to be drawn along with this status event to <b>pixmap</b>. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a03b326686d67e98cd798eef1416bba57">icon()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00041">41</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00034">IconRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00202">StatusEventWidget::addNotification()</a>.</p>

</div>
</div>
<a class="anchor" id="a260f82660e9f8c0489854daec5150641"></a><!-- doxytag: member="StatusEventItem::setTimestamp" ref="a260f82660e9f8c0489854daec5150641" args="(const QTime &amp;timestamp)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void StatusEventItem::setTimestamp </td>
          <td>(</td>
          <td class="paramtype">const QTime &amp;&nbsp;</td>
          <td class="paramname"> <em>timestamp</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the <b>timestamp</b> at which this status event occurred. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a86a18645aa1704b866cb39d1cf762154">timestamp()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00029">29</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00035">TimestampRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00202">StatusEventWidget::addNotification()</a>.</p>

</div>
</div>
<a class="anchor" id="adc0603395d3f899f9689bf4a4aaec733"></a><!-- doxytag: member="StatusEventItem::setTitle" ref="adc0603395d3f899f9689bf4a4aaec733" args="(const QString &amp;title)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void StatusEventItem::setTitle </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>title</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the <b>title</b> text for this status event. The title is a short (fewer than 10 words or so) summary of the event. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#afa2f9cc57b855d1680420897ed354d1b">title()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00053">53</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00036">TitleRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00202">StatusEventWidget::addNotification()</a>.</p>

</div>
</div>
<a class="anchor" id="a787f2c8dfa938b23012e7e481a62bc76"></a><!-- doxytag: member="StatusEventItem::setToolTip" ref="a787f2c8dfa938b23012e7e481a62bc76" args="(const QString &amp;toolTip)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void StatusEventItem::setToolTip </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>toolTip</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets <b>toolTip</b> as the text displayed when the user hovers the mouse over a <a class="el" href="class_status_event_item.html">StatusEventItem</a>. It is more useful for particularly long item descriptions. </p>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00089">89</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00202">StatusEventWidget::addNotification()</a>.</p>

</div>
</div>
<a class="anchor" id="a86a18645aa1704b866cb39d1cf762154"></a><!-- doxytag: member="StatusEventItem::timestamp" ref="a86a18645aa1704b866cb39d1cf762154" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QTime StatusEventItem::timestamp </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the timestamp at which this status event occurred. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a260f82660e9f8c0489854daec5150641">setTimestamp()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00035">35</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00035">TimestampRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_item_8cpp_source.html#l00095">toString()</a>.</p>

</div>
</div>
<a class="anchor" id="afa2f9cc57b855d1680420897ed354d1b"></a><!-- doxytag: member="StatusEventItem::title" ref="afa2f9cc57b855d1680420897ed354d1b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString StatusEventItem::title </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the title text for this status event. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#adc0603395d3f899f9689bf4a4aaec733">setTitle()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00059">59</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8h_source.html#l00036">TitleRole</a>.</p>

<p>Referenced by <a class="el" href="_status_event_widget_8cpp_source.html#l00180">StatusEventWidget::find()</a>, and <a class="el" href="_status_event_item_8cpp_source.html#l00095">toString()</a>.</p>

</div>
</div>
<a class="anchor" id="ac06d39abbb6187049e9664f61d6dc346"></a><!-- doxytag: member="StatusEventItem::toString" ref="ac06d39abbb6187049e9664f61d6dc346" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString StatusEventItem::toString </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns a formatted QString containing this item's timestamp, title and description text. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_status_event_item.html#a86a18645aa1704b866cb39d1cf762154">timestamp()</a> </dd>
<dd>
<a class="el" href="class_status_event_item.html#afa2f9cc57b855d1680420897ed354d1b">title()</a> </dd>
<dd>
<a class="el" href="class_status_event_item.html#a9d1398c04471d995efdfa8ab32aec8e1">description()</a> </dd></dl>

<p>Definition at line <a class="el" href="_status_event_item_8cpp_source.html#l00095">95</a> of file <a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a>.</p>

<p>References <a class="el" href="_status_event_item_8cpp_source.html#l00071">description()</a>, <a class="el" href="_status_event_item_8cpp_source.html#l00035">timestamp()</a>, and <a class="el" href="_status_event_item_8cpp_source.html#l00059">title()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="_status_event_item_8h_source.html">StatusEventItem.h</a></li>
<li><a class="el" href="_status_event_item_8cpp_source.html">StatusEventItem.cpp</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Mon Aug 30 22:58:57 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>