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