From bc0d192a35489b8f5c42aa381ab2b120957ef770 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 May 2005 15:35:21 +0000 Subject: Added final documentation for inspircd Beta 4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 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 86bb599fa..980de41c0 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -94,9 +94,9 @@ Create a new Event.
-Definition at line 337 of file modules.cpp. +Definition at line 335 of file modules.cpp.
-
00337 : data(anydata), source(src), id(eventid) { }; + @@ -130,13 +130,13 @@ Get the Event data.
-Definition at line 339 of file modules.cpp. +Definition at line 337 of file modules.cpp.
References data.
-
00340 { -00341 return this->data; -00342 } +@@ -169,13 +169,13 @@ Get the event ID.00338 { +00339 return this->data; +00340 }Use this to determine the event type for safe casting of the data
-Definition at line 355 of file modules.cpp. +Definition at line 353 of file modules.cpp.
References id.
-
00356 { -00357 return this->id; -00358 } +@@ -208,13 +208,13 @@ Get the event Source.00354 { +00355 return this->id; +00356 }
-Definition at line 344 of file modules.cpp. +Definition at line 342 of file modules.cpp.
References source.
-
00345 { -00346 return this->source; -00347 } +@@ -249,14 +249,14 @@ The return result of an Event::Send() Implements ModuleMessage.00343 { +00344 return this->source; +00345 }-Definition at line 349 of file modules.cpp. +Definition at line 347 of file modules.cpp.
References FOREACH_MOD.
-
00350 { -00351 FOREACH_MOD OnEvent(this); -00352 return NULL; -00353 } +-@@ -286,7 +286,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.00348 { +00349 FOREACH_MOD OnEvent(this); +00350 return NULL; +00351 }Definition at line 199 of file modules.h.
-Referenced by GetData(). +Referenced by GetData().
@@ -314,7 +314,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().
@@ -342,12 +342,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 Tue Apr 26 17:11:48 2005 for InspIRCd by +
Generated on Sat May 7 15:34:24 2005 for InspIRCd by1.3.3 -- cgit v1.3.1-10-gc9f91