Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Grapher interactor to create nodes drawn as relief rectangles. More...
#include <ilviews/grapher/inters.h>
Public Member Functions | |
IlvMakeReliefNodeInteractor (IlvManager *mgr, IlvView *v) | |
Constructor. More... | |
Public Member Functions inherited from IlvMakeNodeInteractor | |
IlvMakeNodeInteractor (IlvManager *mgr, IlvView *v) | |
Constructor. More... | |
virtual void | doIt (IlvRect &rect) |
Creates and adds the node. More... | |
IlvMakeNodeInteractorFactory * | getFactory () const |
Returns the node factory associated with the instance. More... | |
IlvMakeNodeInteractorFactory * | setFactory (IlvMakeNodeInteractorFactory *factory) |
Changes the node factory associated with the instance. More... | |
Protected Member Functions | |
virtual IlvGraphic * | createNode (const IlvRect &rect) |
Creates a new node. More... | |
Grapher interactor to create nodes drawn as relief rectangles.
Library: ilvgrapher
Use this class to create an instance of IlvReliefLabel
and store it as a node.
IlvReliefLabel
. IlvMakeReliefNodeInteractor::IlvMakeReliefNodeInteractor | ( | IlvManager * | mgr, |
IlvView * | v | ||
) |
Constructor.
The constructor initializes a new instance of the IlvMakeReliefNodeInteractor
class for the view v and the grapher mgr.
mgr | The grapher to which the interactor is attached. |
v | The view to which the interactor is attached. |
|
protectedvirtual |
Creates a new node.
Creates an instance of IlvReliefLabel
.
rect | The size of the new node, in manager coordinates. |
Reimplemented from IlvMakeNodeInteractor.
© 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.