From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NLMISC__CEvent.html | 193 +++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 docs/doxygen/nel/class_NLMISC__CEvent.html (limited to 'docs/doxygen/nel/class_NLMISC__CEvent.html') diff --git a/docs/doxygen/nel/class_NLMISC__CEvent.html b/docs/doxygen/nel/class_NLMISC__CEvent.html new file mode 100644 index 00000000..e2653c8b --- /dev/null +++ b/docs/doxygen/nel/class_NLMISC__CEvent.html @@ -0,0 +1,193 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLMISC::CEvent Class Reference

CEvent. +More... +

+#include <events.h> +

+Inheritance diagram for NLMISC::CEvent

Inheritance graph
+ + + + + + + + +
[legend]
Collaboration diagram for NLMISC::CEvent:

Collaboration graph
+ + + + +
[legend]
List of all members. + + + + + + +

Public Attributes

IEventEmitterEmitter
 Emitter of the event. Can be NULL if the event is posted directly to the CEventServer. More...


Protected Methods

 CEvent (IEventEmitter* emitter, const CClassId& classId)
 Constructor. More...

+

Detailed Description

+CEvent. +

+System event.

+Date:
+ 2000
+

+ +

+Definition at line 44 of file events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
+NLMISC::CEvent::CEvent ( + +IEventEmitter * emitter, +
+const CClassId & classId ) [inline, protected] +
+
+ + + + + +
+   + + +

+Constructor. +

+

+Parameters:
+ + + +
emitter + is the emitter of the event. Can be NULL if the event is posted directly to the CEventServer.
classId + is the classId of the event. Should be unique for each event.
+
+

+Definition at line 54 of file events.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+IEventEmitter * NLMISC::CEvent::Emitter +
+
+ + + + + +
+   + + +

+Emitter of the event. Can be NULL if the event is posted directly to the CEventServer. +

+ +

+Definition at line 48 of file events.h.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1