From 956328e80741c88cdae6d98b07be4171c98f4e26 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 May 2005 05:23:22 +0000 Subject: Added docs for base: BoolSet git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1565 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 79eb1d117..f16ad64ed 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -103,9 +103,9 @@ Create a new Event.

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

-

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

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

References data.

-

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

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

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

References id.

-

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

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

References source.

-

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

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

References FOREACH_MOD.

-

00291 {
-00292         FOREACH_MOD OnEvent(this);
-00293         return NULL;
-00294 }
+
00293 {
+00294         FOREACH_MOD OnEvent(this);
+00295         return NULL;
+00296 }
 
@@ -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 Wed May 25 22:03:00 2005 for InspIRCd by +
Generated on Mon May 30 05:16:52 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.3.1-10-gc9f91