Selection Interactor

The IlvGraphSelectInteractor class derives from the IlvSelectInteractor class. It contains additional member functions used to manage the drawing of ghost images for links attached to nodes that are moved or enlarged. This class has the following constructor:

IlvGraphSelectInteractor(IlvManager* manager, IlvView* view);

This constructor initializes a new instance of the IlvGraphSelectInteractor class that lets you select individual objects or groups of objects in the view view connected to the manager manager. This manager is assumed to be an instance of the IlvGrapher class.