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 .
Public Member Functions | |
---|---|
TReal32 | AngleL () |
TEffectRotation::TRotationScaleMode | ScaleModeL () |
void | SetRotationL ( TEffectRotation::TRotationScaleMode , TReal32 ) |
TReal32 | AngleL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectRotation::AngleL()
TEffectRotation::TRotationScaleMode | ScaleModeL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectRotation::ScaleModeL()
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)
TEffectRotation::TRotationScaleMode aScaleMode | |
TReal32 aAngle |
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.