Query: connecttool
OS: debian
Section: 3u
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ConnectTool(3U) InterViews Reference Manual ConnectTool(3U)NAMEConnectTool - tool for connecting connectorsSYNOPSIS#include <Unidraw/Tools/connect.h>DESCRIPTIONConnectTool lets the user establish a connection between two connectors by direct manipulation.PUBLIC OPERATIONSConnectTool(ControlInfo* = nil) Create a new ConnectTool. virtual Manipulator* CreateManipulator( Viewer*, Event&, Transformer* ) virtual void InterpretManipulator(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 ALSOConnector(3U), Tool(3U) Unidraw 24 January 1991 ConnectTool(3U)