mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
docs: regenerate
This commit is contained in:
parent
02f90899a3
commit
6fd636c26c
1239 changed files with 214126 additions and 66229 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Window
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -354,7 +354,7 @@ append an unique ID to it by specifying it after "###" behind the wind
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_IsOpen.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.IsOpen%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/Window.cs/#L110">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L115">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_IsOpen_" data-uid="Dalamud.Interface.Windowing.Window.IsOpen*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_IsOpen" data-uid="Dalamud.Interface.Windowing.Window.IsOpen">IsOpen</h4>
|
||||
|
|
@ -504,6 +504,37 @@ append an unique ID to it by specifying it after "###" behind the wind
|
|||
</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_Window_ShowCloseButton.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.ShowCloseButton%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/Window.cs/#L110">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_ShowCloseButton_" data-uid="Dalamud.Interface.Windowing.Window.ShowCloseButton*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_ShowCloseButton" data-uid="Dalamud.Interface.Windowing.Window.ShowCloseButton">ShowCloseButton</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether or not this ImGui window should display a close button in the title bar.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool ShowCloseButton { get; set; }</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_Window_Size.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.Size%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>
|
||||
|
|
@ -513,7 +544,7 @@ append an unique ID to it by specifying it after "###" behind the wind
|
|||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_Size_" data-uid="Dalamud.Interface.Windowing.Window.Size*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_Size" data-uid="Dalamud.Interface.Windowing.Window.Size">Size</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the size of the window.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the size of the window. The size provided will be scaled by the global scale.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -575,7 +606,7 @@ append an unique ID to it by specifying it after "###" behind the wind
|
|||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_SizeConstraints_" data-uid="Dalamud.Interface.Windowing.Window.SizeConstraints*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_SizeConstraints" data-uid="Dalamud.Interface.Windowing.Window.SizeConstraints">SizeConstraints</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the size constraints of the window.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the size constraints of the window. The size constraints provided will be scaled by the global scale.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
|
|
@ -637,7 +668,7 @@ append an unique ID to it by specifying it after "###" behind the wind
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_Draw.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.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/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L167">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L172">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_Draw_" data-uid="Dalamud.Interface.Windowing.Window.Draw*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_Draw" data-uid="Dalamud.Interface.Windowing.Window.Draw">Draw()</h4>
|
||||
|
|
@ -657,7 +688,7 @@ You do NOT need to ImGui.Begin your window.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_DrawConditions.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.DrawConditions%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/Window.cs/#L141">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L146">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_DrawConditions_" data-uid="Dalamud.Interface.Windowing.Window.DrawConditions*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_DrawConditions" data-uid="Dalamud.Interface.Windowing.Window.DrawConditions">DrawConditions()</h4>
|
||||
|
|
@ -693,7 +724,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_OnClose.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.OnClose%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/Window.cs/#L179">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L184">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_OnClose_" data-uid="Dalamud.Interface.Windowing.Window.OnClose*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_OnClose" data-uid="Dalamud.Interface.Windowing.Window.OnClose">OnClose()</h4>
|
||||
|
|
@ -709,7 +740,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_OnOpen.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.OnOpen%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/Window.cs/#L172">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L177">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_OnOpen_" data-uid="Dalamud.Interface.Windowing.Window.OnOpen*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_OnOpen" data-uid="Dalamud.Interface.Windowing.Window.OnOpen">OnOpen()</h4>
|
||||
|
|
@ -725,7 +756,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_PostDraw.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.PostDraw%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/Window.cs/#L156">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L161">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_PostDraw_" data-uid="Dalamud.Interface.Windowing.Window.PostDraw*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_PostDraw" data-uid="Dalamud.Interface.Windowing.Window.PostDraw">PostDraw()</h4>
|
||||
|
|
@ -741,7 +772,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_PreDraw.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.PreDraw%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/Window.cs/#L149">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L154">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_PreDraw_" data-uid="Dalamud.Interface.Windowing.Window.PreDraw*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_PreDraw" data-uid="Dalamud.Interface.Windowing.Window.PreDraw">PreDraw()</h4>
|
||||
|
|
@ -757,7 +788,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_PreOpenCheck.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.PreOpenCheck%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/Window.cs/#L127">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L132">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_PreOpenCheck_" data-uid="Dalamud.Interface.Windowing.Window.PreOpenCheck*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_PreOpenCheck" data-uid="Dalamud.Interface.Windowing.Window.PreOpenCheck">PreOpenCheck()</h4>
|
||||
|
|
@ -773,7 +804,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_Toggle.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.Toggle%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/Window.cs/#L119">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L124">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_Toggle_" data-uid="Dalamud.Interface.Windowing.Window.Toggle*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_Toggle" data-uid="Dalamud.Interface.Windowing.Window.Toggle">Toggle()</h4>
|
||||
|
|
@ -789,7 +820,7 @@ This is checked before PreDraw, but after Update.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_Windowing_Window_Update.md&value=---%0Auid%3A%20Dalamud.Interface.Windowing.Window.Update%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/Window.cs/#L186">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/Windowing/Window.cs/#L191">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Interface_Windowing_Window_Update_" data-uid="Dalamud.Interface.Windowing.Window.Update*"></a>
|
||||
<h4 id="Dalamud_Interface_Windowing_Window_Update" data-uid="Dalamud.Interface.Windowing.Window.Update">Update()</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue