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/classNLMISC_1_1CEvent.html | 206 ++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CEvent.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CEvent.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CEvent.html b/docs/doxygen/nel/classNLMISC_1_1CEvent.html new file mode 100644 index 00000000..45dd0b7b --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CEvent.html @@ -0,0 +1,206 @@ + + + + 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: +

+ +NLMISC::CClassId +NLMISC::CEventActivate +NLMISC::CEventDestroyWindow +NLMISC::CEventKey +NLMISC::CEventMouse +NLMISC::CEventSetFocus +NLMISC::CGameDeviceEvent +NLMISC::CGDMouseMove +NLMISC::CEventChar +NLMISC::CEventKeyDown +NLMISC::CEventKeyUp +NLMISC::CEventMouseDblClk +NLMISC::CEventMouseDown +NLMISC::CEventMouseMove +NLMISC::CEventMouseUp +NLMISC::CEventMouseWheel +NLMISC::CGDAxisMoved +NLMISC::CGDButton +NLMISC::CGDPOVChanged +NLMISC::CGDSliderMoved + +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. +

+References NLMISC::CClassId::CClassId, and Emitter. +

+Referenced by NLMISC::CEventActivate::CEventActivate, NLMISC::CEventDestroyWindow::CEventDestroyWindow, NLMISC::CEventKey::CEventKey, NLMISC::CEventMouse::CEventMouse, NLMISC::CEventSetFocus::CEventSetFocus, and NLMISC::CGameDeviceEvent::CGameDeviceEvent.

+


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. +

+Referenced by CEvent.

+


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