| class MEikPictureFactory |
Provides the support for embedding something other than a CApaDoor.
| Public Member Functions | |
|---|---|
| void | EditL(const TPictureHeader &, TBool) |
| IMPORT_C TUid | Id() |
| TPictureHeader | InsertL(TUid, CBase *) |
| const MPictureFactory * | PictureFactory(TUid) |
| TBool | SupportsPictureType(TUid) |
| Private Member Functions | |
|---|---|
| IMPORT_C void | MEikPictureFactory_Reserved_1() |
| IMPORT_C void | MEikPictureFactory_Reserved_2() |
| void | EditL | ( | const TPictureHeader & | aPictureHeader, |
| TBool | aReadOnly | |||
| ) | [pure virtual] | |||
Enables editing/viewing of an object
| const TPictureHeader & aPictureHeader | The picture header. |
| TBool aReadOnly | ETrue if object is read only, otherwise EFalse. |
| TPictureHeader | InsertL | ( | TUid | aPictureType, |
| CBase * | aData | |||
| ) | [pure virtual] | |||
Inserts a new picture object.
Ownership of aData transfers immediately the function is called.
The picture header.
| const MPictureFactory * | PictureFactory | ( | TUid | aPictureType | ) | const [pure virtual] |
Gets a pointer to the picture factory.
Use of this function does not transfer ownership of the picture factory to the caller.
Pointer to the picture factory.
| TUid aPictureType | The picture type. |