Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

ToolbarButton.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/ToolbarButton.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 50-218

Declaration hash: sha256:6ebfe2744792e4d54402b51d830d148be668d856987d41e63413d335cd1154d0

C#
public sealed class ToolbarButton : VisualElement
{
}

Original lines: 68

Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa

C#
public event Action Clicked;

Original lines: 75-83

Declaration hash: sha256:52283bf0aa848379a462b2222fbd2001179dfa8ada201e9942258b4c03d48f30

C#
public string Text { get; set; }

Original lines: 86-96

Declaration hash: sha256:732b8ef2fbe99d5f5dd099ca160c6f53c297960c4d0f935f346ffa7bf748bad7

C#
public bool IsActive { get; set; }

Original lines: 99-109

Declaration hash: sha256:f6af34d77828881b1eec1ff5194d89e89fcb97fd06c3938746f2602c9b1dfd8d

C#
public bool IsPressedVisual { get; }

Original lines: 112-116

Declaration hash: sha256:a12eca57b39d3c05f1714a2631545ae64cd07bc581e80710f55fcf1334b94553

C#
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

C#
public ToolbarButton(string text = "", string tooltip = "");

Original lines: 163-174

Declaration hash: sha256:12665e1621492b569c2fd0bb1397f6ce2880e4bc3e73eaa12784c8b91e0ecc84

C#
public void SetGlyph(VisualElement glyph);
Full-size image