docs: regenerate

This commit is contained in:
goat 2021-10-20 03:28:08 +02:00
parent dd72261893
commit c050e83210
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
997 changed files with 51585 additions and 22166 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class WindowSystem
">
<meta name="generator" content="docfx 2.58.0.0">
<meta name="generator" content="docfx 2.58.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -115,10 +115,10 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem__ctor_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem__ctor_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L20">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L26">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem__ctor_" data-uid="Dalamud.Interface.Windowing.WindowSystem.#ctor*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem__ctor_System_String_" data-uid="Dalamud.Interface.Windowing.WindowSystem.#ctor(System.String)">WindowSystem(String)</h4>
@ -151,10 +151,105 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_Namespace.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.Namespace%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_FocusedWindowSystemNamespace.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.FocusedWindowSystemNamespace%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L28">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L40">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_FocusedWindowSystemNamespace_" data-uid="Dalamud.Interface.Windowing.WindowSystem.FocusedWindowSystemNamespace*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_FocusedWindowSystemNamespace" data-uid="Dalamud.Interface.Windowing.WindowSystem.FocusedWindowSystemNamespace">FocusedWindowSystemNamespace</h4>
<div class="markdown level1 summary"><p>Gets the name of the currently focused window system that is redirecting normal escape functionality.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static string FocusedWindowSystemNamespace { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_HasAnyFocus.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.HasAnyFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L51">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_HasAnyFocus_" data-uid="Dalamud.Interface.Windowing.WindowSystem.HasAnyFocus*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_HasAnyFocus" data-uid="Dalamud.Interface.Windowing.WindowSystem.HasAnyFocus">HasAnyFocus</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether any window in this <a class="xref" href="Dalamud.Interface.Windowing.WindowSystem.html">WindowSystem</a> has focus and is
not marked to be excluded from consideration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool HasAnyFocus { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_HasAnyWindowSystemFocus.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.HasAnyWindowSystemFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L35">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_HasAnyWindowSystemFocus_" data-uid="Dalamud.Interface.Windowing.WindowSystem.HasAnyWindowSystemFocus*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_HasAnyWindowSystemFocus" data-uid="Dalamud.Interface.Windowing.WindowSystem.HasAnyWindowSystemFocus">HasAnyWindowSystemFocus</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether any <a class="xref" href="Dalamud.Interface.Windowing.WindowSystem.html">WindowSystem</a> contains any <a class="xref" href="Dalamud.Interface.Windowing.Window.html">Window</a>
that has focus and is not marked to be excluded from consideration.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool HasAnyWindowSystemFocus { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_Namespace.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.Namespace%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L56">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_Namespace_" data-uid="Dalamud.Interface.Windowing.WindowSystem.Namespace*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_Namespace" data-uid="Dalamud.Interface.Windowing.WindowSystem.Namespace">Namespace</h4>
@ -180,14 +275,45 @@
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_TimeSinceLastAnyFocus.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.TimeSinceLastAnyFocus%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L45">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_TimeSinceLastAnyFocus_" data-uid="Dalamud.Interface.Windowing.WindowSystem.TimeSinceLastAnyFocus*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_TimeSinceLastAnyFocus" data-uid="Dalamud.Interface.Windowing.WindowSystem.TimeSinceLastAnyFocus">TimeSinceLastAnyFocus</h4>
<div class="markdown level1 summary"><p>Gets the timespan since the last time any window was focused.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static TimeSpan TimeSinceLastAnyFocus { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_AddWindow_Dalamud_Interface_Windowing_Window_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.AddWindow(Dalamud.Interface.Windowing.Window)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_AddWindow_Dalamud_Interface_Windowing_Window_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.AddWindow(Dalamud.Interface.Windowing.Window)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L34">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L62">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_AddWindow_" data-uid="Dalamud.Interface.Windowing.WindowSystem.AddWindow*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_AddWindow_Dalamud_Interface_Windowing_Window_" data-uid="Dalamud.Interface.Windowing.WindowSystem.AddWindow(Dalamud.Interface.Windowing.Window)">AddWindow(Window)</h4>
@ -218,10 +344,10 @@
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_Draw.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.Draw%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_Draw.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.Draw%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L62">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L90">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_Draw_" data-uid="Dalamud.Interface.Windowing.WindowSystem.Draw*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_Draw" data-uid="Dalamud.Interface.Windowing.WindowSystem.Draw">Draw()</h4>
@ -234,10 +360,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_RemoveAllWindows.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.RemoveAllWindows%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_RemoveAllWindows.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.RemoveAllWindows%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L57">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L85">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_RemoveAllWindows_" data-uid="Dalamud.Interface.Windowing.WindowSystem.RemoveAllWindows*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_RemoveAllWindows" data-uid="Dalamud.Interface.Windowing.WindowSystem.RemoveAllWindows">RemoveAllWindows()</h4>
@ -250,10 +376,10 @@
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_RemoveWindow_Dalamud_Interface_Windowing_Window_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.RemoveWindow(Dalamud.Interface.Windowing.Window)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem_RemoveWindow_Dalamud_Interface_Windowing_Window_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem.RemoveWindow(Dalamud.Interface.Windowing.Window)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L46">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L74">View Source</a>
</span>
<a id="Dalamud_Interface_Windowing_WindowSystem_RemoveWindow_" data-uid="Dalamud.Interface.Windowing.WindowSystem.RemoveWindow*"></a>
<h4 id="Dalamud_Interface_Windowing_WindowSystem_RemoveWindow_Dalamud_Interface_Windowing_Window_" data-uid="Dalamud.Interface.Windowing.WindowSystem.RemoveWindow(Dalamud.Interface.Windowing.Window)">RemoveWindow(Window)</h4>
@ -290,10 +416,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_WindowSystem.md&amp;value=---%0Auid%3A%20Dalamud.Interface.Windowing.WindowSystem%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L12" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/WindowSystem.cs/#L14" class="contribution-link">View Source</a>
</li>
</ul>
</div>