#include <opliveeffects.h>
Inheritance diagram for OpLiveEffectParam:
Public Member Functions | |
OpLiveEffectParam () | |
Public Attributes | |
BOOL | bIsDestructive |
INT32 | StackPosition |
EffectsStack * | pPPStack |
BOOL | bReUseEditor |
IXMLDOMDocumentPtr | pEditsList |
BOOL | bSilent |
double | dResolution |
BOOL | bForceLock |
Definition at line 151 of file opliveeffects.h.
|
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 }
|
|
Definition at line 177 of file opliveeffects.h. |
|
Definition at line 170 of file opliveeffects.h. |
|
Definition at line 173 of file opliveeffects.h. |
|
Definition at line 175 of file opliveeffects.h. |
|
Definition at line 176 of file opliveeffects.h. |
|
Definition at line 174 of file opliveeffects.h. |
|
Definition at line 172 of file opliveeffects.h. |
|
Definition at line 171 of file opliveeffects.h. |