]> 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 63f69b78c9644e6867d1ff1080027aaafb943dd0..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>
@@ -94,9 +103,9 @@ Create a new Event.
 <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#l00345">345</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
 <p>
-<div class="fragment"><pre>00344 : <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#l00346">346</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#l00199">data</a>.
 <p>
-<div class="fragment"><pre>00347 {
-00348         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p0">data</a>;
-00349 }
+<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#l00362">362</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#l00208">id</a>.
 <p>
-<div class="fragment"><pre>00363 {
-00364         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p2">id</a>;
-00365 }
+<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#l00351">351</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#l00203">source</a>.
 <p>
-<div class="fragment"><pre>00352 {
-00353         <span class="keywordflow">return</span> this-&gt;<a class="code" href="classEvent.html#p1">source</a>;
-00354 }
+<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#l00356">356</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>00357 {
-00358         <a class="code" href="modules_8h.html#a24">FOREACH_MOD</a> OnEvent(<span class="keyword">this</span>);
-00359         <span class="keywordflow">return</span> NULL;
-00360 }
+<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>
@@ -286,7 +295,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.
 <p>
 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#l00346">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>
@@ -314,7 +323,7 @@ This is arbitary text which should be used to distinguish one type of event from
 <p>
 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#l00362">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>
@@ -342,12 +351,12 @@ This is a pointer to the sender of the message, which can be used to directly tr
 <p>
 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#l00351">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 Thu May 12 02:25:20 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>