ProgressStrip.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/ProgressStrip.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: ProgressStrip
Section titled “Type: ProgressStrip”Original lines: 24-115
Declaration hash: sha256:96d95d7347e36674812a8222200879c75d939f93bd0b3f3b9ddba6b78eb5fa0c
public sealed class ProgressStrip : VisualElement{}Field: UssClassName
Section titled “Field: UssClassName”Original lines: 27
Declaration hash: sha256:4ff32d38cd37a11081de2b37ccc221aff1f46a34c321e55865097e1f1fad1077
public const string UssClassName = "bq-progress-strip";Field: LabelUssClassName
Section titled “Field: LabelUssClassName”Original lines: 30
Declaration hash: sha256:b5f17640afc38631b3949ae7466817434307383a7ca33726d0befe4bc64f80a1
public const string LabelUssClassName = "bq-progress-strip__label";Field: TrackUssClassName
Section titled “Field: TrackUssClassName”Original lines: 33
Declaration hash: sha256:0d4a5ef777ec8cbd0df8cba956eab3c5742f773983ee933ec813580dd621391b
public const string TrackUssClassName = "bq-progress-strip__track";Field: FillUssClassName
Section titled “Field: FillUssClassName”Original lines: 36
Declaration hash: sha256:e2410f8ad82dab2c7cec506d4e2645db9d6222858fa10101afa50a4315a63314
public const string FillUssClassName = "bq-progress-strip__fill";Method: ProgressStrip()
Section titled “Method: ProgressStrip()”Original lines: 41-59
Declaration hash: sha256:971f03357951aef36ba549e1fd0b0ddd22a717595a6ae0244fc37dc8c7e4bd22
public ProgressStrip();Property: Track
Section titled “Property: Track”Original lines: 62
Declaration hash: sha256:b01b05099e36ba44bfeeb614f78261d9fe8c91db861262e2ad23df3280ebe0c2
public VisualElement Track { get; }Property: Fill
Section titled “Property: Fill”Original lines: 65
Declaration hash: sha256:706b086a9256adf8c9b596272b9ce7b35bc69e295675a15feb55fa6646c2c834
public VisualElement Fill { get; }Method: SetLabel(string text)
Section titled “Method: SetLabel(string text)”Original lines: 68-74
Declaration hash: sha256:a897ae02843423084eb5f0ccac354c57ea7c96cdc2d3ca94d8d163a2644ed541
public void SetLabel(string text);Method: SetFraction(float fraction)
Section titled “Method: SetFraction(float fraction)”Original lines: 77-80
Declaration hash: sha256:e51f4b9eabd2481dbda3c8944c60b6a36a032159fd1cb9db449b52ac3bcd3226
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
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
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
public static string CountedText(string verb, int processed, int total, string singular, string plural);