#include <zordops.h>
Inheritance diagram for OpCombineLayersToFrameLayer:
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 *) |
Definition at line 310 of file zordops.h.
|
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. |
|
This function should be over-ridden to perform an operation which requires parameters.
Reimplemented from Operation. |
|
|
|
Declares a preference that allows you to clear memory in delete().
Reimplemented from SimpleCCObject. |
|
Reimplemented from SelOperation. Definition at line 324 of file zordops.h. 00324 { return FALSE; }
|