Location:
ImageTransformPluginExt.h
Link against: imagetransform.lib
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
Defined in CImageTransformPluginExtension
:
ReservedVirtual1()
, ReservedVirtual2()
, ReservedVirtual3()
, ReservedVirtual4()
, Uid()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
virtual IMPORT_C const TUid Uid() const=0;
Get a Uid by which a plugin extension can be identified.
|
private: virtual IMPORT_C void ReservedVirtual4();
Reserved for future-proofing