#include <opdesc.h>
Inheritance diagram for OpDescMsg:

Public Member Functions | |
| OpDescMsg (OpDescriptor *OpD, CGadgetID GadID, CGadgetID SetGadget, DialogOp *pDialogOp) | |
Public Attributes | |
| OpDescriptor * | OpDesc |
| CGadgetID | GadgetID |
| CGadgetID | SetGadgetID |
| DialogOp * | pDlgOp |
Private Member Functions | |
| CC_DECLARE_DYNAMIC (OpDescMsg) | |
| - | [INPUTS] | |
| - | [OUTPUTS] |
Errors: -
OpDescControlCreate
Definition at line 845 of file opdesc.h.
|
||||||||||||||||||||
|
Definition at line 861 of file opdesc.h. 00862 { 00863 OpDesc = OpD; 00864 GadgetID = GadID; 00865 pDlgOp = pDialogOp; 00866 SetGadgetID = SetGadget; 00867 };
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4