From 03be04a9a2d86a4568d09d5e1689dd7ef37c863a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 14:52:12 +0000 Subject: Added extra docs for new config system git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2417 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index e5014e7ff..92cb6514f 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -102,7 +102,7 @@ Create a new Event.

-Definition at line 275 of file modules.cpp.

00275 : data(anydata), source(src), id(eventid) { };
+Definition at line 202 of file modules.cpp.
00202 : data(anydata), source(src), id(eventid) { };
 

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

-Definition at line 277 of file modules.cpp. +Definition at line 204 of file modules.cpp.

-References data.

00278 {
-00279         return this->data;
-00280 }
+References data.
00205 {
+00206         return this->data;
+00207 }
 

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

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

-Definition at line 293 of file modules.cpp. +Definition at line 220 of file modules.cpp.

-References id.

00294 {
-00295         return this->id;
-00296 }
+References id.
00221 {
+00222         return this->id;
+00223 }
 

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

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

-References source.

00283 {
-00284         return this->source;
-00285 }
+References source.
00210 {
+00211         return this->source;
+00212 }
 

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

Implements ModuleMessage.

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

-References FOREACH_MOD.

00288 {
-00289         FOREACH_MOD OnEvent(this);
-00290         return NULL;
-00291 }
+References FOREACH_MOD.
00215 {
+00216         FOREACH_MOD OnEvent(this);
+00217         return NULL;
+00218 }
 

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

Definition at line 202 of file modules.h.

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

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

Definition at line 211 of file modules.h.

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

@@ -349,12 +349,12 @@ 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.

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


The documentation for this class was generated from the following files: -
Generated on Mon Dec 12 18:31:02 2005 for InspIRCd by  +
Generated on Wed Dec 14 14:49:31 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.3.1-10-gc9f91