From bab9f4b4bc0f6aa0e1377745fd216ef9874b3f27 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 9 Dec 2005 20:21:39 +0000 Subject: Added new module docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2301 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index 6e0a14d33..cba0e76e8 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -57,7 +57,7 @@ When the class is properly instantiated it may be sent to all modules using the

-Definition at line 196 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 197 of file modules.h.

Constructor & Destructor Documentation

@@ -139,7 +139,7 @@ Get the Event data.

Definition at line 283 of file modules.cpp.

-References data.

00284 {
+References data.
00284 {
 00285         return this->data;
 00286 }
 
@@ -177,7 +177,7 @@ Use this to determine the event type for safe casting of the data

Definition at line 299 of file modules.cpp.

-References id.

00300 {
+References id.
00300 {
 00301         return this->id;
 00302 }
 
@@ -215,7 +215,7 @@ Get the event Source.

Definition at line 288 of file modules.cpp.

-References source.

00289 {
+References source.
00289 {
 00290         return this->source;
 00291 }
 
@@ -255,7 +255,7 @@ Implements ModuleM

Definition at line 293 of file modules.cpp.

-References FOREACH_MOD.

00294 {
+References FOREACH_MOD.
00294 {
 00295         FOREACH_MOD OnEvent(this);
 00296         return NULL;
 00297 }
@@ -289,7 +289,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.
 

-Definition at line 201 of file modules.h. +Definition at line 202 of file modules.h.

Referenced by GetData().

@@ -318,7 +318,7 @@ The event identifier.

This is arbitary text which should be used to distinguish one type of event from another.

-Definition at line 210 of file modules.h. +Definition at line 211 of file modules.h.

Referenced by GetEventID(). @@ -347,14 +347,14 @@ This is a pointer to the sender of the message, which can be used to directly tr

-Definition at line 205 of file modules.h. +Definition at line 206 of file modules.h.

Referenced by GetSource().


The documentation for this class was generated from the following files: -
Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by  +
Generated on Fri Dec 9 20:20:11 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3