AniPosEH.h
Classes
- AniPosEH -- WorldCanvas position event handler for Animator. (full description)
Interface
- Public Members
- AniPosEH()
- ~AniPosEH()
- virtual void operator()(const WCPositionEvent& ev)
- virtual void addWorldCanvasHolder(WorldCanvasHolder *wcHolder)
- virtual void removeWorldCanvasHolder(WorldCanvasHolder& wcHolder)
- virtual void resetAnimator()
- Private Members
- void setRestriction(Attribute& att)
- void refresh()
- void cleanup()
Synopsis
Member Description
Constructor
Destrutor
The operator that is given the position events and must process
them
add/remove a WorldCanvasHolder to the handler
reset the animator - this is typically called by the WorldCanvasHolder
when DisplayDatas are registered or unregistered
set a restriction on the WorldCanvasHolders
refresh the WorldCanvasHolders
cleanup the DisplayDatas on all WorldCanvasHolders