paradigm_3/html/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>event.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>event.h File Reference</h1>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="event_8h__dep__incl.gif" border="0" usemap="#event.hdep_map" alt="Included by dependency graph"></center>
<map name="event.hdep_map">
<area href="event_8cpp.html" shape="rect" coords="0,0,64,18" alt="">
<area href="paradigm_8cpp.html" shape="rect" coords="88,0,173,18" alt="">
<area href="server_8cpp.html" shape="rect" coords="197,0,264,18" alt="">
</map>

<p>
<a href="event_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Compounds</h2></td></tr>
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classEvent.html">Event</a></td></tr>
<tr><td colspan=2><br><h2>Enumerations</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="event_8h.html#a5">Event_T</a> { <br>
&nbsp;&nbsp;<a class="el" href="event_8h.html#a5a0">NONE_E</a> =  0, 
<a class="el" href="event_8h.html#a5a1">CONNECT_E</a>, 
<a class="el" href="event_8h.html#a5a2">DISCONNECT_E</a>, 
<a class="el" href="event_8h.html#a5a3">MESSAGE_E</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="event_8h.html#a5a4">SHUTDOWN_E</a>
<br>
 }</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
 This is the event definition.
<p>
<dl compact><dt><b>Author: </b></dt><dd>
Jon A. Lambert </dl><dl compact><dt><b>Date: </b></dt><dd>
05/02/2003 </dl><dl compact><dt><b>Version: </b></dt><dd>
0.30</dl>
<p>
Definition in file <a class="el" href="event_8h-source.html">event.h</a>.<hr><h2>Enumeration Type Documentation</h2>
<a name="a5" doxytag="event.h::Event_T"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> enum Event_T
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Enumeration of the types of legal events we support in this iteration.
<p>
<dl compact><dt><b><a class="el" href="todo.html#_todo000002">Todo: </a></b></dt><dd>
 Support some common Telnet commands. </dl> <dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a name="a5a0" doxytag="NONE_E"></a><em>NONE_E</em></em>&nbsp;</td><td>
Invalid event - or a non-event? ignore it.</td></tr>
<tr><td valign=top><em><a name="a5a1" doxytag="CONNECT_E"></a><em>CONNECT_E</em></em>&nbsp;</td><td>
A <a class="el" href="classConnection.html">Connection</a> event - issued only by network.</td></tr>
<tr><td valign=top><em><a name="a5a2" doxytag="DISCONNECT_E"></a><em>DISCONNECT_E</em></em>&nbsp;</td><td>
A Disconnection event - can be issued both ways.</td></tr>
<tr><td valign=top><em><a name="a5a3" doxytag="MESSAGE_E"></a><em>MESSAGE_E</em></em>&nbsp;</td><td>
A Message event - can be issued both ways.</td></tr>
<tr><td valign=top><em><a name="a5a4" doxytag="SHUTDOWN_E"></a><em>SHUTDOWN_E</em></em>&nbsp;</td><td>
A Shutdown event - can be issued both ways.</td></tr>
</table>
</dl>

<p>
Definition at line <a class="el" href="event_8h-source.html#l00017">17</a> of file <a class="el" href="event_8h-source.html">event.h</a>.
<p>
Referenced by <a class="el" href="event_8cpp-source.html#l00020">Event::Event</a>().    </td>
  </tr>
</table>
<hr><address style="align: right;"><small>Generated on Mon Mar 29 23:12:54 2004 for Paradigm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>