interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

A3DL::ActionEvent Class Reference

#include <actor.hh>

Inheritance diagram for A3DL::ActionEvent:

VUtil::RefCounted List of all members.

Detailed Description

Definition at line 47 of file actor.hh.

Public Types

Public Member Functions


Member Enumeration Documentation

Enumerator:
SetActionCycle 
StartActionCycle 
StopAction 
StopAllActions 
DoActionOnce 

Definition at line 50 of file actor.hh.


Constructor & Destructor Documentation

A3DL::ActionEvent::ActionEvent ( EventType  et,
Actor actor,
const std::string &  action = "",
float  weight = 0.0,
float  delayIn = 0.0,
float  delayOut = 0.0 
)

A3DL::ActionEvent::~ActionEvent (  ) 


Member Function Documentation

void A3DL::ActionEvent::deliverTo ( ActionListener al  )  [inline]

Definition at line 74 of file actor.hh.

const std::string& A3DL::ActionEvent::getAction (  )  const [inline]

Definition at line 68 of file actor.hh.

VUtil::vRef<Actor> A3DL::ActionEvent::getActor (  )  const

float A3DL::ActionEvent::getDelayIn (  )  const [inline]

Definition at line 71 of file actor.hh.

float A3DL::ActionEvent::getDelayOut (  )  const [inline]

Definition at line 72 of file actor.hh.

EventType A3DL::ActionEvent::getEventType (  )  const [inline]

Definition at line 67 of file actor.hh.

float A3DL::ActionEvent::getWeight (  )  const [inline]

Definition at line 70 of file actor.hh.


The documentation for this class was generated from the following file: