Chip.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/Chip.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/Chip.cs
Source file hash: sha256:9e266ace31769638a6023fcd6f36962ebb0bd75ce1fbb9a48f0a39d39a7ced4f
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: Chip
Section titled “Type: Chip”Original lines: 51-204
Declaration hash: sha256:09e5c4ddb2126442f5148d795d90d3595dd81c9a33e2e81fc4ac77c2b114d2e6
public class Chip : VisualElement{}Type: ChipVariant
Section titled “Type: ChipVariant”Original lines: 59-69
Declaration hash: sha256:fde62915953cef646696d44a9d0e2ca7291c4cff4c0cdede7f64d062a5bb8c0d
public enum ChipVariant{}Field: Filled
Section titled “Field: Filled”Original lines: 62
Declaration hash: sha256:3a1bc53ffcdf2473c224caee09c54489c340c6547b97b6006682e6cbee138b6f
FilledField: Outline
Section titled “Field: Outline”Original lines: 65
Declaration hash: sha256:eabbf3abaf8d98abb9763d83f29b04716524a9d697dfdd06ae3ed77bdd12c929
OutlineField: Dashed
Section titled “Field: Dashed”Original lines: 68
Declaration hash: sha256:2fe14adec27aea2be8620a62321f3f55d93af9ed3d9ed3e6050ad5f3d140bf64
DashedEvent: Clicked
Section titled “Event: Clicked”Original lines: 85
Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa
public event Action Clicked;Property: Text
Section titled “Property: Text”Original lines: 95-99
Declaration hash: sha256:52283bf0aa848379a462b2222fbd2001179dfa8ada201e9942258b4c03d48f30
public string Text { get; set; }Property: AccentTokenName
Section titled “Property: AccentTokenName”Original lines: 103
Declaration hash: sha256:42f0f691e80fd888e72e4f6ba77e8270d44d1e6883953f61ea1d8ae21e0bf1f6
public string AccentTokenName { get; }Property: Variant
Section titled “Property: Variant”Original lines: 106
Declaration hash: sha256:c5fe39eb16081ec25f74d88a1206800b09653447ec2077f9e4ccacf36d6eead2
public ChipVariant Variant { get; }Method: Chip(string text, Chip.ChipVariant variant, string accentTokenName)
Section titled “Method: Chip(string text, Chip.ChipVariant variant, string accentTokenName)”Original lines: 119-141
Declaration hash: sha256:68790aca19dfceeea2e3756eea777c83d8fcd3c8111c300a5327f23233a1006f
public Chip(string text = "", ChipVariant variant = ChipVariant.Filled, string accentTokenName = null);Method: SetAccent(string accentTokenName)
Section titled “Method: SetAccent(string accentTokenName)”Original lines: 153-164
Declaration hash: sha256:3127fe7fb8823039664a9af60e29c4f2ca311ff1cda8ca78163d28caff4b51dd
public void SetAccent(string accentTokenName);Method: SetVariant(Chip.ChipVariant variant)
Section titled “Method: SetVariant(Chip.ChipVariant variant)”Original lines: 169-172
Declaration hash: sha256:ad90fa0ef2b67f3cd842de561da502df7964a6f60ef179a2b284717d6e95e66c
public void SetVariant(ChipVariant variant);