Detailed Description
- See also:
- Class IParamMap.
- Description:
- This class is used with parameter maps. If there is some custom
handling required by a particular control, the client can derive a
class from ParamMapUserDlgProc
and set it as the parameter map's user callback (usually using
SetUserDialogProc()).
#include <iparamm.h>
List of all
members.
Constructor & Destructor Documentation
Member Function Documentation
virtual INT_PTR DlgProc |
( |
TimeValue |
t, |
|
|
IParamMap * |
map, |
|
|
HWND |
hWnd, |
|
|
UINT |
msg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
|
[pure virtual] |
- Parameters:
- TimeValue t
This is the current time.
IParamMap
*map
This is a pointer to the parameter map.
HWND hWnd
This is the handle to the dialog.
UINT msg
This is the message that should be processed by the dialog
proc.
WPARAM wParam
This is a parameter that holds message specific information.
LPARAM lParam
This is a parameter that holds message specific information.
- Returns:
- This is essentially the equivalent of a normal Windows dialog
proc, so it should return whatever value a normal dialog proc
returns for the message. An exception is that the value
REDRAW_VIEWS may be returned to cause the viewports to be
redrawn.
Implemented in
SimpleSplineDlgProc.
virtual void DeleteThis |
( |
|
) |
[pure virtual] |
virtual void Update |
( |
TimeValue |
t |
) |
[inline, virtual] |
- Parameters:
- TimeValue t
The time at which the update is taking place.
- Default Implementation:
- {}
- See also:
- For more information on Dialog Procs see the Advanced Topics
section on Custom Controls.
ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc ParamMapUserDlgProc
ParamMapUserDlgProc ParamMapUserDlgProc