|
||
class CImageTransformPluginExtension : public CBase;
This class should be derived by a plugin writer wishing to extend the client API defined in CImageTransform
CBase
-
Base class for all classes to be instantiated on the heap.
CImageTransformPluginExtension
- This class should be derived by a plugin writer wishing to extend the client API...
Defined in CImageTransformPluginExtension
:
ReservedVirtual1()
Reserved for future-proofing ReservedVirtual2()
Reserved for future-proofing ReservedVirtual3()
Reserved for future-proofing ReservedVirtual4()
Reserved for future-proofing Uid()const
Get a Uid by which a plugin extension can be identified.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C virtual const TUid Uid() const=0;
Get a Uid by which a plugin extension can be identified.
|
private: IMPORT_C virtual void ReservedVirtual4();
Reserved for future-proofing