rwlogo

Rogue Wave Views
Grapher Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator
List of all members | Public Member Functions
IlvMakeDoubleLinkImageInteractor Class Reference

Predefined grapher interactor to create IlvDoubleLinkImage instances. More...

#include <ilviews/grapher/inters.h>

Inheritance diagram for IlvMakeDoubleLinkImageInteractor:
IlvMakeLinkInteractor IlvManagerViewInteractor IlvMakeDoubleSplineLinkImageInteractor

Public Member Functions

 IlvMakeDoubleLinkImageInteractor (IlvManager *mgr, IlvView *v, IlBoolean oriented=IlTrue)
 Constructor. More...
 
virtual IlvLinkImagecreateLink (IlvGraphic *from, IlvGraphic *to) const
 Creates a new link. More...
 
- Public Member Functions inherited from IlvMakeLinkInteractor
 IlvMakeLinkInteractor (IlvManager *mgr, IlvView *v, IlBoolean oriented=IlTrue)
 Constructor. More...
 
virtual void doIt (IlvGraphic *from, IlvGraphic *to)
 Creates and adds the new link to the grapher. More...
 
IlvMakeLinkInteractorFactorygetFactory () const
 Returns the link factory associated with the instance. More...
 
IlvGraphicgetFrom () const
 Returns the node from which the link begins. More...
 
IlvGraphicgetTo () const
 Returns the node on which the link finishes. More...
 
void handlePointerMoved (IlBoolean b)
 Indicates whether nodes should be highlighted on mouse moves. More...
 
IlBoolean isHandlingPointerMoved () const
 Indicates whether nodes should be highlighted on mouse moves. More...
 
IlBoolean isOriented () const
 Indicates whether created links are oriented. More...
 
IlBoolean isUsingLinkGhost () const
 Indicates whether the ghost is drawn with an image of the created link. More...
 
IlvMakeLinkInteractorFactorysetFactory (IlvMakeLinkInteractorFactory *factory)
 Changes the link factory associated with the instance. More...
 
IlvMakeSelection setMakeNodeSelection (IlvMakeSelection mksel)
 Changes the way nodes are highlighted. More...
 
void setOriented (IlBoolean oriented)
 Indicates whether created links should be oriented. More...
 
void useLinkGhost (IlBoolean useLink)
 Indicates whether the ghost is drawn with an image of the created link. More...
 

Additional Inherited Members

- Protected Member Functions inherited from IlvMakeLinkInteractor
virtual IlBoolean acceptFrom (IlvGraphic *obj)
 Checks whether a graphic object is a valid starting node. More...
 
virtual IlBoolean acceptTo (IlvGraphic *obj)
 Checks whether a graphic object is a valid ending node. More...
 
IlBoolean findFromNode (const IlvPoint &p)
 Finds and stores the starting node. More...
 
IlBoolean findToNode (const IlvPoint &p)
 Finds and stores the ending node. More...
 
virtual void storeLink (IlvLinkImage *link)
 Adds the created link to the grapher. More...
 

Detailed Description

Predefined grapher interactor to create IlvDoubleLinkImage instances.

Library: ilvgrapher

Use this class to make links like those created by the IlvDoubleLinkImage class.

See Also
IlvDoubleLinkImage.

Constructor & Destructor Documentation

IlvMakeDoubleLinkImageInteractor::IlvMakeDoubleLinkImageInteractor ( IlvManager mgr,
IlvView v,
IlBoolean  oriented = IlTrue 
)

Constructor.

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

Parameters
mgrThe grapher to which the interactor is attached.
vThe view to which the interactor is attached.
orientedIlTrue if the created links are oriented and IlFalse otherwise.

Member Function Documentation

virtual IlvLinkImage* IlvMakeDoubleLinkImageInteractor::createLink ( IlvGraphic from,
IlvGraphic to 
) const
virtual

Creates a new link.

Creates an instance of IlvDoubleLinkImage if no factory is defined.

Parameters
fromThe starting node.
toThe ending node.
Returns
The created link.
See Also
IlvMakeLinkInteractor::setFactory().

Reimplemented from IlvMakeLinkInteractor.

Reimplemented in IlvMakeDoubleSplineLinkImageInteractor.


© Copyright 2015, 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.