rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Grapher Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvMakeShadowNodeInteractor Class Reference

Grapher interactor to create nodes drawn as shadow rectangles. More...

#include <ilviews/grapher/inters.h>

Inheritance diagram for IlvMakeShadowNodeInteractor:
IlvMakeNodeInteractor IlvDragRectangleInteractor IlvManagerViewInteractor

List of all members.

Public Member Functions

 IlvMakeShadowNodeInteractor (IlvManager *mgr, IlvView *v)
 Constructor.

Protected Member Functions

virtual IlvGraphiccreateNode (const IlvRect &rect)
 Creates a new node.

Detailed Description

Grapher interactor to create nodes drawn as shadow rectangles.

Library: ilvgrapher

Use this class to create an instance of IlvShadowLabel and store it as a node.

See also:
IlvShadowLabel.

Constructor & Destructor Documentation

IlvMakeShadowNodeInteractor::IlvMakeShadowNodeInteractor ( IlvManager mgr,
IlvView v 
)

Constructor.

The constructor initializes a new instance of the IlvMakeShadowNodeInteractorclass for the view v and the grapher mgr.

Parameters:
mgr The grapher to which the interactor is attached.
v The view to which the interactor is attached.

Member Function Documentation

virtual IlvGraphic* IlvMakeShadowNodeInteractor::createNode ( const IlvRect rect  )  [protected, virtual]

Creates a new node.

Creates an instance of IlvShadowLabel.

Parameters:
rect The size of the new node, in manager coordinates.
Returns:
The created graphic object.
See also:
IlvMakeNodeInteractorFactory::createNode.

Reimplemented from IlvMakeNodeInteractor.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© 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.