ConnectTool - tool for connecting connectors
Contents
Description
ConnectTool lets the user establish a connection between two connectors by direct manipulation.
Name
ConnectTool - tool for connecting connectors
Public Operations
ConnectTool(ControlInfo*=nil)
Create a new ConnectTool.
virtualManipulator*CreateManipulator(Viewer*,Event&,Transformer*)virtualvoidInterpretManipulator(Manipulator*)
CreateManipulator detects whether the user clicked on a connector. If so, it delegates
manipulator creation to that connector, and InterpretManipulator in turn delegates interpretation
to the same connector. CreateManipulator clears the editor's selection and returns a nil value if
the user did not click on a connector.
See Also
Connector(3U), Tool(3U) Unidraw 24 January 1991 ConnectTool(3U)
Synopsis
#include<Unidraw/Tools/connect.h>
