Northwoods.Go Assembly > Northwoods.Go Namespace : GoToolLinkingNew Class |
For a list of all members of this type, see GoToolLinkingNew members.
Name | Description | |
---|---|---|
![]() | CanStart | Overridden. The user can draw a new link if the view allows it and if the port at the input event point is a valid source port or a valid destination port. |
![]() | DoCancelMouse | Clean up the link state before stopping this tool. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoCancelRelink | This is called by DoCancelMouse when a relinking was cancelled by the user. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoClick | Any tool can call this method in order to implement the standard click behavior. (Inherited from Northwoods.Go.GoTool) |
![]() | DoKeyDown | The view calls this method when the user presses a key on the keyboard; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool) |
![]() | DoLinking | This method is called by DoMouseMove to find the nearest valid port and adjust the temporary link according to where the given point is. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoMouseDown | The view calls this method upon a mouse down event; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool) |
![]() | DoMouseHover | The view calls this method after the mouse rests for a while at a point; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool) |
![]() | DoMouseMove | A mouse move during a linking operation involves calling DoLinking and autoscrolling the view. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoMouseUp | A mouse up event ends the linking operation. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoMouseWheel | The view calls this method as the mouse wheel rotates; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool) |
![]() | DoNewLink | This is called by DoMouseUp in order to create a new link. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoNoNewLink | This is called by DoMouseUp or DoCancelMouse when no new link was drawn by the user. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoNoRelink | This is called by DoMouseUp or DoCancelMouse when an existing link was purposely not reconnected by the user to any port. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoRelink | This is called by DoMouseUp in order to reconnect the existing link. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | DoSelect | Any tool can call this method in order to implement the standard selection behavior for a user click. (Inherited from Northwoods.Go.GoTool) |
![]() | IsBeyondDragSize | Determine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click. (Inherited from Northwoods.Go.GoTool) |
![]() | IsValidFromPort | This predicate is called to decide if it is OK for a user to start drawing a link from a given port. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | IsValidLink | This predicate is called during the process of finding the nearest port that the user can link to. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | IsValidToPort | This predicate is called to decide if it is OK for a user to start drawing a link backwards at a given port that will be the destination for the link. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | PickNearestPort | Find the valid document port nearest to a given point. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | PickPort | Find a port in the document at the given point. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | PortPoint | Return a PointF representing the position of the port. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | Start | Overridden. This is just a matter of calling GoToolLinking.StartNewLink. |
![]() | StartNewLink | Start the process of drawing a new link from a given port. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | StartRelink | Start the process of reconnecting an existing link at a given port. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | StartTransaction | Start a transaction on the view. (Inherited from Northwoods.Go.GoTool) |
![]() | Stop | Cleaning up from any kind of linking operation involves removing any temporary ports or link from the view and stopping the current transaction. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | StopTool | This method just causes the view's current tool to be stopped and to start the view's default tool instead as the current tool. (Inherited from Northwoods.Go.GoTool) |
![]() | StopTransaction | Stop the current transaction, aborting it if TransactionResult is null. (Inherited from Northwoods.Go.GoTool) |
Name | Description | |
---|---|---|
![]() | CreateTemporaryLink | This is responsible for creating a temporary link when the user is drawing a new link. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | CreateTemporaryPort | This is responsible for creating a temporary port for the linking process. (Inherited from Northwoods.Go.GoToolLinking) |
![]() | ImitatePort | Change the endport's behavior for link routing to be like the given port iport. (Inherited from Northwoods.Go.GoToolLinking) |