Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <WNGDOOR.H>
Link against: wpeng.lib

Class TWordModelHeaderFactoryV3

Interface status: deprecated

class TWordModelHeaderFactoryV3 : public MApaModelHeaderFactory;

Description

Factory to construct CWordModelHeaderV3 application wrapper objects.

Derivation

Members

Defined in TWordModelHeaderFactoryV3:


Construction and destruction


TWordModelHeaderFactoryV3()

Interface status: deprecated Inherited from: TWordModelHeaderFactoryV3

IMPORT_C TWordModelHeaderFactoryV3();

Description

Constructor.

[Top]


Member functions


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

Interface status: deprecated Inherited from: TWordModelHeaderFactoryV3

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

Description

Creates a new word processor engine application wrapper.

Parameters

const CStreamStore &aStore

Store from which to restore word processor engine

const CStreamDictionary &aDict

Stream dictionary from which to restore word processor engine

const TApaAppIdentifier &aAppId

Word processor application identifier

Return value

CApaModelHeader *

New word processor engine application wrapper