ToolbarButton.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/ToolbarButton.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/ToolbarButton.cs
Source file hash: sha256:261a83e8c6b7b0ffcf8daad14ea5981fa127e6b7d187f88e522c0a2acfc88045
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ToolbarButton
Section titled “Type: ToolbarButton”Original lines: 50-218
Declaration hash: sha256:6ebfe2744792e4d54402b51d830d148be668d856987d41e63413d335cd1154d0
public sealed class ToolbarButton : VisualElement{}Event: Clicked
Section titled “Event: Clicked”Original lines: 68
Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa
public event Action Clicked;Property: Text
Section titled “Property: Text”Original lines: 75-83
Declaration hash: sha256:52283bf0aa848379a462b2222fbd2001179dfa8ada201e9942258b4c03d48f30
public string Text { get; set; }Property: IsActive
Section titled “Property: IsActive”Original lines: 86-96
Declaration hash: sha256:732b8ef2fbe99d5f5dd099ca160c6f53c297960c4d0f935f346ffa7bf748bad7
public bool IsActive { get; set; }Property: IsPressedVisual
Section titled “Property: IsPressedVisual”Original lines: 99-109
Declaration hash: sha256:f6af34d77828881b1eec1ff5194d89e89fcb97fd06c3938746f2602c9b1dfd8d
public bool IsPressedVisual { get; }Property: IsDisabled
Section titled “Property: IsDisabled”Original lines: 112-116
Declaration hash: sha256:a12eca57b39d3c05f1714a2631545ae64cd07bc581e80710f55fcf1334b94553
public bool IsDisabled { get; set; }Method: ToolbarButton(string text, string tooltip)
Section titled “Method: ToolbarButton(string text, string tooltip)”Original lines: 127-151
Declaration hash: sha256:88177725b129589e2ffc75ebdb4c926b1bef6a9c62eaeb63d8925285dbcdd81f
public ToolbarButton(string text = "", string tooltip = "");Method: SetGlyph(VisualElement glyph)
Section titled “Method: SetGlyph(VisualElement glyph)”Original lines: 163-174
Declaration hash: sha256:12665e1621492b569c2fd0bb1397f6ce2880e4bc3e73eaa12784c8b91e0ecc84
public void SetGlyph(VisualElement glyph);