# 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: