NevronOpenVision
Nevron.Nov.UI Namespace / NDragTool Class


NDragTool Class Methods

For a list of all members of this type, see NDragTool members.

Public Methods
 NameDescription
Public MethodOverloaded. Gets the cursor and tooltip that the tool requests when active.  
Public MethodOverloaded. Gets the cursor and tooltip that the tool requests when not active.  
Public MethodOverridden.   
Public MethodOverridden. Processes the key down event  
Public MethodOverridden. Handler for the NMouse.DownEvent event.  
Public MethodOverridden. Handler for the NMouse.MoveEvent event.  
Public MethodOverridden. Processes the mouse up event  
Public MethodOverloaded. Requests cursor and tooltip depending on the tool state.  
Top
Protected Methods
 NameDescription
Protected MethodReturns whether the activation of the tool must handle(cancel) the event.  
Protected MethodGets whether the tool must capture the mouse on the interactor target when activated. This implementation returns true.  
Protected MethodGets the area in which this tool can activate. A return value of null, means that the tool can activate in any area.  
Protected MethodReturns whether the deactivation of the tool must handle(cancel) the event.  
Protected MethodGets whether the tool must focus the interactor target when activated. This implementation returns true.  
Protected MethodOverridden. Called when the tool was aborted.  
Protected MethodOverridden. Called when the tool was activated.  
Protected MethodOverridden. Called when the tool was deactivated.  
Protected Method  
Protected MethodTries to activate the tool in response to the specified mouse event. Returns true if the tool is activated after the call.  
Protected MethodTries to deactivate the tool in response to the specified mouse event. Returns true if the tool is deactivated after the call.  
Top
See Also