OpDescMsg Class Reference

Base class for all OpDescriptor messages. More...

#include <opdesc.h>

Inheritance diagram for OpDescMsg:

Msg CCObject SimpleCCObject OpDescControlCreateMsg OpDescControlDestroyMsg OpDescControlMsg List of all members.

Public Member Functions

 OpDescMsg (OpDescriptor *OpD, CGadgetID GadID, CGadgetID SetGadget, DialogOp *pDialogOp)

Public Attributes

OpDescriptorOpDesc
CGadgetID GadgetID
CGadgetID SetGadgetID
DialogOppDlgOp

Private Member Functions

 CC_DECLARE_DYNAMIC (OpDescMsg)

Detailed Description

Base class for all OpDescriptor messages.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
16/4/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
OpDescControlDestroy

OpDescControlCreate

Definition at line 845 of file opdesc.h.


Constructor & Destructor Documentation

OpDescMsg::OpDescMsg OpDescriptor OpD,
CGadgetID  GadID,
CGadgetID  SetGadget,
DialogOp pDialogOp
[inline]
 

Definition at line 861 of file opdesc.h.

00862     {
00863         OpDesc = OpD; 
00864         GadgetID = GadID; 
00865         pDlgOp = pDialogOp;
00866         SetGadgetID = SetGadget;
00867     };


Member Function Documentation

OpDescMsg::CC_DECLARE_DYNAMIC OpDescMsg   )  [private]
 


Member Data Documentation

CGadgetID OpDescMsg::GadgetID
 

Definition at line 852 of file opdesc.h.

OpDescriptor* OpDescMsg::OpDesc
 

Definition at line 850 of file opdesc.h.

DialogOp* OpDescMsg::pDlgOp
 

Definition at line 858 of file opdesc.h.

CGadgetID OpDescMsg::SetGadgetID
 

Definition at line 854 of file opdesc.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:57:55 2007 for Camelot by  doxygen 1.4.4