rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvContainerHandler Class Reference

DocView Handler of Document View Containers. More...

#include <ilviews/appframe/viewcont.h>

Inheritance diagram for IlvDvContainerHandler:
IlvDvFrameAndBarHandler

List of all members.

Public Member Functions

virtual
IlvDvViewContainerInterface
createContainer ()=0
 Creates a document view container.
virtual IlvDvDocumentViewFactorygetDocViewFactory () const =0
 Gets the document view factory of the container factory.
virtual void readOptions (IlvDvOptions *options)=0
 Reads parameters from options.
virtual void setDocViewFactory (IlvDvDocumentViewFactory *factory)=0
 This method sets the document view factory factory to the container handler.
virtual void updateOptions (IlvDvOptions *options)=0
 Updates the options with the object data.

Detailed Description

DocView Handler of Document View Containers.

Library: ilvappframe

The IlvDvContainerHandler objects are used by the document templates to create document view containers. For example, it is inherited in DocView package to create MDI child frame or dockable bars (IlvDvFrameAndBarHandler handler)


Member Function Documentation

virtual IlvDvDocumentViewFactory* IlvDvContainerHandler::getDocViewFactory (  )  const [pure virtual]

Gets the document view factory of the container factory.

Returns:
The document view factory of the container factory.

Implemented in IlvDvFrameAndBarHandler.

virtual void IlvDvContainerHandler::readOptions ( IlvDvOptions *  options  )  [pure virtual]

Reads parameters from options.

This method is called to make the object read its data from options given as the parameter options.

Implemented in IlvDvFrameAndBarHandler.

virtual void IlvDvContainerHandler::setDocViewFactory ( IlvDvDocumentViewFactory factory  )  [pure virtual]

This method sets the document view factory factory to the container handler.

This container handler will use this factory to create document views that it will attach to the views container it creates. The container handler is given the responsibility of destroying the given factory.

See also:
getDocViewFactory

Implemented in IlvDvFrameAndBarHandler.

virtual void IlvDvContainerHandler::updateOptions ( IlvDvOptions *  options  )  [pure virtual]

Updates the options with the object data.

This method is called to update the options, given as the parameter options, corresponding to the object data.

Implemented in IlvDvFrameAndBarHandler.

 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.