From 5a2675d174e661c55843b3795afe2d688e7197f9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Apr 2005 17:15:49 +0000 Subject: New documentation! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1199 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index 170fa3474..86bb599fa 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -48,7 +48,7 @@ When the class is properly instantiated it may be sent to all modules using the

-Definition at line 191 of file modules.h.


Constructor & Destructor Documentation

+Definition at line 194 of file modules.h.

Constructor & Destructor Documentation

@@ -132,7 +132,7 @@ Get the Event data.

Definition at line 339 of file modules.cpp.

-References data. +References data.

00340 {
 00341         return this->data;
@@ -171,7 +171,7 @@ Use this to determine the event type for safe casting of the data
 

Definition at line 355 of file modules.cpp.

-References id. +References id.

00356 {
 00357         return this->id;
@@ -210,7 +210,7 @@ Get the event Source.
 

Definition at line 344 of file modules.cpp.

-References source. +References source.

00345 {
 00346         return this->source;
@@ -284,7 +284,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.
 

-Definition at line 196 of file modules.h. +Definition at line 199 of file modules.h.

Referenced by GetData().

@@ -312,7 +312,7 @@ The event identifier.

This is arbitary text which should be used to distinguish one type of event from another.

-Definition at line 205 of file modules.h. +Definition at line 208 of file modules.h.

Referenced by GetEventID(). @@ -340,14 +340,14 @@ This is a pointer to the sender of the message, which can be used to directly tr

-Definition at line 200 of file modules.h. +Definition at line 203 of file modules.h.

Referenced by GetSource().


The documentation for this class was generated from the following files: -
Generated on Wed Apr 20 15:47:03 2005 for InspIRCd by +
Generated on Tue Apr 26 17:11:48 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3