From 8dcc7f4c2fa8c753d270396958bf3ba4b10e52f9 Mon Sep 17 00:00:00 2001 From: Ruemena Date: Fri, 24 Nov 2023 21:32:35 +0000 Subject: [PATCH] deploy: c40c64078fd6692ed257c8945cd70bca170cece0 --- api/RueI.Elements.DynamicElement.html | 24 +- api/RueI.Elements.IElement.html | 20 +- ...ent.html => RueI.Elements.SetElement.html} | 48 +- api/RueI.Elements.html | 5 + ...I.Parser.html => RueI.Parsing.Parser.html} | 44 +- api/RueI.Parsing.ParserBuilder.html | 16 +- api/RueI.Parsing.html | 7 +- api/RueI.html | 10 - api/toc.html | 12 +- api/toc.json | 2 +- index.json | 26 +- manifest.json | 40 +- xrefmap.yml | 438 +++++++++--------- 13 files changed, 346 insertions(+), 346 deletions(-) rename api/{RueI.SetElement.html => RueI.Elements.SetElement.html} (84%) rename api/{RueI.Parser.html => RueI.Parsing.Parser.html} (85%) diff --git a/api/RueI.Elements.DynamicElement.html b/api/RueI.Elements.DynamicElement.html index cd710e4..93c2c15 100644 --- a/api/RueI.Elements.DynamicElement.html +++ b/api/RueI.Elements.DynamicElement.html @@ -91,7 +91,7 @@
Table of Contents

Class DynamicElement - +

@@ -181,7 +181,7 @@

Constructors

DynamicElement(GetContent, float, int) - +

Initializes a new instance of the DynamicElement class.

@@ -224,7 +224,7 @@

Properties

ContentGetter - +

Gets or sets a method that returns the new content and is called every time the display is updated.

@@ -256,7 +256,7 @@

Property Value

Enabled - +

Gets or sets a value indicating whether or not this element is enabled and will show.

@@ -288,7 +288,7 @@

Property Value

ParsedData - +

Gets the data used for parsing.

@@ -313,7 +313,7 @@

Property Value

Remarks

-

This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string).

+

This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string).

@@ -323,7 +323,7 @@

Remarks

Parser - +

Gets or sets the Parser currently in use by this IElement.

@@ -340,7 +340,7 @@

Property Value

-
Parser
+
Parser
@@ -348,7 +348,7 @@

Property Value

Remarks

-

Implementations should default this to DefaultParser.

+

Implementations should default this to DefaultParser.

@@ -358,7 +358,7 @@

Remarks

Position - +

Gets or sets the position of the element on a scale from 0-1000, where 0 represents the bottom of the screen and 1000 represents the top.

@@ -390,7 +390,7 @@

Property Value

ZIndex - +

Gets or sets the priority of the hint (determining if it shows above another hint).

@@ -422,7 +422,7 @@

Property Value

diff --git a/api/RueI.Elements.IElement.html b/api/RueI.Elements.IElement.html index 6455e70..151bb4c 100644 --- a/api/RueI.Elements.IElement.html +++ b/api/RueI.Elements.IElement.html @@ -91,7 +91,7 @@
Table of Contents

Interface IElement - +

@@ -140,7 +140,7 @@

Properties

Enabled - +

Gets or sets a value indicating whether or not this element is enabled and will show.

@@ -172,7 +172,7 @@

Property Value

ParsedData - +

Gets the data used for parsing.

@@ -197,7 +197,7 @@

Property Value

Remarks

-

This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string).

+

This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string).

@@ -207,7 +207,7 @@

Remarks

Parser - +

Gets or sets the Parser currently in use by this IElement.

@@ -224,7 +224,7 @@

Property Value

-
Parser
+
Parser
@@ -232,7 +232,7 @@

Property Value

Remarks

-

Implementations should default this to DefaultParser.

+

Implementations should default this to DefaultParser.

@@ -242,7 +242,7 @@

Remarks

Position - +

Gets or sets the position of the element on a scale from 0-1000, where 0 represents the bottom of the screen and 1000 represents the top.

@@ -274,7 +274,7 @@

Property Value

ZIndex - +

Gets or sets the priority of the hint (determining if it shows above another hint).

@@ -306,7 +306,7 @@

Property Value

diff --git a/api/RueI.SetElement.html b/api/RueI.Elements.SetElement.html similarity index 84% rename from api/RueI.SetElement.html rename to api/RueI.Elements.SetElement.html index 815f989..8d86d46 100644 --- a/api/RueI.SetElement.html +++ b/api/RueI.Elements.SetElement.html @@ -17,7 +17,7 @@ - + @@ -85,17 +85,17 @@
Table of Contents
-
+
-

+

Class SetElement

-
Namespace
RueI
+
Namespace
RueI.Elements
Assembly
RueI.dll
@@ -175,14 +175,14 @@

Constructors

- + -

+

SetElement(float, string)

-

Initializes a new instance of the SetElement class.

+

Initializes a new instance of the SetElement class.

@@ -215,9 +215,9 @@

Properties

- + -

+

Enabled

@@ -247,9 +247,9 @@

Property Value

- + -

+

ParsedData

@@ -275,16 +275,16 @@

Property Value

-

Remarks

-

This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string).

+

Remarks

+

This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string).

- + -

+

Parser

@@ -303,23 +303,23 @@

Property Value

-
Parser
+
Parser
-

Remarks

-

Implementations should default this to DefaultParser.

+

Remarks

+

Implementations should default this to DefaultParser.

- + -

+

Position

@@ -349,9 +349,9 @@

Property Value

- + -

+

ZIndex

@@ -385,9 +385,9 @@

Methods

- + -

+

Set(string)

diff --git a/api/RueI.Elements.html b/api/RueI.Elements.html index 9daa428..0b8aef3 100644 --- a/api/RueI.Elements.html +++ b/api/RueI.Elements.html @@ -99,6 +99,11 @@

DynamicElement

Represents a non-cached element that evaluates and parses a function when getting its content.

+
+
+
+
SetElement
+

Represents a simple cached element with settable content.

diff --git a/api/RueI.Parser.html b/api/RueI.Parsing.Parser.html similarity index 85% rename from api/RueI.Parser.html rename to api/RueI.Parsing.Parser.html index 53215e1..1d0dd3a 100644 --- a/api/RueI.Parser.html +++ b/api/RueI.Parsing.Parser.html @@ -17,7 +17,7 @@ - + @@ -85,17 +85,17 @@

Table of Contents
-
+
-

+

Class Parser

-
Namespace
RueI
+
Namespace
RueI.Parsing
Assembly
RueI.dll
@@ -155,7 +155,7 @@

-

Examples

+

Examples

This example demonstrates creating and using a ParserBuilder.

Parser builder = new ParserBuilder()
 	.ImportFrom(Constants.DefaultParser)
@@ -171,14 +171,14 @@ 

Properties

- + -

+

DefaultParser

-

Gets the default Parser.

+

Gets the default RueI.Parser.

@@ -192,7 +192,7 @@

Property Value

-
Parser
+
Parser
@@ -203,9 +203,9 @@

Property Value

- + -

+

Tags

@@ -231,7 +231,7 @@

Property Value

-

Remarks

+

Remarks

Multiple tags can share the same name.

@@ -242,9 +242,9 @@

Methods

- + -

+

AddCharacter(ParserContext, char)

@@ -278,9 +278,9 @@

Parameters

- + -

+

CalculateCharacterLength(TextInfo, char)

@@ -320,9 +320,9 @@

Returns

- + -

+

CreateLineBreak(ParserContext)

@@ -353,9 +353,9 @@

Parameters

- + -

+

GetTagAttributes(string, out Dictionary<string, string>)

@@ -395,9 +395,9 @@

Returns

- + -

+

Parse(string)

diff --git a/api/RueI.Parsing.ParserBuilder.html b/api/RueI.Parsing.ParserBuilder.html index d792c15..c4e9de5 100644 --- a/api/RueI.Parsing.ParserBuilder.html +++ b/api/RueI.Parsing.ParserBuilder.html @@ -99,7 +99,7 @@

Assembly
RueI.dll

-

Builds Parsers.

+

Builds Parsers.

@@ -311,7 +311,7 @@

-

Builds this ParserBuilder into a Parser.

+

Builds this ParserBuilder into a Parser.

@@ -322,8 +322,8 @@

Returns

-
Parser
-

The built Parser.

+
Parser
+

The built Parser.

@@ -339,12 +339,12 @@

Returns

-

+

ImportFrom(Parser)

-

Imports all of the RichTextTags from a Parser, adding it to the builder.

+

Imports all of the RichTextTags from a Parser, adding it to the builder.

@@ -354,8 +354,8 @@

Parameters

-
parser Parser
-

The Parser to import the tags from.

+
parser Parser
+

The Parser to import the tags from.

diff --git a/api/RueI.Parsing.html b/api/RueI.Parsing.html index 679adb7..4e8cd5b 100644 --- a/api/RueI.Parsing.html +++ b/api/RueI.Parsing.html @@ -104,11 +104,16 @@

NoParamsTag

Defines the base class for all rich text tags.

+
+
+
+
Parser
+

Helps parse the content of elements.

ParserBuilder
-

Builds Parsers.

+

Builds Parsers.

diff --git a/api/RueI.html b/api/RueI.html index c3c3976..9cbc27f 100644 --- a/api/RueI.html +++ b/api/RueI.html @@ -114,11 +114,6 @@

Main

Represents the main class for RueI.

-
-
-
-
Parser
-

Helps parse the content of elements.

@@ -126,11 +121,6 @@

Provides helpful functions for dealing with elements and hints.

-
-
SetElement
-

Represents a simple cached element with settable content.

-
-

