|
||
class TApaModelDoorFactory : public MPictureFactory;
A factory class for instantiating and restoring an application's door using the application's model.
MPictureFactory
- Abstract interface for instantiating and restoring new CPicture derived objects.
TApaModelDoorFactory
- A factory class for instantiating and restoring an application's door using the ...
Defined in TApaModelDoorFactory
:
NewPictureL(TPictureHeader &,const CStreamStore &)const
Constructs and restores an application's door (picture) from a stream in the spe...TApaModelDoorFactory(const MApaModelHeaderFactory *)
Constructs a door factory object.IMPORT_C TApaModelDoorFactory(const MApaModelHeaderFactory *aFactory);
Constructs a door factory object.
|
CApaModelHeader
An interface class that acts as a wrapper for an application model.MApaModelHeaderFactory
An interface class that applications implement to construct an application model...IMPORT_C virtual 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 CApaModelDoor
type object.
|
TPictureHeader::iPicture
A swizzle storing either the ID of the stream in which the picture is stored, or...