Location:
APGDOOR.H
Link against: apgrfx.lib
class TApaPictureFactory : public MPictureFactory;
A factory class for instantiating and restoring an application's door.
A door factory object is constructed by the UI environment and can be accessed by calling CEikonEnv::PictureFactory().
MPictureFactory
- Abstract interface for instantiating and restoring new
TApaPictureFactory
- A factory class for instantiating and restoring an application's door
Defined in TApaPictureFactory
:
NewPictureL()
, SetIconSize()
, TApaPictureFactory()
, TApaPictureFactory()
IMPORT_C TApaPictureFactory(CApaProcess *aAppProcess);
Constructs a door factory object for the specified application process.
|
inline void SetIconSize(TSize aIconSizeInTwips);
Sets the size of the icon.
|
virtual IMPORT_C void NewPictureL(TPictureHeader &aPictureHeader, const CStreamStore &aPictureStore) const;
Constructs and restores an application's door (picture) from a stream in the specified store.
The restored door is a CApaDoor
type object.
Note that the function can leave with KErrNoMemory if creation of the CApaDoor
object fails.
|