diff --git a/api/toc.html b/api/toc.html index 68f9726..c61dab5 100644 --- a/api/toc.html +++ b/api/toc.html @@ -29,15 +29,9 @@
  • Main
  • -
  • - Parser -
  • Ruetility
  • -
  • - SetElement -
  • @@ -115,6 +109,9 @@
  • IElement
  • +
  • + SetElement +
  • @@ -202,6 +199,9 @@
  • NoParamsTag
  • +
  • + Parser +
  • ParserBuilder
  • diff --git a/api/toc.json b/api/toc.json index 4287c35..a6a5c58 100644 --- a/api/toc.json +++ b/api/toc.json @@ -1,2 +1,2 @@ -{"items":[{"name":"RueI","href":"RueI.html","topicHref":"RueI.html","topicUid":"RueI","items":[{"name":"CharacterLengths","href":"RueI.CharacterLengths.html","topicHref":"RueI.CharacterLengths.html","topicUid":"RueI.CharacterLengths"},{"name":"Constants","href":"RueI.Constants.html","topicHref":"RueI.Constants.html","topicUid":"RueI.Constants"},{"name":"EventHandler","href":"RueI.EventHandler.html","topicHref":"RueI.EventHandler.html","topicUid":"RueI.EventHandler"},{"name":"Main","href":"RueI.Main.html","topicHref":"RueI.Main.html","topicUid":"RueI.Main"},{"name":"Parser","href":"RueI.Parser.html","topicHref":"RueI.Parser.html","topicUid":"RueI.Parser"},{"name":"Ruetility","href":"RueI.Ruetility.html","topicHref":"RueI.Ruetility.html","topicUid":"RueI.Ruetility"},{"name":"SetElement","href":"RueI.SetElement.html","topicHref":"RueI.SetElement.html","topicUid":"RueI.SetElement"}]},{"name":"RueI.Displays","href":"RueI.Displays.html","topicHref":"RueI.Displays.html","topicUid":"RueI.Displays","items":[{"name":"Display","href":"RueI.Displays.Display.html","topicHref":"RueI.Displays.Display.html","topicUid":"RueI.Displays.Display"},{"name":"DisplayBase","href":"RueI.Displays.DisplayBase.html","topicHref":"RueI.Displays.DisplayBase.html","topicUid":"RueI.Displays.DisplayBase"},{"name":"DisplayCore","href":"RueI.Displays.DisplayCore.html","topicHref":"RueI.Displays.DisplayCore.html","topicUid":"RueI.Displays.DisplayCore"},{"name":"EffectApplier","href":"RueI.Displays.EffectApplier.html","topicHref":"RueI.Displays.EffectApplier.html","topicUid":"RueI.Displays.EffectApplier"},{"name":"ElemCombiner","href":"RueI.Displays.ElemCombiner.html","topicHref":"RueI.Displays.ElemCombiner.html","topicUid":"RueI.Displays.ElemCombiner"},{"name":"ElemReference","href":"RueI.Displays.ElemReference-1.html","topicHref":"RueI.Displays.ElemReference-1.html","topicUid":"RueI.Displays.ElemReference`1","name.vb":"ElemReference(Of T)"},{"name":"Screen","href":"RueI.Displays.Screen.html","topicHref":"RueI.Displays.Screen.html","topicUid":"RueI.Displays.Screen"},{"name":"ScreenDisplay","href":"RueI.Displays.ScreenDisplay.html","topicHref":"RueI.Displays.ScreenDisplay.html","topicUid":"RueI.Displays.ScreenDisplay"}]},{"name":"RueI.Displays.Interfaces","href":"RueI.Displays.Interfaces.html","topicHref":"RueI.Displays.Interfaces.html","topicUid":"RueI.Displays.Interfaces","items":[{"name":"IElementContainer","href":"RueI.Displays.Interfaces.IElementContainer.html","topicHref":"RueI.Displays.Interfaces.IElementContainer.html","topicUid":"RueI.Displays.Interfaces.IElementContainer"}]},{"name":"RueI.Displays.Scheduling","href":"RueI.Displays.Scheduling.html","topicHref":"RueI.Displays.Scheduling.html","topicUid":"RueI.Displays.Scheduling","items":[{"name":"Scheduler","href":"RueI.Displays.Scheduling.Scheduler.html","topicHref":"RueI.Displays.Scheduling.Scheduler.html","topicUid":"RueI.Displays.Scheduling.Scheduler"},{"name":"Scheduler.RateLimiter","href":"RueI.Displays.Scheduling.Scheduler.RateLimiter.html","topicHref":"RueI.Displays.Scheduling.Scheduler.RateLimiter.html","topicUid":"RueI.Displays.Scheduling.Scheduler.RateLimiter"}]},{"name":"RueI.Displays.Scheduling.Records","href":"RueI.Displays.Scheduling.Records.html","topicHref":"RueI.Displays.Scheduling.Records.html","topicUid":"RueI.Displays.Scheduling.Records","items":[{"name":"ScheduledJob","href":"RueI.Displays.Scheduling.Records.ScheduledJob.html","topicHref":"RueI.Displays.Scheduling.Records.ScheduledJob.html","topicUid":"RueI.Displays.Scheduling.Records.ScheduledJob"}]},{"name":"RueI.Elements","href":"RueI.Elements.html","topicHref":"RueI.Elements.html","topicUid":"RueI.Elements","items":[{"name":"DynamicElement","href":"RueI.Elements.DynamicElement.html","topicHref":"RueI.Elements.DynamicElement.html","topicUid":"RueI.Elements.DynamicElement"},{"name":"IElement","href":"RueI.Elements.IElement.html","topicHref":"RueI.Elements.IElement.html","topicUid":"RueI.Elements.IElement"}]},{"name":"RueI.Elements.Delegates","href":"RueI.Elements.Delegates.html","topicHref":"RueI.Elements.Delegates.html","topicUid":"RueI.Elements.Delegates","items":[{"name":"GetContent","href":"RueI.Elements.Delegates.GetContent.html","topicHref":"RueI.Elements.Delegates.GetContent.html","topicUid":"RueI.Elements.Delegates.GetContent"}]},{"name":"RueI.Elements.Interfaces","href":"RueI.Elements.Interfaces.html","topicHref":"RueI.Elements.Interfaces.html","topicUid":"RueI.Elements.Interfaces","items":[{"name":"ISettable","href":"RueI.Elements.Interfaces.ISettable.html","topicHref":"RueI.Elements.Interfaces.ISettable.html","topicUid":"RueI.Elements.Interfaces.ISettable"}]},{"name":"RueI.Events","href":"RueI.Events.html","topicHref":"RueI.Events.html","topicUid":"RueI.Events","items":[{"name":"DisplayUpdatedEventArgs","href":"RueI.Events.DisplayUpdatedEventArgs.html","topicHref":"RueI.Events.DisplayUpdatedEventArgs.html","topicUid":"RueI.Events.DisplayUpdatedEventArgs"},{"name":"Events","href":"RueI.Events.Events.html","topicHref":"RueI.Events.Events.html","topicUid":"RueI.Events.Events"},{"name":"Events.RueIEvent","href":"RueI.Events.Events.RueIEvent-1.html","topicHref":"RueI.Events.Events.RueIEvent-1.html","topicUid":"RueI.Events.Events.RueIEvent`1","name.vb":"Events.RueIEvent(Of T)"},{"name":"RateLimitFinishedEventArgs","href":"RueI.Events.RateLimitFinishedEventArgs.html","topicHref":"RueI.Events.RateLimitFinishedEventArgs.html","topicUid":"RueI.Events.RateLimitFinishedEventArgs"}]},{"name":"RueI.Extensions","href":"RueI.Extensions.html","topicHref":"RueI.Extensions.html","topicUid":"RueI.Extensions","items":[{"name":"CollectionExtensions","href":"RueI.Extensions.CollectionExtensions.html","topicHref":"RueI.Extensions.CollectionExtensions.html","topicUid":"RueI.Extensions.CollectionExtensions"},{"name":"ElementHelpers","href":"RueI.Extensions.ElementHelpers.html","topicHref":"RueI.Extensions.ElementHelpers.html","topicUid":"RueI.Extensions.ElementHelpers"},{"name":"IComparableExtensions","href":"RueI.Extensions.IComparableExtensions.html","topicHref":"RueI.Extensions.IComparableExtensions.html","topicUid":"RueI.Extensions.IComparableExtensions"},{"name":"IEnumerableExtensions","href":"RueI.Extensions.IEnumerableExtensions.html","topicHref":"RueI.Extensions.IEnumerableExtensions.html","topicUid":"RueI.Extensions.IEnumerableExtensions"},{"name":"Union","href":"RueI.Extensions.Union-2.html","topicHref":"RueI.Extensions.Union-2.html","topicUid":"RueI.Extensions.Union`2","name.vb":"Union(Of T, TOther)"},{"name":"UniversalExtensions","href":"RueI.Extensions.UniversalExtensions.html","topicHref":"RueI.Extensions.UniversalExtensions.html","topicUid":"RueI.Extensions.UniversalExtensions"}]},{"name":"RueI.Extensions.HintBuilding","href":"RueI.Extensions.HintBuilding.html","topicHref":"RueI.Extensions.HintBuilding.html","topicUid":"RueI.Extensions.HintBuilding","items":[{"name":"HintBuilding","href":"RueI.Extensions.HintBuilding.HintBuilding.html","topicHref":"RueI.Extensions.HintBuilding.HintBuilding.html","topicUid":"RueI.Extensions.HintBuilding.HintBuilding"}]},{"name":"RueI.Parsing","href":"RueI.Parsing.html","topicHref":"RueI.Parsing.html","topicUid":"RueI.Parsing","items":[{"name":"ClosingTag","href":"RueI.Parsing.ClosingTag-1.html","topicHref":"RueI.Parsing.ClosingTag-1.html","topicUid":"RueI.Parsing.ClosingTag`1","name.vb":"ClosingTag(Of T)"},{"name":"NoParamsTag","href":"RueI.Parsing.NoParamsTag.html","topicHref":"RueI.Parsing.NoParamsTag.html","topicUid":"RueI.Parsing.NoParamsTag"},{"name":"ParserBuilder","href":"RueI.Parsing.ParserBuilder.html","topicHref":"RueI.Parsing.ParserBuilder.html","topicUid":"RueI.Parsing.ParserBuilder"},{"name":"ParserContext","href":"RueI.Parsing.ParserContext.html","topicHref":"RueI.Parsing.ParserContext.html","topicUid":"RueI.Parsing.ParserContext"},{"name":"RichTextTag","href":"RueI.Parsing.RichTextTag.html","topicHref":"RueI.Parsing.RichTextTag.html","topicUid":"RueI.Parsing.RichTextTag"},{"name":"TextInfo","href":"RueI.Parsing.TextInfo.html","topicHref":"RueI.Parsing.TextInfo.html","topicUid":"RueI.Parsing.TextInfo"}]},{"name":"RueI.Parsing.Enums","href":"RueI.Parsing.Enums.html","topicHref":"RueI.Parsing.Enums.html","topicUid":"RueI.Parsing.Enums","items":[{"name":"CaseStyle","href":"RueI.Parsing.Enums.CaseStyle.html","topicHref":"RueI.Parsing.Enums.CaseStyle.html","topicUid":"RueI.Parsing.Enums.CaseStyle"},{"name":"ColorStyle","href":"RueI.Parsing.Enums.ColorStyle.html","topicHref":"RueI.Parsing.Enums.ColorStyle.html","topicUid":"RueI.Parsing.Enums.ColorStyle"},{"name":"MeasurementUnit","href":"RueI.Parsing.Enums.MeasurementUnit.html","topicHref":"RueI.Parsing.Enums.MeasurementUnit.html","topicUid":"RueI.Parsing.Enums.MeasurementUnit"},{"name":"TagStyle","href":"RueI.Parsing.Enums.TagStyle.html","topicHref":"RueI.Parsing.Enums.TagStyle.html","topicUid":"RueI.Parsing.Enums.TagStyle"}]},{"name":"RueI.Parsing.Records","href":"RueI.Parsing.Records.html","topicHref":"RueI.Parsing.Records.html","topicUid":"RueI.Parsing.Records","items":[{"name":"MeasurementInfo","href":"RueI.Parsing.Records.MeasurementInfo.html","topicHref":"RueI.Parsing.Records.MeasurementInfo.html","topicUid":"RueI.Parsing.Records.MeasurementInfo"},{"name":"ParsedData","href":"RueI.Parsing.Records.ParsedData.html","topicHref":"RueI.Parsing.Records.ParsedData.html","topicUid":"RueI.Parsing.Records.ParsedData"}]},{"name":"RueI.Parsing.Tags","href":"RueI.Parsing.Tags.html","topicHref":"RueI.Parsing.Tags.html","topicUid":"RueI.Parsing.Tags","items":[{"name":"MeasurementTag","href":"RueI.Parsing.Tags.MeasurementTag.html","topicHref":"RueI.Parsing.Tags.MeasurementTag.html","topicUid":"RueI.Parsing.Tags.MeasurementTag"},{"name":"RichTextTagAttribute","href":"RueI.Parsing.Tags.RichTextTagAttribute.html","topicHref":"RueI.Parsing.Tags.RichTextTagAttribute.html","topicUid":"RueI.Parsing.Tags.RichTextTagAttribute"},{"name":"SharedTag","href":"RueI.Parsing.Tags.SharedTag-1.html","topicHref":"RueI.Parsing.Tags.SharedTag-1.html","topicUid":"RueI.Parsing.Tags.SharedTag`1","name.vb":"SharedTag(Of T)"},{"name":"TagHelpers","href":"RueI.Parsing.Tags.TagHelpers.html","topicHref":"RueI.Parsing.Tags.TagHelpers.html","topicUid":"RueI.Parsing.Tags.TagHelpers"}]},{"name":"RueI.Parsing.Tags.ConcreteTags","href":"RueI.Parsing.Tags.ConcreteTags.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.html","topicUid":"RueI.Parsing.Tags.ConcreteTags","items":[{"name":"AlignTag","href":"RueI.Parsing.Tags.ConcreteTags.AlignTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.AlignTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.AlignTag"},{"name":"AllcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.AllcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.AllcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.AllcapsTag"},{"name":"AlphaTag","href":"RueI.Parsing.Tags.ConcreteTags.AlphaTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.AlphaTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.AlphaTag"},{"name":"BoldTag","href":"RueI.Parsing.Tags.ConcreteTags.BoldTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.BoldTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.BoldTag"},{"name":"CSpaceTag","href":"RueI.Parsing.Tags.ConcreteTags.CSpaceTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CSpaceTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CSpaceTag"},{"name":"CloseAlignTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseAlignTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseAlignTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseAlignTag"},{"name":"CloseAllcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseAllcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseAllcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseAllcapsTag"},{"name":"CloseAlphaTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseAlphaTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseAlphaTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseAlphaTag"},{"name":"CloseBoldTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseBoldTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseBoldTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseBoldTag"},{"name":"CloseCSpaceTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseCSpaceTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseCSpaceTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseCSpaceTag"},{"name":"CloseColorTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseColorTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseColorTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseColorTag"},{"name":"CloseItalicsTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseItalicsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseItalicsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseItalicsTag"},{"name":"CloseLineHeightTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseLineHeightTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseLineHeightTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseLineHeightTag"},{"name":"CloseLowercase","href":"RueI.Parsing.Tags.ConcreteTags.CloseLowercase.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseLowercase.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseLowercase"},{"name":"CloseScaleTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseScaleTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseScaleTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseScaleTag"},{"name":"CloseSizeTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseSizeTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseSizeTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseSizeTag"},{"name":"CloseSmallcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseSmallcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseSmallcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseSmallcapsTag"},{"name":"ColorTag","href":"RueI.Parsing.Tags.ConcreteTags.ColorTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.ColorTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.ColorTag"},{"name":"ItalicsTag","href":"RueI.Parsing.Tags.ConcreteTags.ItalicsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.ItalicsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.ItalicsTag"},{"name":"LineHeightTag","href":"RueI.Parsing.Tags.ConcreteTags.LineHeightTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.LineHeightTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.LineHeightTag"},{"name":"LowercaseTag","href":"RueI.Parsing.Tags.ConcreteTags.LowercaseTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.LowercaseTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.LowercaseTag"},{"name":"ScaleTag","href":"RueI.Parsing.Tags.ConcreteTags.ScaleTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.ScaleTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.ScaleTag"},{"name":"SizeTag","href":"RueI.Parsing.Tags.ConcreteTags.SizeTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.SizeTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.SizeTag"},{"name":"SmallcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.SmallcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.SmallcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.SmallcapsTag"}]},{"name":"RueI.Patches","href":"RueI.Patches.html","topicHref":"RueI.Patches.html","topicUid":"RueI.Patches","items":[{"name":"HintPatch","href":"RueI.Patches.HintPatch.html","topicHref":"RueI.Patches.HintPatch.html","topicUid":"RueI.Patches.HintPatch"}]},{"name":"eMEC","href":"eMEC.html","topicHref":"eMEC.html","topicUid":"eMEC","items":[{"name":"Cooldown","href":"eMEC.Cooldown.html","topicHref":"eMEC.Cooldown.html","topicUid":"eMEC.Cooldown"},{"name":"ITaskable","href":"eMEC.ITaskable.html","topicHref":"eMEC.ITaskable.html","topicUid":"eMEC.ITaskable"},{"name":"MECExtensions","href":"eMEC.MECExtensions.html","topicHref":"eMEC.MECExtensions.html","topicUid":"eMEC.MECExtensions"},{"name":"TaskBase","href":"eMEC.TaskBase.html","topicHref":"eMEC.TaskBase.html","topicUid":"eMEC.TaskBase"},{"name":"TaskPool","href":"eMEC.TaskPool.html","topicHref":"eMEC.TaskPool.html","topicUid":"eMEC.TaskPool"},{"name":"UpdateTask","href":"eMEC.UpdateTask.html","topicHref":"eMEC.UpdateTask.html","topicUid":"eMEC.UpdateTask"}]}],"memberLayout":"SamePage","pdf":false} +{"items":[{"name":"RueI","href":"RueI.html","topicHref":"RueI.html","topicUid":"RueI","items":[{"name":"CharacterLengths","href":"RueI.CharacterLengths.html","topicHref":"RueI.CharacterLengths.html","topicUid":"RueI.CharacterLengths"},{"name":"Constants","href":"RueI.Constants.html","topicHref":"RueI.Constants.html","topicUid":"RueI.Constants"},{"name":"EventHandler","href":"RueI.EventHandler.html","topicHref":"RueI.EventHandler.html","topicUid":"RueI.EventHandler"},{"name":"Main","href":"RueI.Main.html","topicHref":"RueI.Main.html","topicUid":"RueI.Main"},{"name":"Ruetility","href":"RueI.Ruetility.html","topicHref":"RueI.Ruetility.html","topicUid":"RueI.Ruetility"}]},{"name":"RueI.Displays","href":"RueI.Displays.html","topicHref":"RueI.Displays.html","topicUid":"RueI.Displays","items":[{"name":"Display","href":"RueI.Displays.Display.html","topicHref":"RueI.Displays.Display.html","topicUid":"RueI.Displays.Display"},{"name":"DisplayBase","href":"RueI.Displays.DisplayBase.html","topicHref":"RueI.Displays.DisplayBase.html","topicUid":"RueI.Displays.DisplayBase"},{"name":"DisplayCore","href":"RueI.Displays.DisplayCore.html","topicHref":"RueI.Displays.DisplayCore.html","topicUid":"RueI.Displays.DisplayCore"},{"name":"EffectApplier","href":"RueI.Displays.EffectApplier.html","topicHref":"RueI.Displays.EffectApplier.html","topicUid":"RueI.Displays.EffectApplier"},{"name":"ElemCombiner","href":"RueI.Displays.ElemCombiner.html","topicHref":"RueI.Displays.ElemCombiner.html","topicUid":"RueI.Displays.ElemCombiner"},{"name":"ElemReference","href":"RueI.Displays.ElemReference-1.html","topicHref":"RueI.Displays.ElemReference-1.html","topicUid":"RueI.Displays.ElemReference`1","name.vb":"ElemReference(Of T)"},{"name":"Screen","href":"RueI.Displays.Screen.html","topicHref":"RueI.Displays.Screen.html","topicUid":"RueI.Displays.Screen"},{"name":"ScreenDisplay","href":"RueI.Displays.ScreenDisplay.html","topicHref":"RueI.Displays.ScreenDisplay.html","topicUid":"RueI.Displays.ScreenDisplay"}]},{"name":"RueI.Displays.Interfaces","href":"RueI.Displays.Interfaces.html","topicHref":"RueI.Displays.Interfaces.html","topicUid":"RueI.Displays.Interfaces","items":[{"name":"IElementContainer","href":"RueI.Displays.Interfaces.IElementContainer.html","topicHref":"RueI.Displays.Interfaces.IElementContainer.html","topicUid":"RueI.Displays.Interfaces.IElementContainer"}]},{"name":"RueI.Displays.Scheduling","href":"RueI.Displays.Scheduling.html","topicHref":"RueI.Displays.Scheduling.html","topicUid":"RueI.Displays.Scheduling","items":[{"name":"Scheduler","href":"RueI.Displays.Scheduling.Scheduler.html","topicHref":"RueI.Displays.Scheduling.Scheduler.html","topicUid":"RueI.Displays.Scheduling.Scheduler"},{"name":"Scheduler.RateLimiter","href":"RueI.Displays.Scheduling.Scheduler.RateLimiter.html","topicHref":"RueI.Displays.Scheduling.Scheduler.RateLimiter.html","topicUid":"RueI.Displays.Scheduling.Scheduler.RateLimiter"}]},{"name":"RueI.Displays.Scheduling.Records","href":"RueI.Displays.Scheduling.Records.html","topicHref":"RueI.Displays.Scheduling.Records.html","topicUid":"RueI.Displays.Scheduling.Records","items":[{"name":"ScheduledJob","href":"RueI.Displays.Scheduling.Records.ScheduledJob.html","topicHref":"RueI.Displays.Scheduling.Records.ScheduledJob.html","topicUid":"RueI.Displays.Scheduling.Records.ScheduledJob"}]},{"name":"RueI.Elements","href":"RueI.Elements.html","topicHref":"RueI.Elements.html","topicUid":"RueI.Elements","items":[{"name":"DynamicElement","href":"RueI.Elements.DynamicElement.html","topicHref":"RueI.Elements.DynamicElement.html","topicUid":"RueI.Elements.DynamicElement"},{"name":"IElement","href":"RueI.Elements.IElement.html","topicHref":"RueI.Elements.IElement.html","topicUid":"RueI.Elements.IElement"},{"name":"SetElement","href":"RueI.Elements.SetElement.html","topicHref":"RueI.Elements.SetElement.html","topicUid":"RueI.Elements.SetElement"}]},{"name":"RueI.Elements.Delegates","href":"RueI.Elements.Delegates.html","topicHref":"RueI.Elements.Delegates.html","topicUid":"RueI.Elements.Delegates","items":[{"name":"GetContent","href":"RueI.Elements.Delegates.GetContent.html","topicHref":"RueI.Elements.Delegates.GetContent.html","topicUid":"RueI.Elements.Delegates.GetContent"}]},{"name":"RueI.Elements.Interfaces","href":"RueI.Elements.Interfaces.html","topicHref":"RueI.Elements.Interfaces.html","topicUid":"RueI.Elements.Interfaces","items":[{"name":"ISettable","href":"RueI.Elements.Interfaces.ISettable.html","topicHref":"RueI.Elements.Interfaces.ISettable.html","topicUid":"RueI.Elements.Interfaces.ISettable"}]},{"name":"RueI.Events","href":"RueI.Events.html","topicHref":"RueI.Events.html","topicUid":"RueI.Events","items":[{"name":"DisplayUpdatedEventArgs","href":"RueI.Events.DisplayUpdatedEventArgs.html","topicHref":"RueI.Events.DisplayUpdatedEventArgs.html","topicUid":"RueI.Events.DisplayUpdatedEventArgs"},{"name":"Events","href":"RueI.Events.Events.html","topicHref":"RueI.Events.Events.html","topicUid":"RueI.Events.Events"},{"name":"Events.RueIEvent","href":"RueI.Events.Events.RueIEvent-1.html","topicHref":"RueI.Events.Events.RueIEvent-1.html","topicUid":"RueI.Events.Events.RueIEvent`1","name.vb":"Events.RueIEvent(Of T)"},{"name":"RateLimitFinishedEventArgs","href":"RueI.Events.RateLimitFinishedEventArgs.html","topicHref":"RueI.Events.RateLimitFinishedEventArgs.html","topicUid":"RueI.Events.RateLimitFinishedEventArgs"}]},{"name":"RueI.Extensions","href":"RueI.Extensions.html","topicHref":"RueI.Extensions.html","topicUid":"RueI.Extensions","items":[{"name":"CollectionExtensions","href":"RueI.Extensions.CollectionExtensions.html","topicHref":"RueI.Extensions.CollectionExtensions.html","topicUid":"RueI.Extensions.CollectionExtensions"},{"name":"ElementHelpers","href":"RueI.Extensions.ElementHelpers.html","topicHref":"RueI.Extensions.ElementHelpers.html","topicUid":"RueI.Extensions.ElementHelpers"},{"name":"IComparableExtensions","href":"RueI.Extensions.IComparableExtensions.html","topicHref":"RueI.Extensions.IComparableExtensions.html","topicUid":"RueI.Extensions.IComparableExtensions"},{"name":"IEnumerableExtensions","href":"RueI.Extensions.IEnumerableExtensions.html","topicHref":"RueI.Extensions.IEnumerableExtensions.html","topicUid":"RueI.Extensions.IEnumerableExtensions"},{"name":"Union","href":"RueI.Extensions.Union-2.html","topicHref":"RueI.Extensions.Union-2.html","topicUid":"RueI.Extensions.Union`2","name.vb":"Union(Of T, TOther)"},{"name":"UniversalExtensions","href":"RueI.Extensions.UniversalExtensions.html","topicHref":"RueI.Extensions.UniversalExtensions.html","topicUid":"RueI.Extensions.UniversalExtensions"}]},{"name":"RueI.Extensions.HintBuilding","href":"RueI.Extensions.HintBuilding.html","topicHref":"RueI.Extensions.HintBuilding.html","topicUid":"RueI.Extensions.HintBuilding","items":[{"name":"HintBuilding","href":"RueI.Extensions.HintBuilding.HintBuilding.html","topicHref":"RueI.Extensions.HintBuilding.HintBuilding.html","topicUid":"RueI.Extensions.HintBuilding.HintBuilding"}]},{"name":"RueI.Parsing","href":"RueI.Parsing.html","topicHref":"RueI.Parsing.html","topicUid":"RueI.Parsing","items":[{"name":"ClosingTag","href":"RueI.Parsing.ClosingTag-1.html","topicHref":"RueI.Parsing.ClosingTag-1.html","topicUid":"RueI.Parsing.ClosingTag`1","name.vb":"ClosingTag(Of T)"},{"name":"NoParamsTag","href":"RueI.Parsing.NoParamsTag.html","topicHref":"RueI.Parsing.NoParamsTag.html","topicUid":"RueI.Parsing.NoParamsTag"},{"name":"Parser","href":"RueI.Parsing.Parser.html","topicHref":"RueI.Parsing.Parser.html","topicUid":"RueI.Parsing.Parser"},{"name":"ParserBuilder","href":"RueI.Parsing.ParserBuilder.html","topicHref":"RueI.Parsing.ParserBuilder.html","topicUid":"RueI.Parsing.ParserBuilder"},{"name":"ParserContext","href":"RueI.Parsing.ParserContext.html","topicHref":"RueI.Parsing.ParserContext.html","topicUid":"RueI.Parsing.ParserContext"},{"name":"RichTextTag","href":"RueI.Parsing.RichTextTag.html","topicHref":"RueI.Parsing.RichTextTag.html","topicUid":"RueI.Parsing.RichTextTag"},{"name":"TextInfo","href":"RueI.Parsing.TextInfo.html","topicHref":"RueI.Parsing.TextInfo.html","topicUid":"RueI.Parsing.TextInfo"}]},{"name":"RueI.Parsing.Enums","href":"RueI.Parsing.Enums.html","topicHref":"RueI.Parsing.Enums.html","topicUid":"RueI.Parsing.Enums","items":[{"name":"CaseStyle","href":"RueI.Parsing.Enums.CaseStyle.html","topicHref":"RueI.Parsing.Enums.CaseStyle.html","topicUid":"RueI.Parsing.Enums.CaseStyle"},{"name":"ColorStyle","href":"RueI.Parsing.Enums.ColorStyle.html","topicHref":"RueI.Parsing.Enums.ColorStyle.html","topicUid":"RueI.Parsing.Enums.ColorStyle"},{"name":"MeasurementUnit","href":"RueI.Parsing.Enums.MeasurementUnit.html","topicHref":"RueI.Parsing.Enums.MeasurementUnit.html","topicUid":"RueI.Parsing.Enums.MeasurementUnit"},{"name":"TagStyle","href":"RueI.Parsing.Enums.TagStyle.html","topicHref":"RueI.Parsing.Enums.TagStyle.html","topicUid":"RueI.Parsing.Enums.TagStyle"}]},{"name":"RueI.Parsing.Records","href":"RueI.Parsing.Records.html","topicHref":"RueI.Parsing.Records.html","topicUid":"RueI.Parsing.Records","items":[{"name":"MeasurementInfo","href":"RueI.Parsing.Records.MeasurementInfo.html","topicHref":"RueI.Parsing.Records.MeasurementInfo.html","topicUid":"RueI.Parsing.Records.MeasurementInfo"},{"name":"ParsedData","href":"RueI.Parsing.Records.ParsedData.html","topicHref":"RueI.Parsing.Records.ParsedData.html","topicUid":"RueI.Parsing.Records.ParsedData"}]},{"name":"RueI.Parsing.Tags","href":"RueI.Parsing.Tags.html","topicHref":"RueI.Parsing.Tags.html","topicUid":"RueI.Parsing.Tags","items":[{"name":"MeasurementTag","href":"RueI.Parsing.Tags.MeasurementTag.html","topicHref":"RueI.Parsing.Tags.MeasurementTag.html","topicUid":"RueI.Parsing.Tags.MeasurementTag"},{"name":"RichTextTagAttribute","href":"RueI.Parsing.Tags.RichTextTagAttribute.html","topicHref":"RueI.Parsing.Tags.RichTextTagAttribute.html","topicUid":"RueI.Parsing.Tags.RichTextTagAttribute"},{"name":"SharedTag","href":"RueI.Parsing.Tags.SharedTag-1.html","topicHref":"RueI.Parsing.Tags.SharedTag-1.html","topicUid":"RueI.Parsing.Tags.SharedTag`1","name.vb":"SharedTag(Of T)"},{"name":"TagHelpers","href":"RueI.Parsing.Tags.TagHelpers.html","topicHref":"RueI.Parsing.Tags.TagHelpers.html","topicUid":"RueI.Parsing.Tags.TagHelpers"}]},{"name":"RueI.Parsing.Tags.ConcreteTags","href":"RueI.Parsing.Tags.ConcreteTags.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.html","topicUid":"RueI.Parsing.Tags.ConcreteTags","items":[{"name":"AlignTag","href":"RueI.Parsing.Tags.ConcreteTags.AlignTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.AlignTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.AlignTag"},{"name":"AllcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.AllcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.AllcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.AllcapsTag"},{"name":"AlphaTag","href":"RueI.Parsing.Tags.ConcreteTags.AlphaTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.AlphaTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.AlphaTag"},{"name":"BoldTag","href":"RueI.Parsing.Tags.ConcreteTags.BoldTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.BoldTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.BoldTag"},{"name":"CSpaceTag","href":"RueI.Parsing.Tags.ConcreteTags.CSpaceTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CSpaceTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CSpaceTag"},{"name":"CloseAlignTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseAlignTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseAlignTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseAlignTag"},{"name":"CloseAllcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseAllcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseAllcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseAllcapsTag"},{"name":"CloseAlphaTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseAlphaTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseAlphaTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseAlphaTag"},{"name":"CloseBoldTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseBoldTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseBoldTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseBoldTag"},{"name":"CloseCSpaceTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseCSpaceTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseCSpaceTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseCSpaceTag"},{"name":"CloseColorTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseColorTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseColorTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseColorTag"},{"name":"CloseItalicsTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseItalicsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseItalicsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseItalicsTag"},{"name":"CloseLineHeightTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseLineHeightTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseLineHeightTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseLineHeightTag"},{"name":"CloseLowercase","href":"RueI.Parsing.Tags.ConcreteTags.CloseLowercase.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseLowercase.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseLowercase"},{"name":"CloseScaleTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseScaleTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseScaleTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseScaleTag"},{"name":"CloseSizeTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseSizeTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseSizeTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseSizeTag"},{"name":"CloseSmallcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.CloseSmallcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.CloseSmallcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.CloseSmallcapsTag"},{"name":"ColorTag","href":"RueI.Parsing.Tags.ConcreteTags.ColorTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.ColorTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.ColorTag"},{"name":"ItalicsTag","href":"RueI.Parsing.Tags.ConcreteTags.ItalicsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.ItalicsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.ItalicsTag"},{"name":"LineHeightTag","href":"RueI.Parsing.Tags.ConcreteTags.LineHeightTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.LineHeightTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.LineHeightTag"},{"name":"LowercaseTag","href":"RueI.Parsing.Tags.ConcreteTags.LowercaseTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.LowercaseTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.LowercaseTag"},{"name":"ScaleTag","href":"RueI.Parsing.Tags.ConcreteTags.ScaleTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.ScaleTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.ScaleTag"},{"name":"SizeTag","href":"RueI.Parsing.Tags.ConcreteTags.SizeTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.SizeTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.SizeTag"},{"name":"SmallcapsTag","href":"RueI.Parsing.Tags.ConcreteTags.SmallcapsTag.html","topicHref":"RueI.Parsing.Tags.ConcreteTags.SmallcapsTag.html","topicUid":"RueI.Parsing.Tags.ConcreteTags.SmallcapsTag"}]},{"name":"RueI.Patches","href":"RueI.Patches.html","topicHref":"RueI.Patches.html","topicUid":"RueI.Patches","items":[{"name":"HintPatch","href":"RueI.Patches.HintPatch.html","topicHref":"RueI.Patches.HintPatch.html","topicUid":"RueI.Patches.HintPatch"}]},{"name":"eMEC","href":"eMEC.html","topicHref":"eMEC.html","topicUid":"eMEC","items":[{"name":"Cooldown","href":"eMEC.Cooldown.html","topicHref":"eMEC.Cooldown.html","topicUid":"eMEC.Cooldown"},{"name":"ITaskable","href":"eMEC.ITaskable.html","topicHref":"eMEC.ITaskable.html","topicUid":"eMEC.ITaskable"},{"name":"MECExtensions","href":"eMEC.MECExtensions.html","topicHref":"eMEC.MECExtensions.html","topicUid":"eMEC.MECExtensions"},{"name":"TaskBase","href":"eMEC.TaskBase.html","topicHref":"eMEC.TaskBase.html","topicUid":"eMEC.TaskBase"},{"name":"TaskPool","href":"eMEC.TaskPool.html","topicHref":"eMEC.TaskPool.html","topicUid":"eMEC.TaskPool"},{"name":"UpdateTask","href":"eMEC.UpdateTask.html","topicHref":"eMEC.UpdateTask.html","topicUid":"eMEC.UpdateTask"}]}],"memberLayout":"SamePage","pdf":false} diff --git a/index.json b/index.json index d6d8843..f9dd09c 100644 --- a/index.json +++ b/index.json @@ -124,10 +124,15 @@ "title": "Namespace RueI.Elements.Interfaces | RueI", "keywords": "Namespace RueI.Elements.Interfaces Interfaces ISettable Defines an element that can be set." }, + "api/RueI.Elements.SetElement.html": { + "href": "api/RueI.Elements.SetElement.html", + "title": "Class SetElement | RueI", + "keywords": "Class SetElement Namespace RueI.Elements Assembly RueI.dll Represents a simple cached element with settable content. public class SetElement : ISettable, IElement Inheritance object SetElement Implements ISettable IElement Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Extension Methods ElementHelpers.GetFunctionalPosition(IElement) ElementHelpers.AddTo(T, IElementContainer) UniversalExtensions.AddTo(T, ICollection) Constructors SetElement(float, string) Initializes a new instance of the SetElement class. public SetElement(float position, string content = \"\") Parameters position float The scaled position of the element, where 0 is the bottom of the screen and 1000 is the top. content string The content to set the element to. Properties Enabled Gets or sets a value indicating whether or not this element is enabled and will show. public bool Enabled { get; set; } Property Value bool ParsedData Gets the data used for parsing. public ParsedData ParsedData { get; } Property Value ParsedData Remarks This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string). Parser Gets or sets the Parser currently in use by this IElement. public Parser Parser { get; set; } Property Value Parser Remarks Implementations should default this to DefaultParser. Position Gets or sets the position of the element on a scale from 0-1000, where 0 represents the bottom of the screen and 1000 represents the top. public float Position { get; set; } Property Value float ZIndex Gets or sets the priority of the hint (determining if it shows above another hint). public int ZIndex { get; set; } Property Value int Methods Set(string) Sets the content of this element. public virtual void Set(string content) Parameters content string The text to set the content to (will be parsed)." + }, "api/RueI.Elements.html": { "href": "api/RueI.Elements.html", "title": "Namespace RueI.Elements | RueI", - "keywords": "Namespace RueI.Elements Classes DynamicElement Represents a non-cached element that evaluates and parses a function when getting its content. Interfaces IElement Represents the base interface for all elements." + "keywords": "Namespace RueI.Elements Classes DynamicElement Represents a non-cached element that evaluates and parses a function when getting its content. SetElement Represents a simple cached element with settable content. Interfaces IElement Represents the base interface for all elements." }, "api/RueI.EventHandler.html": { "href": "api/RueI.EventHandler.html", @@ -209,11 +214,6 @@ "title": "Class Main | RueI", "keywords": "Class Main Namespace RueI Assembly RueI.dll Represents the main class for RueI. public static class Main Inheritance object Main Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Fields Version Gets the current version of RueI. public static readonly Version Version Field Value Version Methods EnsureInit() Ensures that RueI is properly initialized. public static void EnsureInit()" }, - "api/RueI.Parser.html": { - "href": "api/RueI.Parser.html", - "title": "Class Parser | RueI", - "keywords": "Class Parser Namespace RueI Assembly RueI.dll Helps parse the content of elements. public class Parser Inheritance object Parser Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Extension Methods UniversalExtensions.AddTo(T, ICollection) Examples This example demonstrates creating and using a ParserBuilder. Parser builder = new ParserBuilder() .ImportFrom(Constants.DefaultParser) .AddTag(); .Build(); builder.Parse(\"hello world!\") Properties DefaultParser Gets the default Parser. public static Parser DefaultParser { get; } Property Value Parser Tags Gets the tags that will be searched for when parsing. public ReadOnlyDictionary> Tags { get; } Property Value ReadOnlyDictionary> Remarks Multiple tags can share the same name. Methods AddCharacter(ParserContext, char) Adds a character to a parser context. public static void AddCharacter(ParserContext context, char ch) Parameters context ParserContext The context of the parser. ch char The character to add. CalculateCharacterLength(TextInfo, char) Calculates the length of an char with a context. public static float CalculateCharacterLength(TextInfo context, char ch) Parameters context TextInfo The context to parse the char under. ch char The char to calculate the length for. Returns float A float indicating the total length of the char. CreateLineBreak(ParserContext) Generates the effects of a linebreak for a parser. public static void CreateLineBreak(ParserContext context) Parameters context ParserContext The context of the parser. GetTagAttributes(string, out Dictionary) Parses the tag attributes of a string. public static bool GetTagAttributes(string content, out Dictionary attributes) Parameters content string The content to parse. attributes Dictionary The pairs of attributes. Returns bool true if the content is valid, otherwise false. Parse(string) Parses a rich text string. public ParsedData Parse(string text) Parameters text string The string to parse. Returns ParsedData A ParsedData containing information about the string." - }, "api/RueI.Parsing.ClosingTag-1.html": { "href": "api/RueI.Parsing.ClosingTag-1.html", "title": "Class ClosingTag | RueI", @@ -249,6 +249,11 @@ "title": "Class NoParamsTag | RueI", "keywords": "Class NoParamsTag Namespace RueI.Parsing Assembly RueI.dll Defines the base class for all rich text tags. public abstract class NoParamsTag : RichTextTag Inheritance object RichTextTag NoParamsTag Derived ClosingTag AllcapsTag BoldTag CloseAllcapsTag CloseLowercase CloseSizeTag CloseSmallcapsTag ItalicsTag LowercaseTag SmallcapsTag Inherited Members RichTextTag.Names object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Extension Methods UniversalExtensions.AddTo(T, ICollection) Properties TagStyle Gets the parameter style of this tag. public override sealed TagStyle TagStyle { get; } Property Value TagStyle Remarks This property is used to determine what delimiters between the tag name and parameters (e.g. space, equal sign, none) will be allowed. For multiple tag style, create different classes. Methods HandleTag(ParserContext) Applies this tag (without parameters) to a ParserContext. public abstract bool HandleTag(ParserContext context) Parameters context ParserContext The context of the parser. Returns bool true if the tag is valid, otherwise false. HandleTag(ParserContext, string) Applies this tag to a ParserContext. public override sealed bool HandleTag(ParserContext context, string parameters) Parameters context ParserContext The context of the parser. parameters string The parameters of the tag, excluding the delimiter. Returns bool true if the tag is valid, otherwise false. Remarks If the tag does not have parameters, parameters will always be Empty." }, + "api/RueI.Parsing.Parser.html": { + "href": "api/RueI.Parsing.Parser.html", + "title": "Class Parser | RueI", + "keywords": "Class Parser Namespace RueI.Parsing Assembly RueI.dll Helps parse the content of elements. public class Parser Inheritance object Parser Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Extension Methods UniversalExtensions.AddTo(T, ICollection) Examples This example demonstrates creating and using a ParserBuilder. Parser builder = new ParserBuilder() .ImportFrom(Constants.DefaultParser) .AddTag(); .Build(); builder.Parse(\"hello world!\") Properties DefaultParser Gets the default RueI.Parser. public static Parser DefaultParser { get; } Property Value Parser Tags Gets the tags that will be searched for when parsing. public ReadOnlyDictionary> Tags { get; } Property Value ReadOnlyDictionary> Remarks Multiple tags can share the same name. Methods AddCharacter(ParserContext, char) Adds a character to a parser context. public static void AddCharacter(ParserContext context, char ch) Parameters context ParserContext The context of the parser. ch char The character to add. CalculateCharacterLength(TextInfo, char) Calculates the length of an char with a context. public static float CalculateCharacterLength(TextInfo context, char ch) Parameters context TextInfo The context to parse the char under. ch char The char to calculate the length for. Returns float A float indicating the total length of the char. CreateLineBreak(ParserContext) Generates the effects of a linebreak for a parser. public static void CreateLineBreak(ParserContext context) Parameters context ParserContext The context of the parser. GetTagAttributes(string, out Dictionary) Parses the tag attributes of a string. public static bool GetTagAttributes(string content, out Dictionary attributes) Parameters content string The content to parse. attributes Dictionary The pairs of attributes. Returns bool true if the content is valid, otherwise false. Parse(string) Parses a rich text string. public ParsedData Parse(string text) Parameters text string The string to parse. Returns ParsedData A ParsedData containing information about the string." + }, "api/RueI.Parsing.ParserBuilder.html": { "href": "api/RueI.Parsing.ParserBuilder.html", "title": "Class ParserBuilder | RueI", @@ -437,7 +442,7 @@ "api/RueI.Parsing.html": { "href": "api/RueI.Parsing.html", "title": "Namespace RueI.Parsing | RueI", - "keywords": "Namespace RueI.Parsing Classes ClosingTag Defines the base class for all rich text tags. NoParamsTag Defines the base class for all rich text tags. ParserBuilder Builds Parsers. ParserContext Describes the state of a parser at a time. RichTextTag Defines the base class for all rich text tags. TextInfo Provides information about TMP text at a certain point." + "keywords": "Namespace RueI.Parsing Classes ClosingTag Defines the base class for all rich text tags. NoParamsTag Defines the base class for all rich text tags. Parser Helps parse the content of elements. ParserBuilder Builds Parsers. ParserContext Describes the state of a parser at a time. RichTextTag Defines the base class for all rich text tags. TextInfo Provides information about TMP text at a certain point." }, "api/RueI.Patches.HintPatch.html": { "href": "api/RueI.Patches.HintPatch.html", @@ -454,15 +459,10 @@ "title": "Class Ruetility | RueI", "keywords": "Class Ruetility Namespace RueI Assembly RueI.dll Provides helpful functions for dealing with elements and hints. public static class Ruetility Inheritance object Ruetility Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Methods FunctionalToScaledPosition(float) Converts a functional position into a scaled position. public static float FunctionalToScaledPosition(float position) Parameters position float The position to convert. Returns float The converted value. GetCleanText(string) Cleans a string by wrapping it in noparses, and removes any noparse closer tags existing in it already. public static string GetCleanText(string text) Parameters text string The string to clean. Returns string The cleaned string. ScaledPositionToFunctional(float) Converts a scaled position from 0-1000 into functional pixels (offset from baseline). public static float ScaledPositionToFunctional(float position) Parameters position float The position to convert. Returns float The converted value." }, - "api/RueI.SetElement.html": { - "href": "api/RueI.SetElement.html", - "title": "Class SetElement | RueI", - "keywords": "Class SetElement Namespace RueI Assembly RueI.dll Represents a simple cached element with settable content. public class SetElement : ISettable, IElement Inheritance object SetElement Implements ISettable IElement Inherited Members object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() Extension Methods ElementHelpers.GetFunctionalPosition(IElement) ElementHelpers.AddTo(T, IElementContainer) UniversalExtensions.AddTo(T, ICollection) Constructors SetElement(float, string) Initializes a new instance of the SetElement class. public SetElement(float position, string content = \"\") Parameters position float The scaled position of the element, where 0 is the bottom of the screen and 1000 is the top. content string The content to set the element to. Properties Enabled Gets or sets a value indicating whether or not this element is enabled and will show. public bool Enabled { get; set; } Property Value bool ParsedData Gets the data used for parsing. public ParsedData ParsedData { get; } Property Value ParsedData Remarks This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use Parse(string). Parser Gets or sets the Parser currently in use by this IElement. public Parser Parser { get; set; } Property Value Parser Remarks Implementations should default this to DefaultParser. Position Gets or sets the position of the element on a scale from 0-1000, where 0 represents the bottom of the screen and 1000 represents the top. public float Position { get; set; } Property Value float ZIndex Gets or sets the priority of the hint (determining if it shows above another hint). public int ZIndex { get; set; } Property Value int Methods Set(string) Sets the content of this element. public virtual void Set(string content) Parameters content string The text to set the content to (will be parsed)." - }, "api/RueI.html": { "href": "api/RueI.html", "title": "Namespace RueI | RueI", - "keywords": "Namespace RueI Classes CharacterLengths Provides a variety of constant values. Constants Provides a variety of constant values. EventHandler Handles events for RueI. Main Represents the main class for RueI. Parser Helps parse the content of elements. Ruetility Provides helpful functions for dealing with elements and hints. SetElement Represents a simple cached element with settable content." + "keywords": "Namespace RueI Classes CharacterLengths Provides a variety of constant values. Constants Provides a variety of constant values. EventHandler Handles events for RueI. Main Represents the main class for RueI. Ruetility Provides helpful functions for dealing with elements and hints." }, "api/eMEC.Cooldown.html": { "href": "api/eMEC.Cooldown.html", diff --git a/manifest.json b/manifest.json index 8af6751..6c3f110 100644 --- a/manifest.json +++ b/manifest.json @@ -260,6 +260,16 @@ }, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/RueI.Elements.SetElement.yml", + "output": { + ".html": { + "relative_path": "api/RueI.Elements.SetElement.html" + } + }, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/RueI.Elements.yml", @@ -430,16 +440,6 @@ }, "version": "" }, - { - "type": "ManagedReference", - "source_relative_path": "api/RueI.Parser.yml", - "output": { - ".html": { - "relative_path": "api/RueI.Parser.html" - } - }, - "version": "" - }, { "type": "ManagedReference", "source_relative_path": "api/RueI.Parsing.ClosingTag-1.yml", @@ -510,6 +510,16 @@ }, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/RueI.Parsing.Parser.yml", + "output": { + ".html": { + "relative_path": "api/RueI.Parsing.Parser.html" + } + }, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/RueI.Parsing.ParserBuilder.yml", @@ -920,16 +930,6 @@ }, "version": "" }, - { - "type": "ManagedReference", - "source_relative_path": "api/RueI.SetElement.yml", - "output": { - ".html": { - "relative_path": "api/RueI.SetElement.html" - } - }, - "version": "" - }, { "type": "ManagedReference", "source_relative_path": "api/RueI.yml", diff --git a/xrefmap.yml b/xrefmap.yml index 8308bca..63faa59 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -1118,6 +1118,112 @@ references: isSpec: "True" fullName: RueI.Elements.Interfaces.ISettable.Set nameWithType: ISettable.Set +- uid: RueI.Elements.SetElement + name: SetElement + href: api/RueI.Elements.SetElement.html + commentId: T:RueI.Elements.SetElement + fullName: RueI.Elements.SetElement + nameWithType: SetElement +- uid: RueI.Elements.SetElement.#ctor(System.Single,System.String) + name: SetElement(float, string) + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement__ctor_System_Single_System_String_ + commentId: M:RueI.Elements.SetElement.#ctor(System.Single,System.String) + name.vb: New(Single, String) + fullName: RueI.Elements.SetElement.SetElement(float, string) + fullName.vb: RueI.Elements.SetElement.New(Single, String) + nameWithType: SetElement.SetElement(float, string) + nameWithType.vb: SetElement.New(Single, String) +- uid: RueI.Elements.SetElement.#ctor* + name: SetElement + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement__ctor_ + commentId: Overload:RueI.Elements.SetElement.#ctor + isSpec: "True" + name.vb: New + fullName: RueI.Elements.SetElement.SetElement + fullName.vb: RueI.Elements.SetElement.New + nameWithType: SetElement.SetElement + nameWithType.vb: SetElement.New +- uid: RueI.Elements.SetElement.Enabled + name: Enabled + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Enabled + commentId: P:RueI.Elements.SetElement.Enabled + fullName: RueI.Elements.SetElement.Enabled + nameWithType: SetElement.Enabled +- uid: RueI.Elements.SetElement.Enabled* + name: Enabled + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Enabled_ + commentId: Overload:RueI.Elements.SetElement.Enabled + isSpec: "True" + fullName: RueI.Elements.SetElement.Enabled + nameWithType: SetElement.Enabled +- uid: RueI.Elements.SetElement.ParsedData + name: ParsedData + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_ParsedData + commentId: P:RueI.Elements.SetElement.ParsedData + fullName: RueI.Elements.SetElement.ParsedData + nameWithType: SetElement.ParsedData +- uid: RueI.Elements.SetElement.ParsedData* + name: ParsedData + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_ParsedData_ + commentId: Overload:RueI.Elements.SetElement.ParsedData + isSpec: "True" + fullName: RueI.Elements.SetElement.ParsedData + nameWithType: SetElement.ParsedData +- uid: RueI.Elements.SetElement.Parser + name: Parser + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Parser + commentId: P:RueI.Elements.SetElement.Parser + fullName: RueI.Elements.SetElement.Parser + nameWithType: SetElement.Parser +- uid: RueI.Elements.SetElement.Parser* + name: Parser + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Parser_ + commentId: Overload:RueI.Elements.SetElement.Parser + isSpec: "True" + fullName: RueI.Elements.SetElement.Parser + nameWithType: SetElement.Parser +- uid: RueI.Elements.SetElement.Position + name: Position + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Position + commentId: P:RueI.Elements.SetElement.Position + fullName: RueI.Elements.SetElement.Position + nameWithType: SetElement.Position +- uid: RueI.Elements.SetElement.Position* + name: Position + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Position_ + commentId: Overload:RueI.Elements.SetElement.Position + isSpec: "True" + fullName: RueI.Elements.SetElement.Position + nameWithType: SetElement.Position +- uid: RueI.Elements.SetElement.Set(System.String) + name: Set(string) + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Set_System_String_ + commentId: M:RueI.Elements.SetElement.Set(System.String) + name.vb: Set(String) + fullName: RueI.Elements.SetElement.Set(string) + fullName.vb: RueI.Elements.SetElement.Set(String) + nameWithType: SetElement.Set(string) + nameWithType.vb: SetElement.Set(String) +- uid: RueI.Elements.SetElement.Set* + name: Set + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_Set_ + commentId: Overload:RueI.Elements.SetElement.Set + isSpec: "True" + fullName: RueI.Elements.SetElement.Set + nameWithType: SetElement.Set +- uid: RueI.Elements.SetElement.ZIndex + name: ZIndex + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_ZIndex + commentId: P:RueI.Elements.SetElement.ZIndex + fullName: RueI.Elements.SetElement.ZIndex + nameWithType: SetElement.ZIndex +- uid: RueI.Elements.SetElement.ZIndex* + name: ZIndex + href: api/RueI.Elements.SetElement.html#RueI_Elements_SetElement_ZIndex_ + commentId: Overload:RueI.Elements.SetElement.ZIndex + isSpec: "True" + fullName: RueI.Elements.SetElement.ZIndex + nameWithType: SetElement.ZIndex - uid: RueI.EventHandler name: EventHandler href: api/RueI.EventHandler.html @@ -2272,115 +2378,6 @@ references: commentId: F:RueI.Main.Version fullName: RueI.Main.Version nameWithType: Main.Version -- uid: RueI.Parser - name: Parser - href: api/RueI.Parser.html - commentId: T:RueI.Parser - fullName: RueI.Parser - nameWithType: Parser -- uid: RueI.Parser.AddCharacter(RueI.Parsing.ParserContext,System.Char) - name: AddCharacter(ParserContext, char) - href: api/RueI.Parser.html#RueI_Parser_AddCharacter_RueI_Parsing_ParserContext_System_Char_ - commentId: M:RueI.Parser.AddCharacter(RueI.Parsing.ParserContext,System.Char) - name.vb: AddCharacter(ParserContext, Char) - fullName: RueI.Parser.AddCharacter(RueI.Parsing.ParserContext, char) - fullName.vb: RueI.Parser.AddCharacter(RueI.Parsing.ParserContext, Char) - nameWithType: Parser.AddCharacter(ParserContext, char) - nameWithType.vb: Parser.AddCharacter(ParserContext, Char) -- uid: RueI.Parser.AddCharacter* - name: AddCharacter - href: api/RueI.Parser.html#RueI_Parser_AddCharacter_ - commentId: Overload:RueI.Parser.AddCharacter - isSpec: "True" - fullName: RueI.Parser.AddCharacter - nameWithType: Parser.AddCharacter -- uid: RueI.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo,System.Char) - name: CalculateCharacterLength(TextInfo, char) - href: api/RueI.Parser.html#RueI_Parser_CalculateCharacterLength_RueI_Parsing_TextInfo_System_Char_ - commentId: M:RueI.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo,System.Char) - name.vb: CalculateCharacterLength(TextInfo, Char) - fullName: RueI.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo, char) - fullName.vb: RueI.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo, Char) - nameWithType: Parser.CalculateCharacterLength(TextInfo, char) - nameWithType.vb: Parser.CalculateCharacterLength(TextInfo, Char) -- uid: RueI.Parser.CalculateCharacterLength* - name: CalculateCharacterLength - href: api/RueI.Parser.html#RueI_Parser_CalculateCharacterLength_ - commentId: Overload:RueI.Parser.CalculateCharacterLength - isSpec: "True" - fullName: RueI.Parser.CalculateCharacterLength - nameWithType: Parser.CalculateCharacterLength -- uid: RueI.Parser.CreateLineBreak(RueI.Parsing.ParserContext) - name: CreateLineBreak(ParserContext) - href: api/RueI.Parser.html#RueI_Parser_CreateLineBreak_RueI_Parsing_ParserContext_ - commentId: M:RueI.Parser.CreateLineBreak(RueI.Parsing.ParserContext) - fullName: RueI.Parser.CreateLineBreak(RueI.Parsing.ParserContext) - nameWithType: Parser.CreateLineBreak(ParserContext) -- uid: RueI.Parser.CreateLineBreak* - name: CreateLineBreak - href: api/RueI.Parser.html#RueI_Parser_CreateLineBreak_ - commentId: Overload:RueI.Parser.CreateLineBreak - isSpec: "True" - fullName: RueI.Parser.CreateLineBreak - nameWithType: Parser.CreateLineBreak -- uid: RueI.Parser.DefaultParser - name: DefaultParser - href: api/RueI.Parser.html#RueI_Parser_DefaultParser - commentId: P:RueI.Parser.DefaultParser - fullName: RueI.Parser.DefaultParser - nameWithType: Parser.DefaultParser -- uid: RueI.Parser.DefaultParser* - name: DefaultParser - href: api/RueI.Parser.html#RueI_Parser_DefaultParser_ - commentId: Overload:RueI.Parser.DefaultParser - isSpec: "True" - fullName: RueI.Parser.DefaultParser - nameWithType: Parser.DefaultParser -- uid: RueI.Parser.GetTagAttributes(System.String,System.Collections.Generic.Dictionary{System.String,System.String}@) - name: GetTagAttributes(string, out Dictionary) - href: api/RueI.Parser.html#RueI_Parser_GetTagAttributes_System_String_System_Collections_Generic_Dictionary_System_String_System_String___ - commentId: M:RueI.Parser.GetTagAttributes(System.String,System.Collections.Generic.Dictionary{System.String,System.String}@) - name.vb: GetTagAttributes(String, Dictionary(Of String, String)) - fullName: RueI.Parser.GetTagAttributes(string, out System.Collections.Generic.Dictionary) - fullName.vb: RueI.Parser.GetTagAttributes(String, System.Collections.Generic.Dictionary(Of String, String)) - nameWithType: Parser.GetTagAttributes(string, out Dictionary) - nameWithType.vb: Parser.GetTagAttributes(String, Dictionary(Of String, String)) -- uid: RueI.Parser.GetTagAttributes* - name: GetTagAttributes - href: api/RueI.Parser.html#RueI_Parser_GetTagAttributes_ - commentId: Overload:RueI.Parser.GetTagAttributes - isSpec: "True" - fullName: RueI.Parser.GetTagAttributes - nameWithType: Parser.GetTagAttributes -- uid: RueI.Parser.Parse(System.String) - name: Parse(string) - href: api/RueI.Parser.html#RueI_Parser_Parse_System_String_ - commentId: M:RueI.Parser.Parse(System.String) - name.vb: Parse(String) - fullName: RueI.Parser.Parse(string) - fullName.vb: RueI.Parser.Parse(String) - nameWithType: Parser.Parse(string) - nameWithType.vb: Parser.Parse(String) -- uid: RueI.Parser.Parse* - name: Parse - href: api/RueI.Parser.html#RueI_Parser_Parse_ - commentId: Overload:RueI.Parser.Parse - isSpec: "True" - fullName: RueI.Parser.Parse - nameWithType: Parser.Parse -- uid: RueI.Parser.Tags - name: Tags - href: api/RueI.Parser.html#RueI_Parser_Tags - commentId: P:RueI.Parser.Tags - fullName: RueI.Parser.Tags - nameWithType: Parser.Tags -- uid: RueI.Parser.Tags* - name: Tags - href: api/RueI.Parser.html#RueI_Parser_Tags_ - commentId: Overload:RueI.Parser.Tags - isSpec: "True" - fullName: RueI.Parser.Tags - nameWithType: Parser.Tags - uid: RueI.Parsing name: RueI.Parsing href: api/RueI.Parsing.html @@ -2601,6 +2598,115 @@ references: isSpec: "True" fullName: RueI.Parsing.NoParamsTag.TagStyle nameWithType: NoParamsTag.TagStyle +- uid: RueI.Parsing.Parser + name: Parser + href: api/RueI.Parsing.Parser.html + commentId: T:RueI.Parsing.Parser + fullName: RueI.Parsing.Parser + nameWithType: Parser +- uid: RueI.Parsing.Parser.AddCharacter(RueI.Parsing.ParserContext,System.Char) + name: AddCharacter(ParserContext, char) + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_AddCharacter_RueI_Parsing_ParserContext_System_Char_ + commentId: M:RueI.Parsing.Parser.AddCharacter(RueI.Parsing.ParserContext,System.Char) + name.vb: AddCharacter(ParserContext, Char) + fullName: RueI.Parsing.Parser.AddCharacter(RueI.Parsing.ParserContext, char) + fullName.vb: RueI.Parsing.Parser.AddCharacter(RueI.Parsing.ParserContext, Char) + nameWithType: Parser.AddCharacter(ParserContext, char) + nameWithType.vb: Parser.AddCharacter(ParserContext, Char) +- uid: RueI.Parsing.Parser.AddCharacter* + name: AddCharacter + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_AddCharacter_ + commentId: Overload:RueI.Parsing.Parser.AddCharacter + isSpec: "True" + fullName: RueI.Parsing.Parser.AddCharacter + nameWithType: Parser.AddCharacter +- uid: RueI.Parsing.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo,System.Char) + name: CalculateCharacterLength(TextInfo, char) + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_CalculateCharacterLength_RueI_Parsing_TextInfo_System_Char_ + commentId: M:RueI.Parsing.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo,System.Char) + name.vb: CalculateCharacterLength(TextInfo, Char) + fullName: RueI.Parsing.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo, char) + fullName.vb: RueI.Parsing.Parser.CalculateCharacterLength(RueI.Parsing.TextInfo, Char) + nameWithType: Parser.CalculateCharacterLength(TextInfo, char) + nameWithType.vb: Parser.CalculateCharacterLength(TextInfo, Char) +- uid: RueI.Parsing.Parser.CalculateCharacterLength* + name: CalculateCharacterLength + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_CalculateCharacterLength_ + commentId: Overload:RueI.Parsing.Parser.CalculateCharacterLength + isSpec: "True" + fullName: RueI.Parsing.Parser.CalculateCharacterLength + nameWithType: Parser.CalculateCharacterLength +- uid: RueI.Parsing.Parser.CreateLineBreak(RueI.Parsing.ParserContext) + name: CreateLineBreak(ParserContext) + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_CreateLineBreak_RueI_Parsing_ParserContext_ + commentId: M:RueI.Parsing.Parser.CreateLineBreak(RueI.Parsing.ParserContext) + fullName: RueI.Parsing.Parser.CreateLineBreak(RueI.Parsing.ParserContext) + nameWithType: Parser.CreateLineBreak(ParserContext) +- uid: RueI.Parsing.Parser.CreateLineBreak* + name: CreateLineBreak + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_CreateLineBreak_ + commentId: Overload:RueI.Parsing.Parser.CreateLineBreak + isSpec: "True" + fullName: RueI.Parsing.Parser.CreateLineBreak + nameWithType: Parser.CreateLineBreak +- uid: RueI.Parsing.Parser.DefaultParser + name: DefaultParser + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_DefaultParser + commentId: P:RueI.Parsing.Parser.DefaultParser + fullName: RueI.Parsing.Parser.DefaultParser + nameWithType: Parser.DefaultParser +- uid: RueI.Parsing.Parser.DefaultParser* + name: DefaultParser + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_DefaultParser_ + commentId: Overload:RueI.Parsing.Parser.DefaultParser + isSpec: "True" + fullName: RueI.Parsing.Parser.DefaultParser + nameWithType: Parser.DefaultParser +- uid: RueI.Parsing.Parser.GetTagAttributes(System.String,System.Collections.Generic.Dictionary{System.String,System.String}@) + name: GetTagAttributes(string, out Dictionary) + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_GetTagAttributes_System_String_System_Collections_Generic_Dictionary_System_String_System_String___ + commentId: M:RueI.Parsing.Parser.GetTagAttributes(System.String,System.Collections.Generic.Dictionary{System.String,System.String}@) + name.vb: GetTagAttributes(String, Dictionary(Of String, String)) + fullName: RueI.Parsing.Parser.GetTagAttributes(string, out System.Collections.Generic.Dictionary) + fullName.vb: RueI.Parsing.Parser.GetTagAttributes(String, System.Collections.Generic.Dictionary(Of String, String)) + nameWithType: Parser.GetTagAttributes(string, out Dictionary) + nameWithType.vb: Parser.GetTagAttributes(String, Dictionary(Of String, String)) +- uid: RueI.Parsing.Parser.GetTagAttributes* + name: GetTagAttributes + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_GetTagAttributes_ + commentId: Overload:RueI.Parsing.Parser.GetTagAttributes + isSpec: "True" + fullName: RueI.Parsing.Parser.GetTagAttributes + nameWithType: Parser.GetTagAttributes +- uid: RueI.Parsing.Parser.Parse(System.String) + name: Parse(string) + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_Parse_System_String_ + commentId: M:RueI.Parsing.Parser.Parse(System.String) + name.vb: Parse(String) + fullName: RueI.Parsing.Parser.Parse(string) + fullName.vb: RueI.Parsing.Parser.Parse(String) + nameWithType: Parser.Parse(string) + nameWithType.vb: Parser.Parse(String) +- uid: RueI.Parsing.Parser.Parse* + name: Parse + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_Parse_ + commentId: Overload:RueI.Parsing.Parser.Parse + isSpec: "True" + fullName: RueI.Parsing.Parser.Parse + nameWithType: Parser.Parse +- uid: RueI.Parsing.Parser.Tags + name: Tags + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_Tags + commentId: P:RueI.Parsing.Parser.Tags + fullName: RueI.Parsing.Parser.Tags + nameWithType: Parser.Tags +- uid: RueI.Parsing.Parser.Tags* + name: Tags + href: api/RueI.Parsing.Parser.html#RueI_Parsing_Parser_Tags_ + commentId: Overload:RueI.Parsing.Parser.Tags + isSpec: "True" + fullName: RueI.Parsing.Parser.Tags + nameWithType: Parser.Tags - uid: RueI.Parsing.ParserBuilder name: ParserBuilder href: api/RueI.Parsing.ParserBuilder.html @@ -2668,11 +2774,11 @@ references: isSpec: "True" fullName: RueI.Parsing.ParserBuilder.Build nameWithType: ParserBuilder.Build -- uid: RueI.Parsing.ParserBuilder.ImportFrom(RueI.Parser) +- uid: RueI.Parsing.ParserBuilder.ImportFrom(RueI.Parsing.Parser) name: ImportFrom(Parser) - href: api/RueI.Parsing.ParserBuilder.html#RueI_Parsing_ParserBuilder_ImportFrom_RueI_Parser_ - commentId: M:RueI.Parsing.ParserBuilder.ImportFrom(RueI.Parser) - fullName: RueI.Parsing.ParserBuilder.ImportFrom(RueI.Parser) + href: api/RueI.Parsing.ParserBuilder.html#RueI_Parsing_ParserBuilder_ImportFrom_RueI_Parsing_Parser_ + commentId: M:RueI.Parsing.ParserBuilder.ImportFrom(RueI.Parsing.Parser) + fullName: RueI.Parsing.ParserBuilder.ImportFrom(RueI.Parsing.Parser) nameWithType: ParserBuilder.ImportFrom(Parser) - uid: RueI.Parsing.ParserBuilder.ImportFrom* name: ImportFrom @@ -4191,112 +4297,6 @@ references: isSpec: "True" fullName: RueI.Ruetility.ScaledPositionToFunctional nameWithType: Ruetility.ScaledPositionToFunctional -- uid: RueI.SetElement - name: SetElement - href: api/RueI.SetElement.html - commentId: T:RueI.SetElement - fullName: RueI.SetElement - nameWithType: SetElement -- uid: RueI.SetElement.#ctor(System.Single,System.String) - name: SetElement(float, string) - href: api/RueI.SetElement.html#RueI_SetElement__ctor_System_Single_System_String_ - commentId: M:RueI.SetElement.#ctor(System.Single,System.String) - name.vb: New(Single, String) - fullName: RueI.SetElement.SetElement(float, string) - fullName.vb: RueI.SetElement.New(Single, String) - nameWithType: SetElement.SetElement(float, string) - nameWithType.vb: SetElement.New(Single, String) -- uid: RueI.SetElement.#ctor* - name: SetElement - href: api/RueI.SetElement.html#RueI_SetElement__ctor_ - commentId: Overload:RueI.SetElement.#ctor - isSpec: "True" - name.vb: New - fullName: RueI.SetElement.SetElement - fullName.vb: RueI.SetElement.New - nameWithType: SetElement.SetElement - nameWithType.vb: SetElement.New -- uid: RueI.SetElement.Enabled - name: Enabled - href: api/RueI.SetElement.html#RueI_SetElement_Enabled - commentId: P:RueI.SetElement.Enabled - fullName: RueI.SetElement.Enabled - nameWithType: SetElement.Enabled -- uid: RueI.SetElement.Enabled* - name: Enabled - href: api/RueI.SetElement.html#RueI_SetElement_Enabled_ - commentId: Overload:RueI.SetElement.Enabled - isSpec: "True" - fullName: RueI.SetElement.Enabled - nameWithType: SetElement.Enabled -- uid: RueI.SetElement.ParsedData - name: ParsedData - href: api/RueI.SetElement.html#RueI_SetElement_ParsedData - commentId: P:RueI.SetElement.ParsedData - fullName: RueI.SetElement.ParsedData - nameWithType: SetElement.ParsedData -- uid: RueI.SetElement.ParsedData* - name: ParsedData - href: api/RueI.SetElement.html#RueI_SetElement_ParsedData_ - commentId: Overload:RueI.SetElement.ParsedData - isSpec: "True" - fullName: RueI.SetElement.ParsedData - nameWithType: SetElement.ParsedData -- uid: RueI.SetElement.Parser - name: Parser - href: api/RueI.SetElement.html#RueI_SetElement_Parser - commentId: P:RueI.SetElement.Parser - fullName: RueI.SetElement.Parser - nameWithType: SetElement.Parser -- uid: RueI.SetElement.Parser* - name: Parser - href: api/RueI.SetElement.html#RueI_SetElement_Parser_ - commentId: Overload:RueI.SetElement.Parser - isSpec: "True" - fullName: RueI.SetElement.Parser - nameWithType: SetElement.Parser -- uid: RueI.SetElement.Position - name: Position - href: api/RueI.SetElement.html#RueI_SetElement_Position - commentId: P:RueI.SetElement.Position - fullName: RueI.SetElement.Position - nameWithType: SetElement.Position -- uid: RueI.SetElement.Position* - name: Position - href: api/RueI.SetElement.html#RueI_SetElement_Position_ - commentId: Overload:RueI.SetElement.Position - isSpec: "True" - fullName: RueI.SetElement.Position - nameWithType: SetElement.Position -- uid: RueI.SetElement.Set(System.String) - name: Set(string) - href: api/RueI.SetElement.html#RueI_SetElement_Set_System_String_ - commentId: M:RueI.SetElement.Set(System.String) - name.vb: Set(String) - fullName: RueI.SetElement.Set(string) - fullName.vb: RueI.SetElement.Set(String) - nameWithType: SetElement.Set(string) - nameWithType.vb: SetElement.Set(String) -- uid: RueI.SetElement.Set* - name: Set - href: api/RueI.SetElement.html#RueI_SetElement_Set_ - commentId: Overload:RueI.SetElement.Set - isSpec: "True" - fullName: RueI.SetElement.Set - nameWithType: SetElement.Set -- uid: RueI.SetElement.ZIndex - name: ZIndex - href: api/RueI.SetElement.html#RueI_SetElement_ZIndex - commentId: P:RueI.SetElement.ZIndex - fullName: RueI.SetElement.ZIndex - nameWithType: SetElement.ZIndex -- uid: RueI.SetElement.ZIndex* - name: ZIndex - href: api/RueI.SetElement.html#RueI_SetElement_ZIndex_ - commentId: Overload:RueI.SetElement.ZIndex - isSpec: "True" - fullName: RueI.SetElement.ZIndex - nameWithType: SetElement.ZIndex - uid: eMEC name: eMEC href: api/eMEC.html