Usages of MoveInputMode
Properties
moveSelectedItemsInputMode | in GraphEditorInputMode | Gets or sets the MoveInputMode as child mode. | |
moveUnselectedItemsInputMode | in GraphEditorInputMode | Gets or sets the MoveInputMode which handles unselected graph items. | |
moveInputMode | in OverviewInputMode | Gets the MoveInputMode. |
Method Return Values
createMoveInputMode () | in OverviewInputMode | Factory method for the moveInputMode property. |
Method Parameters
GraphEditorInputMode () | in GraphEditorInputMode | Creates a new instance that is not bound to an existing graph or selection, initially. | |
onMoveSelectedItemsInputModeChanged (MoveInputMode, MoveInputMode) | in GraphEditorInputMode | Called when the moveSelectedItemsInputMode property value changes and after initialization of the property. | |
onMoveUnselectedItemsInputModeChanged (MoveInputMode, MoveInputMode) | in GraphEditorInputMode | Called when the moveUnselectedItemsInputMode property value changes and after initialization of the property. |
Extending Types
ReparentStripeInputMode | Specialized input mode that is used to reparent a stripe inside an ITable structure. |