Implemented stacked button groups.

This commit is contained in:
2019-07-31 16:12:00 +02:00
parent 73342a0506
commit 614b4d8350
70 changed files with 1782 additions and 880 deletions
+29 -21
View File
@@ -263,12 +263,20 @@
<span class="subtitle">Methods</span>
<li class="parent " data-name="ButtonGroup#_stackHorizontal"><a href="ButtonGroup.html#_stackHorizontal">_stackHorizontal</a></li>
<li class="parent " data-name="ButtonGroup#_stackVertical"><a href="ButtonGroup.html#_stackVertical">_stackVertical</a></li>
<li class="parent " data-name="ButtonGroup#capture"><a href="ButtonGroup.html#capture">capture</a></li>
<li class="parent " data-name="ButtonGroup#hide"><a href="ButtonGroup.html#hide">hide</a></li>
<li class="parent " data-name="ButtonGroup#layout"><a href="ButtonGroup.html#layout">layout</a></li>
<li class="parent " data-name="ButtonGroup#show"><a href="ButtonGroup.html#show">show</a></li>
<li class="parent " data-name="ButtonGroup#stack"><a href="ButtonGroup.html#stack">stack</a></li>
</ul>
<ul class="events itemMembers">
@@ -1466,7 +1474,7 @@ by several functions and makes meaningful pre-assumptions.</p></div>
<div class="tag-source">
<a href="pixi_app.js.html#line90">app.js:90</a>
<a href="pixi_app.js.html#line87">app.js:87</a>
</div>
</div>
@@ -2316,7 +2324,7 @@ const app = new PIXIApp({
<div class="tag-source">
<a href="pixi_app.js.html#line293">app.js:293</a>
<a href="pixi_app.js.html#line281">app.js:281</a>
</div>
</div>
@@ -2423,7 +2431,7 @@ const app = new PIXIApp({
<div class="tag-source">
<a href="pixi_app.js.html#line227">app.js:227</a>
<a href="pixi_app.js.html#line215">app.js:215</a>
</div>
</div>
@@ -2552,7 +2560,7 @@ handler for the orientationchange event.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line707">app.js:707</a>
<a href="pixi_app.js.html#line667">app.js:667</a>
</div>
</div>
@@ -2749,7 +2757,7 @@ to browser page coordinates.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line687">app.js:687</a>
<a href="pixi_app.js.html#line647">app.js:647</a>
</div>
</div>
@@ -2946,7 +2954,7 @@ to local DisplayObject coordinates.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line265">app.js:265</a>
<a href="pixi_app.js.html#line253">app.js:253</a>
</div>
</div>
@@ -3023,7 +3031,7 @@ to the layout method.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line407">app.js:407</a>
<a href="pixi_app.js.html#line385">app.js:385</a>
</div>
</div>
@@ -3188,7 +3196,7 @@ to the layout method.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line258">app.js:258</a>
<a href="pixi_app.js.html#line246">app.js:246</a>
</div>
</div>
@@ -3347,7 +3355,7 @@ adapt their layout to the new app size.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line485">app.js:485</a>
<a href="pixi_app.js.html#line459">app.js:459</a>
</div>
</div>
@@ -3680,7 +3688,7 @@ renderer resolution?</p></td>
<div class="tag-source">
<a href="pixi_app.js.html#line522">app.js:522</a>
<a href="pixi_app.js.html#line492">app.js:492</a>
</div>
</div>
@@ -4013,7 +4021,7 @@ renderer resolution?</p></td>
<div class="tag-source">
<a href="pixi_app.js.html#line463">app.js:463</a>
<a href="pixi_app.js.html#line439">app.js:439</a>
</div>
</div>
@@ -4170,7 +4178,7 @@ renderer resolution?</p></td>
<div class="tag-source">
<a href="pixi_app.js.html#line448">app.js:448</a>
<a href="pixi_app.js.html#line426">app.js:426</a>
</div>
</div>
@@ -4327,7 +4335,7 @@ renderer resolution?</p></td>
<div class="tag-source">
<a href="pixi_app.js.html#line621">app.js:621</a>
<a href="pixi_app.js.html#line581">app.js:581</a>
</div>
</div>
@@ -4528,7 +4536,7 @@ rejected with an error.</td>
<div class="tag-source">
<a href="pixi_app.js.html#line217">app.js:217</a>
<a href="pixi_app.js.html#line205">app.js:205</a>
</div>
</div>
@@ -4633,7 +4641,7 @@ rejected with an error.</td>
<div class="tag-source">
<a href="pixi_app.js.html#line245">app.js:245</a>
<a href="pixi_app.js.html#line233">app.js:233</a>
</div>
</div>
@@ -4769,7 +4777,7 @@ rejected with an error.</td>
<div class="tag-source">
<a href="pixi_app.js.html#line431">app.js:431</a>
<a href="pixi_app.js.html#line409">app.js:409</a>
</div>
</div>
@@ -4930,7 +4938,7 @@ called without a parameter.</td>
<div class="tag-source">
<a href="pixi_app.js.html#line590">app.js:590</a>
<a href="pixi_app.js.html#line550">app.js:550</a>
</div>
</div>
@@ -5131,7 +5139,7 @@ rejected with an error.</td>
<div class="tag-source">
<a href="pixi_app.js.html#line329">app.js:329</a>
<a href="pixi_app.js.html#line317">app.js:317</a>
</div>
</div>
@@ -5428,7 +5436,7 @@ rejected with an error.</td>
<div class="tag-source">
<a href="pixi_app.js.html#line167">app.js:167</a>
<a href="pixi_app.js.html#line161">app.js:161</a>
</div>
</div>
@@ -5534,7 +5542,7 @@ Overwrite this method if you need additonal views and components.</p>
<div class="tag-source">
<a href="pixi_app.js.html#line652">app.js:652</a>
<a href="pixi_app.js.html#line612">app.js:612</a>
</div>
</div>
@@ -5737,7 +5745,7 @@ rejected with an error.</td>
<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Jul 30 2019 10:48:36 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Jul 31 2019 15:00:47 GMT+0200 (Mitteleuropäische Sommerzeit)
</div>
</footer>
</div>