3.3 KiB
3.3 KiB
EditorGestures.SelectionGestures Class
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.SelectionGestures
References: EditorGestures.ConnectionGestures, InputGestureRef, EditorGestures.ItemContainerGestures, EditorGestures.NodifyEditorGestures
public class SelectionGestures
Constructors
EditorGestures.SelectionGestures(MouseAction, Boolean)
public SelectionGestures(MouseAction mouseAction, bool ignoreModifierKeysOnRelease);
Parameters
mouseAction MouseAction
ignoreModifierKeysOnRelease Boolean
EditorGestures.SelectionGestures(MouseAction)
public SelectionGestures(MouseAction mouseAction);
Parameters
mouseAction MouseAction
EditorGestures.SelectionGestures(Boolean)
public SelectionGestures(bool ignoreModifierKeysOnRelease);
Parameters
ignoreModifierKeysOnRelease Boolean
EditorGestures.SelectionGestures()
public SelectionGestures();
Fields
None
public static SelectionGestures None;
Field Value
EditorGestures.SelectionGestures
Properties
Append
public InputGestureRef Append { get; set; }
Property Value
Cancel
public InputGestureRef Cancel { get; set; }
Property Value
Invert
public InputGestureRef Invert { get; set; }
Property Value
Remove
public InputGestureRef Remove { get; set; }
Property Value
Replace
public InputGestureRef Replace { get; set; }
Property Value
Select
public InputGestureRef Select { get; set; }
Property Value
Methods
Apply(EditorGestures.SelectionGestures)
public void Apply(EditorGestures.SelectionGestures gestures);
Parameters
gestures EditorGestures.SelectionGestures
Unbind()
public void Unbind();