DecoratorPill.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/DecoratorPill.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/DecoratorPill.cs
Source file hash: sha256:d1463b5008887699207ccdf62fbfe9cb78076a1037fbe854bea778363b29b199
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: DecoratorPill
Section titled “Type: DecoratorPill”Original lines: 54-248
Declaration hash: sha256:6be33520b8e65c0727753097b7d26db34dbc22e8b73ed05758ae1ee1aa57fb8f
public class DecoratorPill : Chip{}Method: DecoratorPill(string label, string accentTokenName, string tooltipText)
Section titled “Method: DecoratorPill(string label, string accentTokenName, string tooltipText)”Original lines: 82-97
Declaration hash: sha256:369a5f25517803dd57497bc29ffd28ec8a50bd4dd5a748bdcebe5f89b04a14a2
public DecoratorPill(string label = "", string accentTokenName = DefaultAccentTokenName, string tooltipText = null);Property: IsVetoed
Section titled “Property: IsVetoed”Original lines: 108-112
Declaration hash: sha256:a94b5982e1e3c26332d115c445b17672e8d4ddd57eb08d9f21122dbf1ede506f
public bool IsVetoed { get; set; }Method: SetTooltip(string tooltipText)
Section titled “Method: SetTooltip(string tooltipText)”Original lines: 122-125
Declaration hash: sha256:a993e112ea4b91ee035aa4b8417aa019e8d03be7be7f69ff8f538a3a81db7d23
public void SetTooltip(string tooltipText);Method: SetAccent(string accentTokenName)
Section titled “Method: SetAccent(string accentTokenName)”Original lines: 130-134
Declaration hash: sha256:5a7f61400455b8f6733ddd090f64d184c0c615042988bb35aafea216d91fabfd
public new void SetAccent(string accentTokenName);Method: SetVetoed(bool vetoed)
Section titled “Method: SetVetoed(bool vetoed)”Original lines: 140-152
Declaration hash: sha256:2fdd3209963cd1f523fea9043a320f35d5e6b9b846b1d1546970b5a1a5fa4f87
public void SetVetoed(bool vetoed);