OpLiveEffectParam Class Reference

Contain all the info transferred from the UI to the OpApplyLiveEffect operation. More...

#include <opliveeffects.h>

Inheritance diagram for OpLiveEffectParam:

OpMenuParam OpParam CCObject SimpleCCObject OpFeatherEffectParam List of all members.

Public Member Functions

 OpLiveEffectParam ()

Public Attributes

BOOL bIsDestructive
INT32 StackPosition
EffectsStackpPPStack
BOOL bReUseEditor
IXMLDOMDocumentPtr pEditsList
BOOL bSilent
double dResolution
BOOL bForceLock

Detailed Description

Contain all the info transferred from the UI to the OpApplyLiveEffect operation.

Author:
Phil_Martin (Xara Group Ltd) <camelotdev@xara.com>
Date:
09/09/2004
See also:
Operation::DoWithParam

Definition at line 151 of file opliveeffects.h.


Constructor & Destructor Documentation

OpLiveEffectParam::OpLiveEffectParam  )  [inline]
 

Definition at line 156 of file opliveeffects.h.

00156                         : OpMenuParam()
00157     {
00158         bIsDestructive = FALSE;
00159         StackPosition = -1;
00160         pPPStack = NULL;
00161         bReUseEditor = FALSE;
00162         pEditsList = NULL;
00163         bSilent = FALSE;
00164         dResolution = 0;
00165         bForceLock = FALSE;
00166     }


Member Data Documentation

BOOL OpLiveEffectParam::bForceLock
 

Definition at line 177 of file opliveeffects.h.

BOOL OpLiveEffectParam::bIsDestructive
 

Definition at line 170 of file opliveeffects.h.

BOOL OpLiveEffectParam::bReUseEditor
 

Definition at line 173 of file opliveeffects.h.

BOOL OpLiveEffectParam::bSilent
 

Definition at line 175 of file opliveeffects.h.

double OpLiveEffectParam::dResolution
 

Definition at line 176 of file opliveeffects.h.

IXMLDOMDocumentPtr OpLiveEffectParam::pEditsList
 

Definition at line 174 of file opliveeffects.h.

EffectsStack* OpLiveEffectParam::pPPStack
 

Definition at line 172 of file opliveeffects.h.

INT32 OpLiveEffectParam::StackPosition
 

Definition at line 171 of file opliveeffects.h.


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