LiteralCheckbox.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/LiteralCheckbox.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/LiteralCheckbox.cs
Source file hash: sha256:d719e84936e5bb8e26925caa8c0af06caa21e96db4b9c8c96f9580d01174cf0d
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: LiteralCheckbox
Section titled “Type: LiteralCheckbox”Original lines: 25-108
Declaration hash: sha256:1c23775295996438b6a0685fae165a0fccb81855ce27508ea022ef52b2dffbfd
public sealed class LiteralCheckbox : VisualElement{}Field: RootClass
Section titled “Field: RootClass”Original lines: 28
Declaration hash: sha256:e52578091bb0703185ab7cf218071e9645d7c8828ce8b1885ecbd7f1ad941d29
public const string RootClass = "literal-checkbox";Method: LiteralCheckbox(bool value, bool interactive)
Section titled “Method: LiteralCheckbox(bool value, bool interactive)”Original lines: 36-48
Declaration hash: sha256:9da18f162c4fe6f45d85149f55a3ce0ef06c72c2139bdd1a9233f7c450d9c011
public LiteralCheckbox(bool value, bool interactive);Event: Toggled
Section titled “Event: Toggled”Original lines: 51
Declaration hash: sha256:e126e0d67c99610e350cf26547146c40b69e69c7ac4c0480f6d363acee9e3ec2
public event Action<bool> Toggled;Property: Value
Section titled “Property: Value”Original lines: 54
Declaration hash: sha256:c5fcf3c2abd78197104ecac06668fdf756ea0094e341b13c1bc7bfaddcd3933b
public bool Value { get; }Method: SetValueWithoutNotify(bool value)
Section titled “Method: SetValueWithoutNotify(bool value)”Original lines: 57-66
Declaration hash: sha256:c3487c90bc014107c6a14eb5267d963ea69232c6dad158fc24462916abedb450
public void SetValueWithoutNotify(bool value);