From 4d5a17380bc71cabe544b41c7c8a26a292384f3d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 17:05:15 +0000 Subject: Added docs for hashcomp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 48 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index fc2d4dd6f..a7ee526da 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -4,7 +4,7 @@ -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Event Class Reference

The Event class is a unicast message directed at all modules. More...

@@ -103,9 +103,9 @@ Create a new Event.

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

-

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

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

References data.

-

00348 {
-00349         return this->data;
-00350 }
+
00272 {
+00273         return this->data;
+00274 }
 
@@ -178,13 +178,13 @@ Get the event ID.

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

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

References id.

-

00364 {
-00365         return this->id;
-00366 }
+
00288 {
+00289         return this->id;
+00290 }
 
@@ -217,13 +217,13 @@ Get the event Source.

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

References source.

-

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

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

References FOREACH_MOD.

-

00358 {
-00359         FOREACH_MOD OnEvent(this);
-00360         return NULL;
-00361 }
+
00282 {
+00283         FOREACH_MOD OnEvent(this);
+00284         return NULL;
+00285 }
 
@@ -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 Fri May 13 15:49:33 2005 for InspIRCd by +
Generated on Sun May 15 17:03:21 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.3.1-10-gc9f91