TimeChange Class Reference
 
 
 
TimeChange Class Reference

#include <filters.h>

Inheritance diagram for TimeChange:
TimeChangeCallback MaxHeapOperators

Class Description

See also:
Class TimeChangeCallback, Class ImageFilter.

Description:
This class provides a callback when the user moves the Video Post time slider. This happens internally, developers must only respond to the FLT_TIMECHANGED message. See ImageFilter-Related Messages.
Data Members:
BOOL set;

Indicate the callback is register with 3ds Max.

ImageFilter *filter;

Points to the filter who's notified on the time change.

Public Member Functions

  TimeChange ()
void  TimeChanged (TimeValue t)

Public Attributes

BOOL  set
ImageFilter filter

Constructor & Destructor Documentation

TimeChange ( ) [inline]
Remarks:
Constructor. The data member set is made FALSE.
{ set = FALSE; }

Member Function Documentation

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

The current time (position of the time slider).

Implements TimeChangeCallback.


Member Data Documentation