ShadowParamDlg Class Reference
 
 
 
ShadowParamDlg Class Reference

#include <shadgen.h>

Inheritance diagram for ShadowParamDlg:
MaxHeapOperators

Class Description

See also:
Class ShadowType.

Description:
A developer derives a class from this class to provide the user interface for the Shadow Generator plug-in. The DeleteThis() method deletes this object when done. An instance of this class is returned from ShadowType::CreateShadowParamDlg().

Public Member Functions

virtual  ~ShadowParamDlg ()
virtual void  DeleteThis ()=0

Constructor & Destructor Documentation

virtual ~ShadowParamDlg ( ) [inline, virtual]
Remarks:
Destructor.
{}

Member Function Documentation

virtual void DeleteThis ( ) [pure virtual]
Remarks:
This method deletes this instance of the class.