OpenGLPrakt --> events --> cEventConsumer

class cEventConsumer

a class which consumes cEvents

Source:
../src/cEventConsumer.hh:24

Constructors Index

cEventConsumer
[public] default constructor
~cEventConsumer
[public] destructor


Methods Index

ReceiveEvent
[public] receive an event and tell the caller whether it was accepted


Constructors

cEventConsumer

public cEventConsumer ( class cEventDispatcher * disp ) ;

default constructor

cEventConsumer

public virtual ~ cEventConsumer ( ) ;

destructor


Methods

ReceiveEvent

public virtual int ReceiveEvent ( const cEvent & event ) ;

receive an event and tell the caller whether it was accepted

Parameters:
event const reference to cEvent object of event to check

Return:
0 == success (event accepted), -1 == denied (event not accepted)

This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.