Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <APAMDR.H>
Link against: apparc.lib

Class MApaModelHeaderFactory

class MApaModelHeaderFactory;

Description

An interface class that applications implement to construct an application model wrapper object, also known as the application model header.

Members

Defined in MApaModelHeaderFactory:

See also:


Construction and destruction


MApaModelHeaderFactory()

protected: IMPORT_C MApaModelHeaderFactory();

Description

Constructor for MApaModelHeaderFactory

[Top]


Member functions


NewHeaderL(const CStreamStore &,const CStreamDictionary &,const TApaAppIdentifier &)const

virtual CApaModelHeader* NewHeaderL(const CStreamStore &aStore, const CStreamDictionary &aDict, const TApaAppIdentifier &aAppId) const=0;

Description

Creates and returns an application model wrapper object.

Parameters

const CStreamStore &aStore

The store containing model data.

const CStreamDictionary &aDict

The stream dictionary.

const TApaAppIdentifier &aAppId

The application's identity held as a stream in the application's store

Return value

CApaModelHeader *

A pointer to the new application model wrapper object.


MApaModelHeaderFactory_Reserved1()

private: IMPORT_C virtual void MApaModelHeaderFactory_Reserved1();

Description

Reserved for future use


MApaModelHeaderFactory_Reserved2()

private: IMPORT_C virtual void MApaModelHeaderFactory_Reserved2();

Description

Reserved for future use