![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Application Framework grapher document view class. More...
Public Member Functions | |
| IlvDvGrapherView (IlvGadgetContainer *parent) | |
Constructs an IlvDvGrapherView object. | |
| IlvGrapher * | getGrapher () const |
| Returns the grapher edited by the view. | |
| IlvDvGrapherDocument * | getGrapherDocument () const |
| Returns the grapher document associated with the view. | |
| virtual void | initializeView () |
| Initializes the grapher view. | |
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.
| 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.
| IlvGrapher* IlvDvGrapherView::getGrapher | ( | ) | const |
Returns the grapher edited by the view.
The grapher is given by the associated grapher document.
| IlvDvGrapherDocument* IlvDvGrapherView::getGrapherDocument | ( | ) | const |
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.
© 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.