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.
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.
TUid aPictureType | The picture type. |
TBool | SupportsPictureType | ( | TUid | aPictureType | ) | const [pure virtual] |
Tests if the factory supports the specified picture type.
TUid aPictureType | The picture type. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.