casa
5.7.0-16
|
WorldCanvas refresh event handler for Animator class. More...
#include <Animator.h>
Public Member Functions | |
AnimatorRefEH (Animator *animator) | |
virtual | ~AnimatorRefEH () |
virtual void | operator() (const WCRefreshEvent &ev) |
original handler interface (still used for WCRefreshEvents) More... | |
Public Member Functions inherited from casa::WCRefreshEH | |
WCRefreshEH () | |
Default Constructor Required. More... | |
virtual | ~WCRefreshEH () |
Destructor. More... | |
Public Member Functions inherited from casa::DisplayEH | |
virtual void | handleEvent (DisplayEvent &) |
Classes that contain this interface (i.e., derive from it) can override this method to implement actions for whatever types of DisplayEvent they're interested in. More... | |
virtual | ~DisplayEH () |
Private Attributes | |
Animator * | itsAnimator |
WorldCanvas refresh event handler for Animator class.
This class is a simple implementation of a WCRefreshEH which passes WorldCanvas refresh events on to an Animator object.
Definition at line 53 of file Animator.h.
casa::AnimatorRefEH::AnimatorRefEH | ( | Animator * | animator | ) |
|
inlinevirtual |
Definition at line 56 of file Animator.h.
|
virtual |
original handler interface (still used for WCRefreshEvents)
Implements casa::WCRefreshEH.
|
private |
Definition at line 59 of file Animator.h.