rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvManagerView Class Reference

Application Framework manager document view class. More...

#include <ilviews/appframe/manager/managvw.h>

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

List of all members.

Public Member Functions

 IlvDvManagerView (IlvGadgetContainer *parent)
 Constructs an IlvDvManagerView object.
IlvManagergetManager () const
 Returns the manager edited by the view.
IlvDvManagerDocumentgetManagerDocument () const
 Returns the manager document associated with the view.
virtual void initializeView ()
 Initializes the manager view.

Detailed Description

Application Framework manager document view class.

Library: ilvappmgr

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


Constructor & Destructor Documentation

IlvDvManagerView::IlvDvManagerView ( IlvGadgetContainer parent  ) 

Constructs an IlvDvManagerView object.

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


Member Function Documentation

IlvManager* IlvDvManagerView::getManager (  )  const

Returns the manager edited by the view.

The manager is given by the associated manager document.

Returns:
The manager edited by the view.
IlvDvManagerDocument* IlvDvManagerView::getManagerDocument (  )  const

Returns the manager document associated with the view.

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

Initializes the manager view.

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

Reimplemented from IlvDvDocViewInterface.

Reimplemented in IlvDvGrapherView.

 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.