Location: apgdoor.h
Link against: apgrfx.lib
TApaPictureFactory
Supported from 5.0
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()
.
|
Defined in TApaPictureFactory
:
NewPictureL()
, SetIconSize()
, TApaPictureFactory()
TApaPictureFactory(CApaProcess* aAppProcess);
Constructs a door factory object for the specified application process.
|
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.
|
void SetIconSize(TSize aIconSizeInTwips);
Sets the size of the icon.
|