class ImageProcessor::Plugin::MEffectCustomTransformation : public ImageProcessor::Plugin::MEffect |
Plugin API for the customized transformation effect. The TEffectCustomTransformation uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectCustomTransformation are passed verbatim to this interface. For further description of required functionality, see TEffectCustomTransformation .
Public Member Functions | |
---|---|
void | SetInputL (const TDesC &) |
void | SetInputL (const TDesC8 &) |
void | SetInputL | ( | const TDesC & | aFilename | ) | [pure virtual] |
This must provide an implementation as defined by TEffectCustomTransformation::SetInputL(const TDesC& aFilename)
TEffectCustomTransformation::SetInputL(const TDesC& aFilename)
const TDesC & aFilename |
void | SetInputL | ( | const TDesC8 & | aBuffer | ) | [pure virtual] |
This must provide an implementation as defined by TEffectCustomTransformation::SetInputL(const TDesC8& aBuffer)
TEffectCustomTransformation::SetInputL(const TDesC8& aBuffer)
const TDesC8 & aBuffer |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.