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

Original file: ../bitquirky-graph/Editor/GraphView/Controls/RenameableTitle.cs

Source file hash: sha256:f9373cec449076677042ef0b9b6747a052ff4e3dca0f3d96e2e7eb9b924de3b2

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 29-676

Declaration hash: sha256:e0bca44fdc998cb8f3a6f30c73ce75e6019181480b4fe1771f2141cf9cd1e590

C#
public sealed class RenameableTitle : VisualElement
{
}

Original lines: 32

Declaration hash: sha256:27f5a10de4bc2f382077e01c31ed0e0d6f2bbc140afa37c1a2a9ddbe0f3cebfd

C#
public const string RootClass = "ed-rename-title";

Original lines: 34

Declaration hash: sha256:0c04a403c77ebc2db785b4b54b0b3abfb614ed528c9567b02d4e7f2ca6591dc1

C#
public const string BoxClass = RootClass + "__box";

Original lines: 36

Declaration hash: sha256:2a4aefd1f01108cc6b1011d7a81c9bde4bb82c11311f95a10fa956e6eef32dcb

C#
public const string NameClass = RootClass + "__name";

Original lines: 38

Declaration hash: sha256:e6e89d63ce066ebcbf4df5c50ad143229965b21e933d991e8a2c6329ce0ecc65

C#
public const string EditorClass = RootClass + "__editor";

Original lines: 40

Declaration hash: sha256:d1dc77daee5dc2dac5cc52796f0b2f4a8433b94d4026af154f6ca420aeb6899c

C#
public const string DisclosedClass = RootClass + "--disclosed";

Original lines: 42

Declaration hash: sha256:d35d536803ee81151a891e830ff1c99d3f4d13875953bef5ff1b2f7f21cdaae4

C#
public const string EditingClass = RootClass + "--editing";

Original lines: 44

Declaration hash: sha256:dc09be2c7acaf767c2655300544dbaede4b3d530b855040d805624e1ed1230d8

C#
public const string LockedClass = RootClass + "--locked";

Original lines: 46

Declaration hash: sha256:b80d55a364da6ff3f8db70df7e187753c45c8f9fcb9762cd2962136692336b18

C#
public const string InvalidClass = RootClass + "--invalid";

Original lines: 48

Declaration hash: sha256:9dc49715fc595513f387db3aa4d226fe12e3740bce795baf44734ab2f2a90b29

C#
public const string ValidationCalloutClass = RootClass + "__validation-callout";

Original lines: 50

Declaration hash: sha256:13ce2b3988dc2b1d087a724799893d38296edfc38273190635ba3981e656f1f6

C#
public const string ValidationMessageClass = ValidationCalloutClass + "-message";

Original lines: 94

Declaration hash: sha256:9e9bc8f675c914a1b90ea53973cb0089a9f2fc4a76474e3a20a9fbeb53f7c9aa

C#
public event Action<string> OnCommitted;

Original lines: 100

Declaration hash: sha256:d95d513cad096bc80436e8efa766c6ac27e0da533bad2b3312e711a331fc898e

C#
public Func<string, string> Refusal { get; set; }

Method: RenameableTitle(string controlName, VisualElement validationBoundary)

Section titled “Method: RenameableTitle(string controlName, VisualElement validationBoundary)”

Original lines: 103-257

Declaration hash: sha256:c63104ce71f4aadf9cc97a4c47a69795032af4694c31b7c3093766247c7d6ca9

C#
public RenameableTitle(string controlName, VisualElement validationBoundary);

Original lines: 260

Declaration hash: sha256:9dff0c32ed3d5136abb176966f8e1db64b17f30e10c9564b9061a2288ff4dc53

C#
public Label NameLabel { get; }

Original lines: 263

Declaration hash: sha256:9516cb150376caa58eba7da226c492a283f8a07c4a9f2fcabf251fe7d9a76246

C#
public TextField NameEditor { get; }

Original lines: 266

Declaration hash: sha256:1f8c352348dae098ac2a814a684ef5e0a749600a0a082b25c4a86783a47ca96d

C#
public VisualElement Box { get; }

Original lines: 269-277

Declaration hash: sha256:52283bf0aa848379a462b2222fbd2001179dfa8ada201e9942258b4c03d48f30

C#
public string Text { get; set; }

Method: SetContext(string selectionKey, string text, bool editable, string lockReason)

Section titled “Method: SetContext(string selectionKey, string text, bool editable, string lockReason)”

Original lines: 285-312

Declaration hash: sha256:7c70e299ef49fb9d5a6eca5c76502de9d9232d36e531c8f14968221b56c08d47

C#
public void SetContext(string selectionKey, string text, bool editable, string lockReason);

Original lines: 319-350

Declaration hash: sha256:a86c3b2ca2f7eca25bd5a269cb75f0fbb8d7e3b520e3b064604985a210e16878

C#
public void BeginEdit();
Full-size image