class ImageProcessor::Plugin::MEffect |
Plugin API for the effects.
Public Member Functions | |
---|---|
void | BeginL() |
void | EndL() |
TAny * | Extension(TUid) |
void | LevelL(TInt &) |
void | LevelL(TReal32 &) |
void | LevelSettings(TInt &, TInt &, TInt &) |
void | LevelSettings(TReal32 &, TReal32 &, TReal32 &) |
void | ResetL() |
void | SetLevelL(TInt) |
void | SetLevelL(TReal32) |
void | BeginL | ( | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::BeginL()
TAny * | Extension | ( | TUid | aExtension | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::Extension(TUid aExtension)
TUid aExtension |
void | LevelL | ( | TInt & | aLevel | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::LevelL(TInt& aLevel)
TEffect::LevelL(TInt& aLevel)
TInt & aLevel |
void | LevelL | ( | TReal32 & | aLevel | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::LevelL(TReal32& aLevel)
TEffect::LevelL(TReal32& aLevel)
TReal32 & aLevel |
void | LevelSettings | ( | TInt & | aMinimumLevel, |
TInt & | aMaximumLevel, | |||
TInt & | aLevelStep | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffect::LevelSettingsL(TInt& aMinimumLevel, TInt& aMaximumLevel, TInt& aLevelStep)
TEffect::LevelSettings(TInt& aMinimumLevel, TInt& aMaximumLevel, TInt& aLevelStep)
void | LevelSettings | ( | TReal32 & | aMinimumLevel, |
TReal32 & | aMaximumLevel, | |||
TReal32 & | aLevelStep | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffect::LevelSettingsL(TReal32& aMinimumLevel, TReal32& aMaximumLevel, TReal32& aLevelStep)
TEffect::LevelSettings(TReal32& aMinimumLevel, TReal32& aMaximumLevel, TReal32& aLevelStep)
void | ResetL | ( | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::ResetL()
void | SetLevelL | ( | TInt | aLevel | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::SetLevelL(TInt aLevel)
TInt aLevel |
void | SetLevelL | ( | TReal32 | aLevel | ) | [pure virtual] |
This must provide an implementation as defined by TEffect::SetLevelL(TReal32 aLevel)
TReal32 aLevel |