InspectorFoldoutHandle.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/InspectorFoldoutHandle.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/InspectorFoldoutHandle.cs
Source file hash: sha256:20b133042cde8be3e02c2f1319b6592857bf3779c0fdaacece306ef854c6d48d
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: InspectorFoldoutHandle
Section titled “Type: InspectorFoldoutHandle”Original lines: 70-421
Declaration hash: sha256:60b9de4624d2dc3e7af559a73dc318d747948a95f8fff20b1e1a5a5a0f6ddd95
public sealed class InspectorFoldoutHandle : VisualElement{}Field: CollapsePastMinPx
Section titled “Field: CollapsePastMinPx”Original lines: 79
Declaration hash: sha256:e0808e2a4446e868cdd4057a82460d4d83af5cf07ed0eba6fd8ff21898b5f486
public const float CollapsePastMinPx = 40f;Property: IsOpen
Section titled “Property: IsOpen”Original lines: 128
Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae
public bool IsOpen { get; }Event: OnToggled
Section titled “Event: OnToggled”Original lines: 135
Declaration hash: sha256:cbd277cec92f9cf13136453fcb16c5844e782022e4665b8c8c96e2ef3f5f5dd2
public event Action<bool> OnToggled;Method: InspectorFoldoutHandle(string toolId)
Section titled “Method: InspectorFoldoutHandle(string toolId)”Original lines: 142-199
Declaration hash: sha256:1c56a02e3e875cb0b29f207798d531c029c99c5cf71d784bd52d634fd8661f60
public InspectorFoldoutHandle(string toolId = "default");Method: Bind(IFoldoutRail rail)
Section titled “Method: Bind(IFoldoutRail rail)”Original lines: 205-209
Declaration hash: sha256:7cf93bc8cbc920df500a86f2787e024f2e312b603dcd4956188ad460235e8e8c
public void Bind(IFoldoutRail rail);Method: Toggle()
Section titled “Method: Toggle()”Original lines: 212
Declaration hash: sha256:4195fc4ec1eb74a3347abca7a7e46a40da44d1be3975c4b61b980fb73e21d844
public void Toggle();Method: SetOpen(bool open, bool animate)
Section titled “Method: SetOpen(bool open, bool animate)”Original lines: 218-226
Declaration hash: sha256:8f0e78e3b4ada1ca8b7cdbe42b431c7fcbdb9ce6ea743474fed9b9d26dd4ab07
public void SetOpen(bool open, bool animate = true);Method: IsToggleShortcut(KeyCode keyCode, EventModifiers modifiers)
Section titled “Method: IsToggleShortcut(KeyCode keyCode, EventModifiers modifiers)”Original lines: 236-240
Declaration hash: sha256:754bf8d179e9ef25271f317bcf6f0831c32b47aff85defdb1b65eb916b5a851d
public static bool IsToggleShortcut(KeyCode keyCode, EventModifiers modifiers);Method: ShouldHandleShortcut(VisualElement focused)
Section titled “Method: ShouldHandleShortcut(VisualElement focused)”Original lines: 247-254
Declaration hash: sha256:fabe7ac045575e0dc8805adbebcdfc7682d86c7baaeb2dd7d9403ead94d36050
public static bool ShouldHandleShortcut(VisualElement focused);Method: ResolveResizeWidth(float startWidth, float dx, float minWidth, float maxWidth)
Section titled “Method: ResolveResizeWidth(float startWidth, float dx, float minWidth, float maxWidth)”Original lines: 263-266
Declaration hash: sha256:27ff9691415f6594c5a49457dea03c86543497b13acbce60786dc4e86d0ca4e0
public static float ResolveResizeWidth(float startWidth, float dx, float minWidth, float maxWidth);Method: ResolveResizeCollapses(float startWidth, float dx, float minWidth, float collapsePastMin)
Section titled “Method: ResolveResizeCollapses(float startWidth, float dx, float minWidth, float collapsePastMin)”Original lines: 274-277
Declaration hash: sha256:f28d8449dc13eda8a56bc69dee0bc1f7ec932dd633320c4bfe416f8006c7b045
public static bool ResolveResizeCollapses(float startWidth, float dx, float minWidth, float collapsePastMin);