Location:
apamdr.h
Link against: apparc.lib
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
TApaModelDoorFactory
- A factory class for instantiating and restoring an application's door using the application's model
Defined in TApaModelDoorFactory
:
NewPictureL()
, TApaModelDoorFactory()
IMPORT_C TApaModelDoorFactory(const MApaModelHeaderFactory *aFactory);
Constructs a door factory object.
|
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 CApaModelDoor
type object.
|