RolloutChangeCallback Class Reference
 
 
 
RolloutChangeCallback Class Reference

#include <rollouts.h>

Inheritance diagram for RolloutChangeCallback:
TimeChangeCallback MaxHeapOperators

Public Member Functions

  RolloutChangeCallback (Rollout *iro)
void  TimeChanged (TimeValue t)

Public Attributes

Rollout *  ro

Constructor & Destructor Documentation

RolloutChangeCallback ( Rollout *  iro ) [inline]
{ ro = iro; }

Member Function Documentation

void TimeChanged ( TimeValue  t ) [inline, virtual]
Remarks:
This method is called every time the current animation time is changed.
Parameters:
TimeValue t

The new animation time value.

See also:
Methods RegisterTimeChangeCallback() and UnRegisterTimeChangeCallback() in Class Interface.

Implements TimeChangeCallback.

{ ro->TimeChanged(t); }

Member Data Documentation