CrystalSpace

Public API Reference

csEventQueue::FinalProcessFrameEventDispatcher Class Reference

Inheritance diagram for csEventQueue::FinalProcessFrameEventDispatcher:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 FinalProcessFrameEventDispatcher (csEventQueue *parent)
virtual const csHandlerIDGenericPrec (csRef< iEventHandlerRegistry > &, csRef< iEventNameRegistry > &, csEventID) const
 This function takes a csEventID as an argument and returns an array of csHandlerIDs identifying those event handlers which must, for the given event, only be called before this one (if they have been instantiated).
virtual const csHandlerIDGenericSucc (csRef< iEventHandlerRegistry > &, csRef< iEventNameRegistry > &, csEventID) const
 This function takes a csEventID as an argument and returns an array of csHandlerIDs identifying those event handlers which must, for the given event, only be called after this one (if the have been instantiated).

Detailed Description

Definition at line 370 of file cseventq.h.


Member Function Documentation

virtual const csHandlerID* csEventQueue::FinalProcessFrameEventDispatcher::GenericPrec csRef< iEventHandlerRegistry > &  ,
csRef< iEventNameRegistry > &  ,
csEventID 
const [inline, virtual]
 

This function takes a csEventID as an argument and returns an array of csHandlerIDs identifying those event handlers which must, for the given event, only be called before this one (if they have been instantiated).

Should only return generic identifiers, not instance identifiers; in other words, every member of the array should be the result of a call to csHandlerRegistry::GetGenericID("name"), where "name" may be some class's static GenericName() function or a literal string.

This should also be a "virtual static" function, but C++ doesn't have them.

Implements iEventHandler.

Definition at line 383 of file cseventq.h.

virtual const csHandlerID* csEventQueue::FinalProcessFrameEventDispatcher::GenericSucc csRef< iEventHandlerRegistry > &  ,
csRef< iEventNameRegistry > &  ,
csEventID 
const [inline, virtual]
 

This function takes a csEventID as an argument and returns an array of csHandlerIDs identifying those event handlers which must, for the given event, only be called after this one (if the have been instantiated).

Should only return generic identifiers, not instance identifiers; in other words, every member of the array should be the result of a call to csHandlerRegistry::GetGenericID("name"), where "name" may be some class's static GenericString() function or a literal string.

This should also be a "virtual static" function, but C++ doesn't have them.

Implements iEventHandler.

Definition at line 390 of file cseventq.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.4.6