NevronOpenVision
Nevron.Nov.UI Namespace / NTool Class
Fields Properties Methods Events


In This Topic
    NTool Class Members
    In This Topic

    The following tables list the members exposed by NTool.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Aborted event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Activated event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Ambient property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Deactivated event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Enabled property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NTool  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the tool is ambient. Ambient tools are such tools that are usually not disabled by the NInteractor.EnableTool method.  
    Public PropertyGets or sets whether the tool is enabled. By default false.  
    Public PropertyGets whether the tool is currently active  
    Public PropertyGets a reference to the composite tool to which the tool belongs  
    Public PropertyGets the input target to which this interactor belongs.  
    Public PropertyGets a reference to the interactor to which the tool belongs  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodAborts the tool  
    Public MethodActivates the tool  
    Public MethodDetermines whether the tool can abort  
    Public MethodDetermines whether the tool can activate.  
    Public MethodDetermines whether the tool can deactivate  
    Public MethodDeactivates the tool  
    Public Methodstatic (Shared in Visual Basic)Enables the tool  
    Public MethodHandler for the NDragDrop.DragDropEvent event.  
    Public MethodHandler for the NDragDrop.DragEnterEvent event.  
    Public MethodHandler for the NDragDrop.DragInEvent event.  
    Public MethodHandler for the NDragDrop.DragLeaveEvent event.  
    Public MethodHandler for the NDragDrop.DragOutEvent event.  
    Public MethodHandler for the NDragDrop.DragOverEvent event.  
    Public MethodHandler for the NKeyboard.FocusInEvent event.  
    Public MethodHandler for the NKeyboard.FocusOutEvent event.  
    Public MethodHandler for the NKeyboard.GotFocusEvent event.  
    Public MethodHandler for the NMouse.GotCaptureEvent events  
    Public MethodHandler for the NTouch.GotCaptureEvent events  
    Public MethodHandler for the NKeyboard.InputCharEvent event.  
    Public MethodHandler for the NKeyboard.KeyDownEvent event.  
    Public MethodHandler for the NKeyboard.KeyUpEvent event.  
    Public MethodHandler for the NKeyboard.LostFocus event.  
    Public MethodHandler for the NMouse.LostCaptureEvent event  
    Public MethodHandler for the NTouch.LostCaptureEvent event  
    Public MethodHandler for the NMouse.CaptureInEvent event  
    Public MethodHandler for the NMouse.CaptureOutEvent event  
    Public MethodHandler for the NMouse.DownEvent event.  
    Public MethodHandler for the NMouse.EnterEvent event.  
    Public MethodHandler for the NMouse.InEvent event.  
    Public MethodHandler for the NMouse.LeaveEvent event.  
    Public MethodHandler for the NMouse.MoveEvent event.  
    Public MethodHandler for the NMouse.OutEvent event.  
    Public MethodHandler for the NMouse.UpEvent event.  
    Public MethodHandler for the NMouse.WheelEvent event.  
    Public MethodHandler for the NTouch.CaptureInEvent event  
    Public MethodHandler for the NTouch.CaptureOutEvent event  
    Public MethodHandler for the NTouch.DownEvent event.  
    Public MethodHandler for the NTouch.EnterEvent event.  
    Public MethodHandler for the NTouch.InEvent event.  
    Public MethodHandler for the NTouch.LeaveEvent event.  
    Public MethodHandler for the NTouch.MoveEvent event.  
    Public MethodHandler for the NTouch.OutEvent event.  
    Public MethodHandler for the NTouch.UpEvent event.  
    Public MethodCalled to update the visual aids of this tool.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Protected MethodCalled when the tool was aborted. Raises the Aborted event  
    Protected MethodCalled when the tool was activated. Raises the Activated event  
    Protected MethodCalled when the tool was deactivated. Raises the Deactivated event  
    Protected MethodCalled when the enabled property has changed.  
    Protected MethodOverridden. Called when the node parent has changed. Raises the ParentChangedEvet  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a tool has been aborted  
    Public EventOccurs when a tool has been activated  
    Public EventOccurs when a tool has been deactivated  
    Top
    See Also