![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Application Framework document view factory. More...
#include <ilviews/appframe/doctempl.h>
Public Member Functions | |
| virtual IlvDvDocViewInterface * | create (IlvDvViewContainerInterface *parent, IlUInt tplIndex) const |
Creates a document view whose class must be derived from the IlvDvDocViewInterface class. | |
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.
| 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.
| parent | Specifies the view container that will contain the new document view. |
IlvDvDocViewInterface object. © 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.