SelectableListKeyboardManipulator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/SelectableListKeyboardManipulator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/SelectableListKeyboardManipulator.cs
Source file hash: sha256:43fbc14bca0e6dd3d84ffa6dca70af60da37567fc95e75a26be10a486381e750
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: SelectableListKeyboardManipulator
Section titled “Type: SelectableListKeyboardManipulator”Original lines: 22-102
Declaration hash: sha256:51f560494826b0632da1b0bc337430667a5b398f895afefc635a8aacb9a3b2f6
public sealed class SelectableListKeyboardManipulator : Manipulator{}Method: SelectableListKeyboardManipulator(Func<KeyboardNavigationOperation, bool> handleOperation)
Section titled “Method: SelectableListKeyboardManipulator(Func<KeyboardNavigationOperation, bool> handleOperation)”Original lines: 30-35
Declaration hash: sha256:4fa989ad329f2e0f219683f4f69951c0da5fd88c9c3a5faf7f40ddaf728c84b1
public SelectableListKeyboardManipulator(Func<KeyboardNavigationOperation, bool> handleOperation);Method: RegisterCallbacksOnTarget()
Section titled “Method: RegisterCallbacksOnTarget()”Original lines: 38-44
Declaration hash: sha256:89c279abff36cfa80ec011e880b8013618076a728a17f9077c54f630bf81c16b
protected override void RegisterCallbacksOnTarget();Method: UnregisterCallbacksFromTarget()
Section titled “Method: UnregisterCallbacksFromTarget()”Original lines: 47-53
Declaration hash: sha256:582e9ad572bb0d9f67632669f8fc53d7a51bf01cc2c9b01a60eddfb2b593fc48
protected override void UnregisterCallbacksFromTarget();