OpCombineLayersToFrameLayer Class Reference

#include <zordops.h>

Inheritance diagram for OpCombineLayersToFrameLayer:

SelOperation UndoableOperation Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 OpCombineLayersToFrameLayer ()
virtual void Do (OpDescriptor *pOpDesc)
 This function should be over-ridden to perform an operation without passing a parameter.
virtual void DoWithParam (OpDescriptor *pOpDesc, OpParam *pParam)
 This function should be over-ridden to perform an operation which requires parameters.
virtual BOOL MayChangeNodeBounds () const

Static Public Member Functions

static BOOL Init ()
 Declares a preference that allows you to clear memory in delete().
static OpState GetState (String_256 *, OpDescriptor *)

Detailed Description

Definition at line 310 of file zordops.h.


Constructor & Destructor Documentation

OpCombineLayersToFrameLayer::OpCombineLayersToFrameLayer  ) 
 


Member Function Documentation

virtual void OpCombineLayersToFrameLayer::Do OpDescriptor pOpDesc  )  [virtual]
 

This function should be over-ridden to perform an operation without passing a parameter.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
9/6/94
Parameters:
OpDesc,: A pointer to the OpDescriptor which invoked the operation [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
Operation::DoWithParam

Reimplemented from Operation.

virtual void OpCombineLayersToFrameLayer::DoWithParam OpDescriptor pOpDesc,
OpParam pParam
[virtual]
 

This function should be over-ridden to perform an operation which requires parameters.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
9/6/94
Parameters:
OpDesc,: A pointer to the OpDescriptor which invoked the operation [INPUTS] pOpParam: Optional operator parameters, these are similar to a window procedures (lParam, wParam). Each operation requiring parameters will describe what these should be.
- [OUTPUTS]
Returns:
-

Errors: -

See also:
Operation::Do

Reimplemented from Operation.

static OpState OpCombineLayersToFrameLayer::GetState String_256 ,
OpDescriptor
[static]
 

static BOOL OpCombineLayersToFrameLayer::Init void   )  [static]
 

Declares a preference that allows you to clear memory in delete().

Author:
Rik_Heywood (Xara Group Ltd) <camelotdev@xara.com>
Date:
19/4/94
Returns:
TRUE if it worked OK, FALSE if not

Reimplemented from SimpleCCObject.

virtual BOOL OpCombineLayersToFrameLayer::MayChangeNodeBounds  )  const [inline, virtual]
 

Reimplemented from SelOperation.

Definition at line 324 of file zordops.h.

00324 { return FALSE; }


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