Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Emma::DropSensor Class Reference

DropSensor. More...

#include <EmmaDropSensor.h>

Inheritance diagram for Emma::DropSensor:

Emma::Node Emma::EventHandler Fusion::Object Fusion::IObject List of all members.

Public Member Functions

 DropSensor ()
virtual ~DropSensor ()
 DECLARE_CLASS (DropSensor, Node)
virtual Fusion::ResultType initialize ()
 Initialize this instance.
virtual Fusion::ResultType finalize ()
 Finalize this instance before it is destroyed.
virtual bool handleEvent (const Event &event)
 Callback function that is implemented by the callee.

Detailed Description

DropSensor.

Author:
Murat Aktihanoglu
Date:
1/14/2006


Constructor & Destructor Documentation

Emma::DropSensor::DropSensor  ) 
 

virtual Emma::DropSensor::~DropSensor  )  [virtual]
 


Member Function Documentation

Emma::DropSensor::DECLARE_CLASS DropSensor  ,
Node 
 

virtual Fusion::ResultType Emma::DropSensor::finalize  )  [virtual]
 

Finalize this instance before it is destroyed.

Reimplemented from Fusion::Object.

virtual bool Emma::DropSensor::handleEvent const Event event  )  [virtual]
 

Callback function that is implemented by the callee.

Parameters:
event specifies the time of the event. Event time will be the same for events occurring in the same render phase For example, PREUPDATE, POSTUPDATE, PRERENDER and POSTRENDER event callbacks will all pass the same event time for the same frame. Returning stop Emma from calling the rest of the handlers for this event If you return true, Emma will keep on calling rest of the handlers for this event

Implements Emma::EventHandler.

virtual Fusion::ResultType Emma::DropSensor::initialize  )  [virtual]
 

Initialize this instance.

Reimplemented from Fusion::Object.


The documentation for this class was generated from the following file:
Generated on Sat Apr 1 06:08:28 2006 for Emma SDK Guide by  doxygen 1.4.3