rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvGrapherView Class Reference

Application Framework grapher document view class. More...

Inheritance diagram for IlvDvGrapherView:
IlvDvManagerView IlvDvView IlvView IlvDvDocViewInterface IlvAbstractView IlvDvSerializable IlvDvInterface IlvSystemPort IlvPort

List of all members.

Public Member Functions

 IlvDvGrapherView (IlvGadgetContainer *parent)
 Constructs an IlvDvGrapherView object.
IlvGrapher * getGrapher () const
 Returns the grapher edited by the view.
IlvDvGrapherDocumentgetGrapherDocument () const
 Returns the grapher document associated with the view.
virtual void initializeView ()
 Initializes the grapher view.

Detailed Description

Application Framework grapher document view class.

Library: ilvappgrapher

IlvDvGrapherView is a subclass of IlvDvManagerView It is a document view that displays the grapher graphic objects inside its IlvView. When the IlvDvGrapherView object initializes, it is added to the views of the grapher of the associated grapher document.


Constructor & Destructor Documentation

IlvDvGrapherView::IlvDvGrapherView ( IlvGadgetContainer parent  ) 

Constructs an IlvDvGrapherView object.

This constructor creates an instance of IlvDvGrapherView. The created IlvView object (IlvDvView inherits from IlvView) is attached as the child of the given parent gadget container.


Member Function Documentation

IlvGrapher* IlvDvGrapherView::getGrapher (  )  const

Returns the grapher edited by the view.

The grapher is given by the associated grapher document.

Returns:
The grapher edited by the view.
IlvDvGrapherDocument* IlvDvGrapherView::getGrapherDocument (  )  const

Returns the grapher document associated with the view.

Returns:
The grapher document associated with the view.
virtual void IlvDvGrapherView::initializeView (  )  [virtual]

Initializes the grapher view.

The grapher view adds itself to the list of views of the grapher associated with its document.

Reimplemented from IlvDvManagerView.

 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.