1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Wt examples: ChatApplication Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</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>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>ChatApplication Class Reference<br>
<small>
[<a class="el" href="group__chatexample.html">Chat example</a>]</small>
</h1><!-- doxytag: class="ChatApplication" --><!-- doxytag: inherits="Wt::WApplication" -->A chat demo application.
<a href="#_details">More...</a>
<p>
<div class="dynheader">
Inheritance diagram for ChatApplication:</div>
<div class="dynsection">
<p><center><img src="classChatApplication__inherit__graph.png" border="0" usemap="#ChatApplication__inherit__map" alt="Inheritance graph"></center>
<map name="ChatApplication__inherit__map">
<area shape="rect" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WApplication.html" title="Wt::WApplication" alt="" coords="5,80,125,107"><area shape="rect" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WObject.html" title="Wt::WObject" alt="" coords="17,5,113,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<p>
<a href="classChatApplication-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__chatexample.html#ge1537d19ec87de98d5e4b81513dfd1c8">ChatApplication</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html/" href="../../reference/html/classWt_1_1WEnvironment.html">WEnvironment</a> &env)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a new instance. <a href="group__chatexample.html#ge1537d19ec87de98d5e4b81513dfd1c8"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Private Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__chatexample.html#g5dac9dfcc18f0d42adb57760b1da24d9">addChatWidget</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Add another chat client. <a href="group__chatexample.html#g5dac9dfcc18f0d42adb57760b1da24d9"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A chat demo application.
<p>Definition at line <a class="el" href="simpleChat_8C-source.html#l00028">28</a> of file <a class="el" href="simpleChat_8C-source.html">simpleChat.C</a>.</p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/koen/project/wt/public-git/wt/examples/simplechat/<a class="el" href="simpleChat_8C-source.html">simpleChat.C</a></ul>
</div>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Mar 26 17:12:12 2010 for <a href="http://www.webtoolkit.eu/wt/">Wt</a> by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
</body>
</html>
|