From 71bedf497cde8b0b38afbb366828b3df9c2803d6 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:04:22 +0000 Subject: git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 52 ++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index 56a41deab..a24c1a04d 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 197 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 215 of file modules.h.

Constructor & Destructor Documentation

@@ -102,7 +102,7 @@ Create a new Event.

-Definition at line 194 of file modules.cpp.

00194 : data(anydata), source(src), id(eventid) { };
+Definition at line 193 of file modules.cpp.
00193 : data(anydata), source(src), id(eventid) { };
 

@@ -137,11 +137,11 @@ Get the Event data.

-Definition at line 196 of file modules.cpp. +Definition at line 195 of file modules.cpp.

-References data.

00197 {
-00198         return this->data;
-00199 }
+References data.
00196 {
+00197         return this->data;
+00198 }
 

@@ -175,11 +175,11 @@ Get the event ID.

Use this to determine the event type for safe casting of the data

-Definition at line 212 of file modules.cpp. +Definition at line 211 of file modules.cpp.

-References id.

00213 {
-00214         return this->id;
-00215 }
+References id.
00212 {
+00213         return this->id;
+00214 }
 

@@ -213,11 +213,11 @@ Get the event Source.

-Definition at line 201 of file modules.cpp. +Definition at line 200 of file modules.cpp.

-References source.

00202 {
-00203         return this->source;
-00204 }
+References source.
00201 {
+00202         return this->source;
+00203 }
 

@@ -253,12 +253,12 @@ The return result of an Event::S

Implements ModuleMessage.

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

-References FOREACH_MOD.

00207 {
-00208         FOREACH_MOD OnEvent(this);
-00209         return NULL;
-00210 }
+References FOREACH_MOD.
00206 {
+00207         FOREACH_MOD OnEvent(this);
+00208         return NULL;
+00209 }
 

@@ -289,9 +289,9 @@ This member holds a pointer to arbitary data set by the emitter of the message.

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

-Referenced by GetData(). +Referenced by GetData().

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

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

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

-Referenced by GetEventID(). +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 206 of file modules.h. +Definition at line 224 of file modules.h.

-Referenced by GetSource(). +Referenced by GetSource().


The documentation for this class was generated from the following files: -
Generated on Thu Dec 15 11:14:18 2005 for InspIRCd by  +
Generated on Mon Dec 19 18:02:15 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3