Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace : GoDrawToolManager Class |
For a list of all members of this type, see GoDrawToolManager members.
Name | Description | |
---|---|---|
CanStart | This predicate should be true if this tool can be activated to be the view's current tool. (Inherited from Northwoods.Go.GoTool) | |
DoCancelMouse | The view calls this method when the user cancels the gesture with the mouse; all of the event information is provided by the Northwoods.Go.GoTool.LastInput property. (Inherited from Northwoods.Go.GoTool) | |
DoClick | Any tool can call this method in order to implement the standard click behavior. (Inherited from Northwoods.Go.GoTool) | |
DoKeyDown | Provide default behavior, when not running some other tool. (Inherited from Northwoods.Go.GoToolManager) | |
DoMouseDown | Search MouseDownTools for the first tool that we can start; if we find one, we start it by making it the view's current Tool. (Inherited from Northwoods.Go.GoToolManager) | |
DoMouseHover | When there are no other tools running, a mouse hover just invokes DoHover, which in turn raises ObjectHover and BackgroundHover events. (Inherited from Northwoods.Go.GoToolManager) | |
DoMouseMove | Overridden. This just calls GoDrawView.UpdateMouseCursors to keep the ruler cursors up-to-date. | |
DoMouseOver | Call Northwoods.Go.GoView methods DoObjectEnterLeave and Northwoods.Go.GoView.DoMouseOver. (Inherited from Northwoods.Go.GoToolManager) | |
DoMouseUp | Search MouseUpTools for the first tool that we can start; if we find one, we start it by making it the view's current Tool. (Inherited from Northwoods.Go.GoToolManager) | |
DoMouseWheel | Overridden. This just calls GoDrawView.UpdateMouseCursors to keep the ruler cursors up-to-date. | |
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 Northwoods.Go.GoTool.DragSize distance to be considered a drag instead of a sloppy click. (Inherited from Northwoods.Go.GoTool) | |
Start | Overridden. This calls GoDrawView.AddMouseCursors to display the normal ruler cursors for the mouse. | |
StartTransaction | Start a transaction on the view. (Inherited from Northwoods.Go.GoTool) | |
Stop | Overridden. This calls GoDrawView.RemoveMouseCursors. | |
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 Northwoods.Go.GoTool.TransactionResult is null. (Inherited from Northwoods.Go.GoTool) |