OMK::Vis::AnimatorEventPlug Class Reference

#include <OMKAnimatorEventPlug.h>

Inheritance diagram for OMK::Vis::AnimatorEventPlug:

Inheritance graph
[legend]
Collaboration diagram for OMK::Vis::AnimatorEventPlug:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Interface of \ref OMK::Vis::AnimatorPlug.
virtual bool isValueChanged () const
 Returns true if the associated value has changed since the last call.

Detailed Description

Definition at line 33 of file OMKAnimatorEventPlug.h.


Constructor & Destructor Documentation

AnimatorEventPlug::AnimatorEventPlug ( VisBase vis,
const EventIdentifier eventId 
)

Default constructor.

Definition at line 33 of file OMKAnimatorEventPlug.cpp.

00034 : IAnimatorEventPlug( vis, eventId ) 
00035 {
00036 }

virtual OMK::Vis::AnimatorEventPlug::~AnimatorEventPlug (  )  [inline, virtual]

Destructor.

Definition at line 43 of file OMKAnimatorEventPlug.h.

00043 {}

AnimatorEventPlug::AnimatorEventPlug ( VisBase vis,
const EventIdentifier eventId 
)

Default constructor.

Definition at line 33 of file OMKAnimatorEventPlug.cpp.

00034 : IAnimatorEventPlug( vis, eventId ) 
00035 {
00036 }

virtual OMK::Vis::AnimatorEventPlug::~AnimatorEventPlug (  )  [inline, virtual]

Destructor.

Definition at line 43 of file OMKAnimatorEventPlug.h.

00043 {}


Member Function Documentation

bool AnimatorEventPlug::isValueChanged (  )  const [virtual]

Returns true if the associated value has changed since the last call.

Implements OMK::Vis::AnimatorPlug.

Definition at line 41 of file OMKAnimatorEventPlug.cpp.

References OMK::Vis::IAnimatorEventPlug::_updatedValue.

00042 { 
00043         bool tmp = _updatedValue ; 
00044         _updatedValue = false ;
00045         return tmp ;
00046 }


logo OpenMask

Documentation generated on Mon Jun 9 11:46:05 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007