28 #ifndef TRIALDISPLAY_ANIPOSEH_H
29 #define TRIALDISPLAY_ANIPOSEH_H
37 class WorldCanvasHolder;
Animator animator
the Animator we control
virtual void operator()(const WCPositionEvent &ev)
The operator that is given the position events and must process them.
WorldCanvas position event handler for Animator.
Arbitrary name-value pairs used in the display classes.
std::list< void * > holderList
casacore::List of WorldCanvasHolders
void refresh()
refresh the WorldCanvasHolders
virtual void removeWorldCanvasHolder(WorldCanvasHolder &wcHolder)
virtual void reset()
Reset the Animator.
Animation controller for WorldCanvasHolders.
void cleanup()
cleanup the DisplayDatas on all WorldCanvasHolders
virtual void resetAnimator()
reset the animator - this is typically called by the WorldCanvasHolder when DisplayDatas are register...
virtual void addWorldCanvasHolder(WorldCanvasHolder *wcHolder)
add/remove a WorldCanvasHolder to the handler
Class which stores WorldCanvas position event information.
A holder to interface between DisplayDatas and a WorldCanvas.
void setRestriction(Attribute &att)
set a restriction on the WorldCanvasHolders
Base class for handling WorldCanvas position events.