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/ProgressStrip.cs

Source file hash: sha256:b4a1c6433b98994870e3b302c469dfb8b387ee0414aafdf9887f9863864e2a14

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

Original lines: 24-115

Declaration hash: sha256:96d95d7347e36674812a8222200879c75d939f93bd0b3f3b9ddba6b78eb5fa0c

C#
public sealed class ProgressStrip : VisualElement
{
}

Original lines: 27

Declaration hash: sha256:4ff32d38cd37a11081de2b37ccc221aff1f46a34c321e55865097e1f1fad1077

C#
public const string UssClassName = "bq-progress-strip";

Original lines: 30

Declaration hash: sha256:b5f17640afc38631b3949ae7466817434307383a7ca33726d0befe4bc64f80a1

C#
public const string LabelUssClassName = "bq-progress-strip__label";

Original lines: 33

Declaration hash: sha256:0d4a5ef777ec8cbd0df8cba956eab3c5742f773983ee933ec813580dd621391b

C#
public const string TrackUssClassName = "bq-progress-strip__track";

Original lines: 36

Declaration hash: sha256:e2410f8ad82dab2c7cec506d4e2645db9d6222858fa10101afa50a4315a63314

C#
public const string FillUssClassName = "bq-progress-strip__fill";

Original lines: 41-59

Declaration hash: sha256:971f03357951aef36ba549e1fd0b0ddd22a717595a6ae0244fc37dc8c7e4bd22

C#
public ProgressStrip();

Original lines: 62

Declaration hash: sha256:b01b05099e36ba44bfeeb614f78261d9fe8c91db861262e2ad23df3280ebe0c2

C#
public VisualElement Track { get; }

Original lines: 65

Declaration hash: sha256:706b086a9256adf8c9b596272b9ce7b35bc69e295675a15feb55fa6646c2c834

C#
public VisualElement Fill { get; }

Original lines: 68-74

Declaration hash: sha256:a897ae02843423084eb5f0ccac354c57ea7c96cdc2d3ca94d8d163a2644ed541

C#
public void SetLabel(string text);

Original lines: 77-80

Declaration hash: sha256:e51f4b9eabd2481dbda3c8944c60b6a36a032159fd1cb9db449b52ac3bcd3226

C#
public void SetFraction(float fraction);

Method: SetProgress(int processed, int total)

Section titled “Method: SetProgress(int processed, int total)”

Original lines: 83-86

Declaration hash: sha256:1c335bdb7b5ad2cbb9faf22700ea868c34f8ac3c945d3d0f9c6bb3096a823e74

C#
public void SetProgress(int processed, int total);

Method: SetCountedProgress(string verb, int processed, int total, string singular, string plural)

Section titled “Method: SetCountedProgress(string verb, int processed, int total, string singular, string plural)”

Original lines: 92-101

Declaration hash: sha256:d996ca6079ac98beff74cc4df4f1121a0039f8ab2283be55be3ef08cc2efd565

C#
public void SetCountedProgress(string verb, int processed, int total, string singular, string plural);

Method: CountedText(string verb, int processed, int total, string singular, string plural)

Section titled “Method: CountedText(string verb, int processed, int total, string singular, string plural)”

Original lines: 104-114

Declaration hash: sha256:c914b6836ca4fa68b8ff0d8df67a8f0cd63e9f210070ada5a8ad604b069caa52

C#
public static string CountedText(string verb, int processed, int total, string singular, string plural);
Full-size image