Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Grapher interactor to create IlvPolylineLinkImage
links.
More...
#include <ilviews/grapher/polylink.h>
Public Member Functions | |
IlvMakePolylineLinkInteractor (IlvManager *manager, IlvView *view, IlBoolean oriented=IlFalse) | |
Constructor. | |
Protected Member Functions | |
virtual IlvLinkImage * | makeLink (IlUInt count, IlvPoint *points) |
Factory method to create the new link instance. |
Grapher interactor to create IlvPolylineLinkImage
links.
Library: ilvgrapher
IlvPolylineLinkImage
. IlvMakePolylineLinkInteractor::IlvMakePolylineLinkInteractor | ( | IlvManager * | manager, | |
IlvView * | view, | |||
IlBoolean | oriented = IlFalse | |||
) |
Constructor.
The constructor initializes a new instance of the IlvMakePolylineLinkInteractor
class for the view v and the grapher mgr.
The mgr parameter is assumed to be of the IlvGrapher
type. The oriented parameter is used to create the link in the IlvMakePolylineLinkInteractor::makeLink
method.
mgr | The grapher to which the interactor is attached. | |
v | The view to which the interactor is attached. | |
oriented | IlTrue if created links are oriented and IlFalse otherwise. |
virtual IlvLinkImage* IlvMakePolylineLinkInteractor::makeLink | ( | IlUInt | count, | |
IlvPoint * | points | |||
) | [protected, virtual] |
Factory method to create the new link instance.
Returns an instance of IlvPolylineLinkImage
.
count | The number of intermediate points defining the link. | |
points | The intermediate points defining the link. |
Implements IlvMakePolyLinkInteractor.
© 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.