#include <opdesc.h>
Inheritance diagram for OpDescControlDestroyMsg:
Private Member Functions | |
CC_DECLARE_DYNAMIC (OpDescControlDestroyMsg) | |
OpDescControlDestroyMsg (OpDescriptor *OpD, CGadgetID GadID, CGadgetID SetGadget, DialogOp *pDialogOp) |
- | [INPUTS] | |
- | [OUTPUTS] |
Errors: -
Definition at line 916 of file opdesc.h.
|
Definition at line 919 of file opdesc.h. 00920 : 00921 OpDescMsg(OpD, GadID, SetGadget, pDialogOp) 00922 { 00923 }; };
|
|
|