]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/module-doc/classEvent.html
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / module-doc / classEvent.html
index 170fa3474b57a3c60a849a3fece78254bcc002bb..4177bacb68dcc8d1a978dd840f7d5ff5a05b8caa 100644 (file)
 <p>
 <code>#include &lt;<a class="el" href="modules_8h-source.html">modules.h</a>&gt;</code>
 <p>
-Inherits <a class="el" href="classModuleMessage.html">ModuleMessage</a>.
-<p>
-<a href="classEvent-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
+Inheritance diagram for Event:<p><center><img src="classEvent__inherit__graph.gif" border="0" usemap="#Event__inherit__map" alt="Inheritance graph"></center>
+<map name="Event__inherit__map">
+<area href="classModuleMessage.html" shape="rect" coords="8,82,128,109" alt="">
+<area href="classclassbase.html" shape="rect" coords="28,8,108,34" alt="">
+</map>
+<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Event:<p><center><img src="classEvent__coll__graph.gif" border="0" usemap="#Event__coll__map" alt="Collaboration graph"></center>
+<map name="Event__coll__map">
+<area href="classModuleMessage.html" shape="rect" coords="8,175,128,202" alt="">
+<area href="classclassbase.html" shape="rect" coords="96,98,176,125" alt="">
+<area href="classModule.html" shape="rect" coords="152,175,218,202" alt="">
+</map>
+<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classEvent-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>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classEvent.html#a0">Event</a> (char *anydata, <a class="el" href="classModule.html">Module</a> *src, std::string eventid)</td></tr>
@@ -48,7 +57,7 @@ When the class is properly instantiated it may be sent to all modules using the
 <p>
 
 <p>
-Definition at line <a class="el" href="modules_8h-source.html#l00191">191</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
+Definition at line <a class="el" href="modules_8h-source.html#l00194">194</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
 <a name="a0" doxytag="Event::Event"></a><p>
 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
   <tr>
@@ -94,9 +103,9 @@ Create a new Event.
 <p>
 
 <p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00337">337</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00345">345</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
 <p>
-<div class="fragment"><pre>00337 : <a class="code" href="classEvent.html#p0">data</a>(anydata), <a class="code" href="classEvent.html#p1">source</a>(src), <a class="code" href="classEvent.html#p2">id</a>(eventid) { };
+<div class="fragment"><pre>00345 : <a class="code" href="classEvent.html#p0">data</a>(anydata), <a class="code" href="classEvent.html#p1">source</a>(src), <a class="code" href="classEvent.html#p2">id</a>(eventid) { };
 </pre></div>    </td>
   </tr>
 </table>
@@ -130,13 +139,13 @@ Get the Event data.
 <p>
 
 <p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00339">339</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00347">347</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
 <p>
-References <a class="el" href="modules_8h-source.html#l00196">data</a>.
+References <a class="el" href="modules_8h-source.html#l00199">data</a>.
 <p>
-<div class="fragment"><pre>00340 {
-00341         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p0">data</a>;
-00342 }
+<div class="fragment"><pre>00348 {
+00349         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p0">data</a>;
+00350 }
 </pre></div>    </td>
   </tr>
 </table>
@@ -169,13 +178,13 @@ Get the event ID.
 <p>
 Use this to determine the event type for safe casting of the data 
 <p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00355">355</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00363">363</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
 <p>
-References <a class="el" href="modules_8h-source.html#l00205">id</a>.
+References <a class="el" href="modules_8h-source.html#l00208">id</a>.
 <p>
-<div class="fragment"><pre>00356 {
-00357         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p2">id</a>;
-00358 }
+<div class="fragment"><pre>00364 {
+00365         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p2">id</a>;
+00366 }
 </pre></div>    </td>
   </tr>
 </table>
@@ -208,13 +217,13 @@ Get the event Source.
 <p>
 
 <p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00344">344</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00352">352</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
 <p>
-References <a class="el" href="modules_8h-source.html#l00200">source</a>.
+References <a class="el" href="modules_8h-source.html#l00203">source</a>.
 <p>
-<div class="fragment"><pre>00345 {
-00346         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p1">source</a>;
-00347 }
+<div class="fragment"><pre>00353 {
+00354         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p1">source</a>;
+00355 }
 </pre></div>    </td>
   </tr>
 </table>
@@ -249,14 +258,14 @@ The return result of an <a class="el" href="classEvent.html#a4">Event::Send()</a
 <p>
 Implements <a class="el" href="classModuleMessage.html#a0">ModuleMessage</a>.
 <p>
-Definition at line <a class="el" href="modules_8cpp-source.html#l00349">349</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
+Definition at line <a class="el" href="modules_8cpp-source.html#l00357">357</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
 <p>
 References <a class="el" href="modules_8h-source.html#l00079">FOREACH_MOD</a>.
 <p>
-<div class="fragment"><pre>00350 {
-00351         <a class="code" href="modules_8h.html#a24">FOREACH_MOD</a> OnEvent(<span class="keyword">this</span>);
-00352         <span class="keywordflow">return</span> NULL;
-00353 }
+<div class="fragment"><pre>00358 {
+00359         <a class="code" href="modules_8h.html#a24">FOREACH_MOD</a> OnEvent(<span class="keyword">this</span>);
+00360         <span class="keywordflow">return</span> NULL;
+00361 }
 </pre></div>    </td>
   </tr>
 </table>
@@ -284,9 +293,9 @@ This member holds a pointer to arbitary data set by the emitter of the message.
 <p>
 
 <p>
-Definition at line <a class="el" href="modules_8h-source.html#l00196">196</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00199">199</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
 <p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00339">GetData()</a>.    </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00347">GetData()</a>.    </td>
   </tr>
 </table>
 <a name="p2" doxytag="Event::id"></a><p>
@@ -312,9 +321,9 @@ The event identifier.
 <p>
 This is arbitary text which should be used to distinguish one type of event from another. 
 <p>
-Definition at line <a class="el" href="modules_8h-source.html#l00205">205</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00208">208</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
 <p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00355">GetEventID()</a>.    </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00363">GetEventID()</a>.    </td>
   </tr>
 </table>
 <a name="p1" doxytag="Event::source"></a><p>
@@ -340,14 +349,14 @@ This is a pointer to the sender of the message, which can be used to directly tr
 <p>
 
 <p>
-Definition at line <a class="el" href="modules_8h-source.html#l00200">200</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
+Definition at line <a class="el" href="modules_8h-source.html#l00203">203</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
 <p>
-Referenced by <a class="el" href="modules_8cpp-source.html#l00344">GetSource()</a>.    </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00352">GetSource()</a>.    </td>
   </tr>
 </table>
 <hr>The documentation for this class was generated from the following files:<ul>
 <li><a class="el" href="modules_8h-source.html">modules.h</a><li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Apr 20 15:47:03 2005 for InspIRCd by
+<hr size="1"><address style="align: right;"><small>Generated on Fri May 13 01:59:38 2005 for InspIRCd by
 <a href="http://www.doxygen.org/index.html">
 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
 </a>1.3.3 </small></address>