Class InterpCtrlUI

3DS Max Plug-In SDK

Class InterpCtrlUI

See Also: Class AnimProperty, Class JointParams.

class InterpCtrlUI : public AnimProperty

Description:

This is simply a container class to hold some data while the controllers parameters are being edited. All methods of this class are implemented by the system.

Data Members:

public:

HWND hParams;

The window handle of the rollup page.

IObjParam *ip;

The interface pointer.

Control *cont;

The controller that is being edited.

Methods:

Prototype:

InterpCtrlUI(HWND h,IObjParam *i,Control *c)

Remarks:

Constructor. The data members are initialized to the values passed.

Prototype:

~InterpCtrlUI();

Remarks:

Destructor.

Prototype:

DWORD ID();

Remarks:

Returns the property list of id: PROPID_INTERPUI