Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: apamdr.h

Class MApaModelHeaderFactory

MApaModelHeaderFactory

Support

Supported from 5.0

Description

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

Defined in MApaModelHeaderFactory:
NewHeaderL()

See also:


Member function


NewHeaderL()

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.