Location:
eikenv.h
Link against:
MEikPictureFactory
Supported from 6.1
Provides the support for embedding something other than a CApaDoor
.
Defined in MEikPictureFactory
:
EditL()
, Id()
, InsertL()
, PictureFactory()
, SupportsPictureType()
virtual TBool SupportsPictureType(TUid aPictureType) const=0;
Tests if the factory supports the specified picture type.
|
|
virtual const MPictureFactory* PictureFactory(TUid aPictureType) const=0;
Gets a pointer to the real picture factory which is required by ETEXT.
Use of this function does not transfer ownership of the picture factory to the caller.
|
|
virtual TPictureHeader InsertL(TUid aPictureType,CBase* aData)=0;
Inserts a new picture object.
Ownership of aData transfers immediately the function is called.
|
|
virtual void EditL(const TPictureHeader& aPictureHeader,TBool aReadOnly)=0;
Enables editing/viewing of an object
|