class ImageProcessor::Plugin::MEffectStamp : public ImageProcessor::Plugin::MEffect |
Plugin API for the stamp photoart effect. The TEffectStamp uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectStamp are passed verbatim to this interface. For further description of required functionality, see TEffectStamp .
Public Member Functions | |
---|---|
void | SetStampLevelL ( TInt , TInt ) |
TInt | SmoothnessLevelL () |
TInt | ThresholdLevelL () |
void | SetStampLevelL | ( | TInt | aSmoothnessLevel, |
TInt | aThresholdLevel | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffectStamp::SetStampLevelL(TInt aSmoothnessLevel, TInt aThresholdLevel)
TEffectStamp::SetStampLevelL(TInt aSmoothnessLevel, TInt aThresholdLevel)
TInt | SmoothnessLevelL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectStamp::SmoothnessLevelL()
TInt | ThresholdLevelL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectStamp::ThresholdLevelL()
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.