Skip to content

Commit

Permalink
deploy: c40c640
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruemena committed Nov 24, 2023
1 parent 7256885 commit 8dcc7f4
Show file tree
Hide file tree
Showing 13 changed files with 346 additions and 346 deletions.
24 changes: 12 additions & 12 deletions api/RueI.Elements.DynamicElement.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="RueI_Elements_DynamicElement" data-uid="RueI.Elements.DynamicElement" class="text-break">
Class DynamicElement
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L12"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L13"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -181,7 +181,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="RueI_Elements_DynamicElement__ctor_RueI_Elements_Delegates_GetContent_System_Single_System_Int32_" data-uid="RueI.Elements.DynamicElement.#ctor(RueI.Elements.Delegates.GetContent,System.Single,System.Int32)">
DynamicElement(GetContent, float, int)
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L20"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L21"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="RueI.Elements.DynamicElement.html">DynamicElement</a> class.</p>
Expand Down Expand Up @@ -224,7 +224,7 @@ <h2 class="section" id="properties">Properties

<h3 id="RueI_Elements_DynamicElement_ContentGetter" data-uid="RueI.Elements.DynamicElement.ContentGetter">
ContentGetter
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L28"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L29"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets a method that returns the new content and is called every time the display is updated.</p>
Expand Down Expand Up @@ -256,7 +256,7 @@ <h4 class="section">Property Value</h4>

<h3 id="RueI_Elements_DynamicElement_Enabled" data-uid="RueI.Elements.DynamicElement.Enabled">
Enabled
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L31"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L32"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets a value indicating whether or not this element is enabled and will show.</p>
Expand Down Expand Up @@ -288,7 +288,7 @@ <h4 class="section">Property Value</h4>

<h3 id="RueI_Elements_DynamicElement_ParsedData" data-uid="RueI.Elements.DynamicElement.ParsedData">
ParsedData
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L43"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L44"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets the data used for parsing.</p>
Expand All @@ -313,7 +313,7 @@ <h4 class="section">Property Value</h4>


<h4 class="section" id="RueI_Elements_DynamicElement_ParsedData_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use <a class="xref" href="RueI.Parser.html#RueI_Parser_Parse_System_String_">Parse(string)</a>.</p>
<div class="markdown level1 remarks"><p>This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use <a class="xref" href="RueI.Parsing.Parser.html#RueI_Parsing_Parser_Parse_System_String_">Parse(string)</a>.</p>
</div>


Expand All @@ -323,7 +323,7 @@ <h4 class="section" id="RueI_Elements_DynamicElement_ParsedData_remarks">Remarks

<h3 id="RueI_Elements_DynamicElement_Parser" data-uid="RueI.Elements.DynamicElement.Parser">
Parser
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L40"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L41"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="RueI.Elements.IElement.html#RueI_Elements_IElement_Parser">Parser</a> currently in use by this <a class="xref" href="RueI.Elements.IElement.html">IElement</a>.</p>
Expand All @@ -340,15 +340,15 @@ <h3 id="RueI_Elements_DynamicElement_Parser" data-uid="RueI.Elements.DynamicElem

<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="RueI.Parser.html">Parser</a></dt>
<dt><a class="xref" href="RueI.Parsing.Parser.html">Parser</a></dt>
<dd></dd>
</dl>




<h4 class="section" id="RueI_Elements_DynamicElement_Parser_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Implementations should default this to <a class="xref" href="RueI.Parser.html#RueI_Parser_DefaultParser">DefaultParser</a>.</p>
<div class="markdown level1 remarks"><p>Implementations should default this to <a class="xref" href="RueI.Parsing.Parser.html#RueI_Parsing_Parser_DefaultParser">DefaultParser</a>.</p>
</div>


Expand All @@ -358,7 +358,7 @@ <h4 class="section" id="RueI_Elements_DynamicElement_Parser_remarks">Remarks</h4

<h3 id="RueI_Elements_DynamicElement_Position" data-uid="RueI.Elements.DynamicElement.Position">
Position
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L34"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L35"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>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.</p>
Expand Down Expand Up @@ -390,7 +390,7 @@ <h4 class="section">Property Value</h4>

