ImageProcessor::Plugin::MEffectStamp Class Reference

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 .

TEffectStamp

Inherits from

Member Functions Documentation

SetStampLevelL(TInt, TInt)

void SetStampLevelL ( TInt aSmoothnessLevel,
TInt aThresholdLevel
) [pure virtual]

Parameters

TInt aSmoothnessLevel
TInt aThresholdLevel

SmoothnessLevelL()

TInt SmoothnessLevelL ( ) const [pure virtual]

This must provide an implementation as defined by TEffectStamp::SmoothnessLevelL()

TEffectStamp::SmoothnessLevelL()

ThresholdLevelL()

TInt ThresholdLevelL ( ) const [pure virtual]

This must provide an implementation as defined by TEffectStamp::ThresholdLevelL()

TEffectStamp::ThresholdLevelL()