Name | Description | |
---|---|---|
![]() | NSelectorTool Constructor | Overloaded. |
The following tables list the members exposed by NSelectorTool.
Name | Description | |
---|---|---|
![]() | NSelectorTool Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | m_bIsActive | Indicates whether this tool is active. (Inherited from Nevron.Diagram.WinForm.NTool) |
Name | Description | |
---|---|---|
![]() | AbortKey | Gets/sets the tool abort key (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | AllowDrillDown | Specifies whether drill down selection is allowed |
![]() | Enabled | Gets/sets whether the tool is enabled (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | EndMouseEvent | Gets/sets the tool end (deactivation) event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | HighlightRegionTargets | Specifies whether the selector tool must highlight the selection targets, when it performs regional selection |
![]() | Mode | Controls the mode in which the selector tool operates |
![]() | Name | Gets/sets the name of the tool, which is unique in the tools collection of the controller (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | NeedsSecondMouseButtonPass | Overridden. Overriden to return true |
![]() | StartMouseEvent | Gets/sets the tool start (activation) event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
Name | Description | |
---|---|---|
![]() | OperatesInWindowArea | Determines whether the tool operates in the view window area (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | StartMouseInfo | Obtains the mouse info when the tool was activated (Inherited from Nevron.Diagram.WinForm.NDragTool) |
Name | Description | |
---|---|---|
![]() | Abort | Overridden. Aborts the tool if it is active |
![]() | Activate | Overridden. Activates the tool |
![]() | CanActivate | Overridden. Determines whether the tool can activate |
![]() | CanDeactivate | Determines whether the tool can deactivate (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | CreateFieldNonSerializedObjects | Overridden. |
![]() | CreateNonSerializedObjects | Creates any non serialized objects, which the holder posseses (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | Deactivate | Overridden. Deactivates the tool |
![]() | GetReferenceProvider | Obtains the reference provider to which the object is currently attached (Inherited from Nevron.Diagram.WinForm.NTool) |
![]() | IsInputChar | Processes the is input char query (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | IsInputKey | Processes the is input key query (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | ProcessClick | Precesses the mouse click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessDoubleClick | Precesses the mouse double click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessKeyDown | Processes the key down event (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | ProcessKeyPress | Processes the key press event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessKeyUp | Processes the key up event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessMouseDown | Overridden. Processes the mouse down event |
![]() | ProcessMouseEnter | Processes the mouse enter event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessMouseHover | Precesses the mouse hover event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessMouseLeave | Processes the mouse leave event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | ProcessMouseMove | Overridden. Processes the mouse move event |
![]() | ProcessMouseUp | Overridden. Processes the mouse down event |
![]() | ProcessMouseWheel | Processes the mouse wheel event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool) |
![]() | UpdateFieldReferences | Overridden. |
![]() | UpdateReferences | Overriden to cashe references to NDrawingView and NDrawingDocument instances (Inherited from Nevron.Diagram.WinForm.NDrawingDragTool) |
![]() | UpdateStatusBarInfo | Overridden. Updates the specified status bar info |
Name | Description | |
---|---|---|
![]() | CanClickSelect | Determines whether click select can be performed |
![]() | CanDrillDownSelect | Determines whether drill down select can be performed |
![]() | ClickSelect | Performs a click select |
![]() | CreateSelectorRegion | Creates the selector region. This implementation will currently create a selector rectangle and add it to the preview layer |
![]() | DestroySelectorRegion | Destroys the selector region. This implementation will destory the selector rectangle from the preview layer. |
![]() | DrillDownSelect | Performs a drill down select |
![]() | GetDeeptestDrillDownCounterpart | For a click |
![]() | GetSelectableNodesFromPoint | Returns a list from the selectable nodes hit by the specified point |
![]() | GetSelectableNodesFromRect | Returns a list from the selectable nodes hit by the specified rect |
![]() | GetSelectedDrilledNodes | For a given first level node gets the selected nodes to which the user has drilled excluding the specified excluded node |
![]() | GetSelectedNodeInSelectionPath | Gets the one and only (if any) selected node in a selection path |
![]() | GetSelectionPath | For a given node, gets the path of selectable ancestors in its ancestors chain include the node itself |
![]() | RegionSelect | Performs a region select |
![]() | RequestReadyToActivateCursor | Called when the tool is inactive but is ready to be activated and requests a cursor for visual feedback (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | UpdateSelectorRegion | Updates teh selector region |
![]() | VerifyNewAbortKey | Verifies the specified new about key and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | VerifyNewEndMouseEvent | Verifies the specified new end mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool) |
![]() | VerifyNewStartMouseEvent | Verifies the specified new start mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool) |