<h3 id="RueI_Elements_DynamicElement_ZIndex" data-uid="RueI.Elements.DynamicElement.ZIndex">
ZIndex
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L37"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L38"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets the priority of the hint (determining if it shows above another hint).</p>
Expand Down Expand Up @@ -422,7 +422,7 @@ <h4 class="section">Property Value</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L12" class="edit-link">Edit this page</a>
<a href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/DynamicElement.cs/#L13" class="edit-link">Edit this page</a>
</div>


Expand Down
20 changes: 10 additions & 10 deletions api/RueI.Elements.IElement.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="RueI_Elements_IElement" data-uid="RueI.Elements.IElement" class="text-break">
Interface IElement
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L8"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L9"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -140,7 +140,7 @@ <h2 class="section" id="properties">Properties

<h3 id="RueI_Elements_IElement_Enabled" data-uid="RueI.Elements.IElement.Enabled">
Enabled
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L13"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L14"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets a value indicating whether or not this element is enabled and will show.</p>
Expand Down Expand Up @@ -172,7 +172,7 @@ <h4 class="section">Property Value</h4>

<h3 id="RueI_Elements_IElement_ParsedData" data-uid="RueI.Elements.IElement.ParsedData">
ParsedData
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L19"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L20"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets the data used for parsing.</p>
Expand All @@ -197,7 +197,7 @@ <h4 class="section">Property Value</h4>


<h4 class="section" id="RueI_Elements_IElement_ParsedData_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use <a class="xref" href="RueI.Parser.html#RueI_Parser_Parse_System_String_">Parse(string)</a>.</p>
<div class="markdown level1 remarks"><p>This contains information used to ensure that multiple elements can be displayed at once. To obtain this, you should almost always use <a class="xref" href="RueI.Parsing.Parser.html#RueI_Parsing_Parser_Parse_System_String_">Parse(string)</a>.</p>
</div>


Expand All @@ -207,7 +207,7 @@ <h4 class="section" id="RueI_Elements_IElement_ParsedData_remarks">Remarks</h4>

<h3 id="RueI_Elements_IElement_Parser" data-uid="RueI.Elements.IElement.Parser">
Parser
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L35"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L36"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="RueI.Elements.IElement.html#RueI_Elements_IElement_Parser">Parser</a> currently in use by this <a class="xref" href="RueI.Elements.IElement.html">IElement</a>.</p>
Expand All @@ -224,15 +224,15 @@ <h3 id="RueI_Elements_IElement_Parser" data-uid="RueI.Elements.IElement.Parser">

<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="RueI.Parser.html">Parser</a></dt>
<dt><a class="xref" href="RueI.Parsing.Parser.html">Parser</a></dt>
<dd></dd>
</dl>




<h4 class="section" id="RueI_Elements_IElement_Parser_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>Implementations should default this to <a class="xref" href="RueI.Parser.html#RueI_Parser_DefaultParser">DefaultParser</a>.</p>
<div class="markdown level1 remarks"><p>Implementations should default this to <a class="xref" href="RueI.Parsing.Parser.html#RueI_Parsing_Parser_DefaultParser">DefaultParser</a>.</p>
</div>


Expand All @@ -242,7 +242,7 @@ <h4 class="section" id="RueI_Elements_IElement_Parser_remarks">Remarks</h4>

<h3 id="RueI_Elements_IElement_Position" data-uid="RueI.Elements.IElement.Position">
Position
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L24"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L25"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>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.</p>
Expand Down Expand Up @@ -274,7 +274,7 @@ <h4 class="section">Property Value</h4>

<h3 id="RueI_Elements_IElement_ZIndex" data-uid="RueI.Elements.IElement.ZIndex">
ZIndex
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L29"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L30"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Gets or sets the priority of the hint (determining if it shows above another hint).</p>
Expand Down Expand Up @@ -306,7 +306,7 @@ <h4 class="section">Property Value</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L8" class="edit-link">Edit this page</a>
<a href="https://github.com/Ruemena/RueI/blob/master/RueI/RueI/Elements/IElement.cs/#L9" class="edit-link">Edit this page</a>
</div>


Expand Down
Loading

0 comments on commit 8dcc7f4

Please sign in to comment.