ZoomMenuPopover.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/ZoomMenuPopover.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/ZoomMenuPopover.cs
Source file hash: sha256:57962062ed210d9720e688ae6a330401a96134b1c707a43f58484ce180dff35f
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ZoomMenuPopover
Section titled “Type: ZoomMenuPopover”Original lines: 61-255
Declaration hash: sha256:f943284eb1cbe0d1717ef2892d8c8d495ed9a76702a49dd298bca49e37e79a99
public sealed class ZoomMenuPopover{}Field: FitTooltip
Section titled “Field: FitTooltip”Original lines: 66
Declaration hash: sha256:b0e20aa944817be549e36392b51655b773d026c5e31fe71ac0c1885146cecdc1
public const string FitTooltip = "Fit graph to view - F";Field: ResetTooltip
Section titled “Field: ResetTooltip”Original lines: 69
Declaration hash: sha256:4801df1d3595ef677d5f42a3b01c2b1f7d1add2c456bb0e85c5a89ba6f9eb152
public const string ResetTooltip = "Reset zoom - Cmd+0";Field: DefaultAnchorGap
Section titled “Field: DefaultAnchorGap”Original lines: 72
Declaration hash: sha256:9ba1999224d02d22558f4e6dc48e3b7e1fe2ce7bca1473dae05dab90484e384a
public const float DefaultAnchorGap = 4f;Field: TitleUssClass
Section titled “Field: TitleUssClass”Original lines: 79
Declaration hash: sha256:2d9e63f4af49cd697bfecfc60ecb8515fb31d02b620e74afd29be438c6b652c8
public const string TitleUssClass = "ed-zoom-menu__title";Field: SliderUssClass
Section titled “Field: SliderUssClass”Original lines: 81
Declaration hash: sha256:1bc0fa102541b0b01f2aad45216573b8b5bc504f58b394d61076c51febeed1ad
public const string SliderUssClass = "ed-zoom-menu__slider";Field: SectionHeaderUssClass
Section titled “Field: SectionHeaderUssClass”Original lines: 83
Declaration hash: sha256:65a0d449c7bfb1c75d9f3e8e59448342a2db306178c104adb4002aad29d87111
public const string SectionHeaderUssClass = "ed-text-section-header";Event: OnClosed
Section titled “Event: OnClosed”Original lines: 97
Declaration hash: sha256:cc929687e0336cc8a8c6e617cee9a55b1028dbc5e3621bd0275953215438c8b3
public event Action OnClosed;Property: OnFitRequested
Section titled “Property: OnFitRequested”Original lines: 110
Declaration hash: sha256:9a36bde9e61c56d358cb60b092d984d44b86f35454e5ad7b2262d565c312446f
public Action OnFitRequested { get; set; }Property: IsOpen
Section titled “Property: IsOpen”Original lines: 113
Declaration hash: sha256:983d714af3a15e8639e1362c0c2a49ddd36b154c8656eeb500cf07665be3c4ae
public bool IsOpen { get; }Method: ZoomMenuPopover(GraphViewHost host)
Section titled “Method: ZoomMenuPopover(GraphViewHost host)”Original lines: 125-129
Declaration hash: sha256:3c04d1b58fd533c493dfa08ce34264ac3c1c52b86b0c284c4182e7088543880c
public ZoomMenuPopover(GraphViewHost host);Method: Open(VisualElement panelRoot, VisualElement anchor, float gap)
Section titled “Method: Open(VisualElement panelRoot, VisualElement anchor, float gap)”Original lines: 144-200
Declaration hash: sha256:e032ffb0f7c1193dc09dc8a81f9f6fdcef9cc696dbc3e8fc92ed03b5805e1c0a
public void Open(VisualElement panelRoot, VisualElement anchor, float gap = DefaultAnchorGap);Method: Close()
Section titled “Method: Close()”Original lines: 206-212
Declaration hash: sha256:63b59b460375e03cc631349e92f9bf9f92f58b24aca8068e0d758f22df90d0cc
public void Close();