From 66f0cd6469d2643858c2fcd14726d362696bd68d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 24 May 2005 02:34:33 +0000 Subject: New methods, new docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index a5aae85a0..00ca01ea3 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -103,9 +103,9 @@ Create a new Event.

-Definition at line 269 of file modules.cpp. +Definition at line 278 of file modules.cpp.

-

00269 : data(anydata), source(src), id(eventid) { };
+
00278 : data(anydata), source(src), id(eventid) { };
 
@@ -139,13 +139,13 @@ Get the Event data.

-Definition at line 271 of file modules.cpp. +Definition at line 280 of file modules.cpp.

References data.

-

00272 {
-00273         return this->data;
-00274 }
+
00281 {
+00282         return this->data;
+00283 }
 
@@ -178,13 +178,13 @@ Get the event ID.

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

-Definition at line 287 of file modules.cpp. +Definition at line 296 of file modules.cpp.

References id.

-

00288 {
-00289         return this->id;
-00290 }
+
00297 {
+00298         return this->id;
+00299 }
 
@@ -217,13 +217,13 @@ Get the event Source.

-Definition at line 276 of file modules.cpp. +Definition at line 285 of file modules.cpp.

References source.

-

00277 {
-00278         return this->source;
-00279 }
+
00286 {
+00287         return this->source;
+00288 }
 
@@ -258,14 +258,14 @@ The return result of an Event::Send() Implements ModuleMessage.

-Definition at line 281 of file modules.cpp. +Definition at line 290 of file modules.cpp.

References FOREACH_MOD.

-

00282 {
-00283         FOREACH_MOD OnEvent(this);
-00284         return NULL;
-00285 }
+
00291 {
+00292         FOREACH_MOD OnEvent(this);
+00293         return NULL;
+00294 }
 
@@ -295,7 +295,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.

Definition at line 199 of file modules.h.

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

@@ -323,7 +323,7 @@ This is arbitary text which should be used to distinguish one type of event from

Definition at line 208 of file modules.h.

-Referenced by GetEventID(). +Referenced by GetEventID().

@@ -351,12 +351,12 @@ This is a pointer to the sender of the message, which can be used to directly tr

Definition at line 203 of file modules.h.

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


The documentation for this class was generated from the following files: -
Generated on Sun May 15 18:38:08 2005 for InspIRCd by +
Generated on Tue May 24 02:31:55 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3