IMCParamDlg Class Reference
 
 
 
IMCParamDlg Class Reference

#include <mcapdev.h>

Inheritance diagram for IMCParamDlg:
ReferenceMaker Animatable InterfaceServer Noncopyable MaxHeapOperators MaxHeapOperators

Class Description

See also:
Class ReferenceMaker, Class MCDeviceBinding, Class IRollupWindow.

Description:
This class is an interface to allow the plug-in to provide a user interface in the command panel. It has two data members.
Data Members:
MCDeviceBinding *binding;

Returns a pointer to the device binding.

IRollupWindow *iRoll;

This is an interface into the command panel. Its methods may be used to work with rollup pages and alter UI controls.

Public Attributes

MCDeviceBinding binding
IRollupWindow iRoll

Member Data Documentation