ImageProcessor::Plugin::MEffectRotation Class Reference

class ImageProcessor::Plugin::MEffectRotation : public ImageProcessor::Plugin::MEffect

Plugin API for the rotation photoart effect. The TEffectRotation uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectRotation are passed verbatim to this interface. For further description of required functionality, see TEffectRotation .

TEffectRotation

Inherits from

Member Functions Documentation

AngleL()

TReal32 AngleL ( ) const [pure virtual]

This must provide an implementation as defined by TEffectRotation::AngleL()

TEffectRotation::AngleL()

ScaleModeL()

TEffectRotation::TRotationScaleMode ScaleModeL ( ) const [pure virtual]

SetRotationL(TEffectRotation::TRotationScaleMode, TReal32)

void SetRotationL ( TEffectRotation::TRotationScaleMode aScaleMode,
TReal32 aAngle
) [pure virtual]

This must provide an implementation as defined by TEffectRotation::SetRotationL(TReal32 aScaleMode, TReal32 aAngle)

TEffectRotation::SetRotationL(TEffectRotation::TRotationScaleMode aScaleMode, TReal32 aAngle)