rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvDocumentViewFactory Class Reference

Application Framework document view factory. More...

#include <ilviews/appframe/doctempl.h>

List of all members.

Public Member Functions

virtual IlvDvDocViewInterfacecreate (IlvDvViewContainerInterface *parent, IlUInt tplIndex) const
 Creates a document view whose class must be derived from the IlvDvDocViewInterface class.

Detailed Description

Application Framework document view factory.

Library: ilvappframe

The IlvDvDocumentViewFactory class is used by the container handler to create all the document views associated with new created container.


Member Function Documentation

virtual IlvDvDocViewInterface* IlvDvDocumentViewFactory::create ( IlvDvViewContainerInterface parent,
IlUInt  tplIndex 
) const [virtual]

Creates a document view whose class must be derived from the IlvDvDocViewInterface class.

The new document view is not yet attached to a document and must not be initialized by calling its initializeView method. Only the constructor of the document view class must be invoked.

Parameters:
parent Specifies the view container that will contain the new document view.
Returns:
A new IlvDvDocViewInterface object.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.