#include <iparamm2.h>
Class Description
- See also:
- Class ParamBlockDesc2, Class ClassDesc2.
- Description:
- If there are controls which require custom handling you can
create an object from this class and set it as the parameter map's
user callback (usually using SetUserDialogProc()).
Constructor & Destructor Documentation
Member Function Documentation
virtual INT_PTR DlgProc |
( |
TimeValue |
t, |
|
|
IParamMap2 * |
map, |
|
|
HWND |
hWnd, |
|
|
UINT |
msg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
|
[pure virtual] |
virtual void DeleteThis |
( |
|
) |
[pure virtual] |
- Parameters:
-
ReferenceTarget *m
The item that was set.
- Default Implementation:
- {}
virtual void Update |
( |
TimeValue |
t |
) |
[inline, virtual] |
virtual void SetParamBlock |
( |
IParamBlock2 * |
pb |
) |
[inline, virtual] |
- Parameters:
- TimeValue t
The time at which the update is taking place.
Interval&
valid
The validity interval of the parameter map.
IParamMap2
*pmap
The parameter map the user dialog proc is associated with.