Updated generated content (Docs & dist).

This commit is contained in:
2019-12-12 19:04:11 +01:00
parent 7f2fc93fa3
commit d5b87f23cf
67 changed files with 2727 additions and 856 deletions
+305 -335
View File
@@ -58,10 +58,6 @@
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li class="parent " data-name="labelMultiLineAlign"><a href="global.html#labelMultiLineAlign">labelMultiLineAlign</a></li>
</ul>
<ul class="typedefs itemMembers">
@@ -498,6 +494,8 @@
<span class="subtitle">Members</span>
<li class=" " data-name="DeepZoomMap#cover"><a href="DeepZoomMap.html#cover">cover</a></li>
<li class=" " data-name="DeepZoomMap#image"><a href="DeepZoomMap.html#image">image</a></li>
<li class=" " data-name="DeepZoomMap#mapProjection"><a href="DeepZoomMap.html#mapProjection">mapProjection</a></li>
@@ -884,6 +882,8 @@
<span class="subtitle">Members</span>
<li class="parent " data-name="GeoMap#cover"><a href="GeoMap.html#cover">cover</a></li>
<li class="parent " data-name="GeoMap#image"><a href="GeoMap.html#image">image</a></li>
<li class="parent " data-name="GeoMap#mapProjection"><a href="GeoMap.html#mapProjection">mapProjection</a></li>
@@ -1244,6 +1244,8 @@
<span class="subtitle">Members</span>
<li class=" " data-name="ImageMap#cover"><a href="ImageMap.html#cover">cover</a></li>
<li class=" " data-name="ImageMap#image"><a href="ImageMap.html#image">image</a></li>
<li class=" " data-name="ImageMap#mapProjection"><a href="ImageMap.html#mapProjection">mapProjection</a></li>
@@ -1938,6 +1940,12 @@
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li class="parent " data-name="Overlay#excludedDisableParameters"><a href="Overlay.html#excludedDisableParameters">excludedDisableParameters</a></li>
<li class="parent " data-name="Overlay#textureParameters"><a href="Overlay.html#textureParameters">textureParameters</a></li>
</ul>
<ul class="typedefs itemMembers">
@@ -1949,8 +1957,26 @@
<span class="subtitle">Methods</span>
<li class="parent " data-name="Overlay#_createLabel"><a href="Overlay.html#_createLabel">_createLabel</a></li>
<li class="parent " data-name="Overlay#_resolveReference"><a href="Overlay.html#_resolveReference">_resolveReference</a></li>
<li class="parent " data-name="Overlay#addDisabled"><a href="Overlay.html#addDisabled">addDisabled</a></li>
<li class="parent " data-name="Overlay#apply"><a href="Overlay.html#apply">apply</a></li>
<li class="parent " data-name="Overlay#create"><a href="Overlay.html#create">create</a></li>
<li class="parent " data-name="Overlay#createItem"><a href="Overlay.html#createItem">createItem</a></li>
<li class="parent " data-name="Overlay#getDisabledItemProperty"><a href="Overlay.html#getDisabledItemProperty">getDisabledItemProperty</a></li>
<li class="parent " data-name="Overlay#getItemProperty"><a href="Overlay.html#getItemProperty">getItemProperty</a></li>
<li class="parent " data-name="Overlay#pickItemProperty"><a href="Overlay.html#pickItemProperty">pickItemProperty</a></li>
<li class="parent " data-name="Overlay#setTexture"><a href="Overlay.html#setTexture">setTexture</a></li>
</ul>
<ul class="events itemMembers">
@@ -2701,62 +2727,6 @@
<h3 class="subsection-title">Members</h3>
<dl class="list-members">
<dt>
<div class="nameContainer">
<h4 class="name" id="labelMultiLineAlign">
<a class="share-icon" href="#labelMultiLineAlign"><span class="glyphicon glyphicon-link"></span></a>
<span class="">labelMultiLineAlign</span>
</h4>
</div>
</dt>
<dd>
<div class="description">
<p>The following Attributes are taken from the TextStyle class
of PIXI. All can be overwritten in the overlay's JSON file.</p>
</div>
<dl class="details">
</dl>
</dd>
</dl>
@@ -3179,150 +3149,6 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="afterActionCallback">
<a class="share-icon" href="#afterActionCallback"><span class="glyphicon glyphicon-link"></span></a>
<span class="">
afterActionCallback
</span>
<span class="signature">(event, switch)</span>
</h4>
<div class="tag-source">
<a href="pixi_switch.js.html#line30">switch.js:30</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>Callback for the switch afterAction.</p>
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>event</code></td>
<td class="type">
<span class="param-type">object</span>
</td>
<td class="description last">
<p>The event object.</p></td>
</tr>
<tr>
<td class="name"><code>switch</code></td>
<td class="type">
<span class="param-type"><a href="Switch.html">Switch</a></span>
</td>
<td class="description last">
<p>A reference to the switch (also this refers to the switch).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
@@ -3487,12 +3313,12 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
<dt>
<div class="nameContainer">
<h4 class="name" id="beforeActionCallback">
<a class="share-icon" href="#beforeActionCallback"><span class="glyphicon glyphicon-link"></span></a>
<h4 class="name" id="afterActionCallback">
<a class="share-icon" href="#afterActionCallback"><span class="glyphicon glyphicon-link"></span></a>
<span class="">
beforeActionCallback
afterActionCallback
</span>
<span class="signature">(event, button)</span>
<span class="signature">(event, switch)</span>
@@ -3501,7 +3327,7 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
<div class="tag-source">
<a href="pixi_button.js.html#line18">button.js:18</a>
<a href="pixi_switch.js.html#line30">switch.js:30</a>
</div>
</div>
@@ -3512,7 +3338,7 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
<div class="description">
<p>Callback for the button beforeAction.</p>
<p>Callback for the switch afterAction.</p>
</div>
@@ -3566,13 +3392,13 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
<tr>
<td class="name"><code>button</code></td>
<td class="name"><code>switch</code></td>
<td class="type">
<span class="param-type"><a href="Button.html">Button</a></span>
<span class="param-type"><a href="Switch.html">Switch</a></span>
@@ -3582,7 +3408,7 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
<td class="description last">
<p>A reference to the button (also this refers to the button).</p></td>
<p>A reference to the switch (also this refers to the switch).</p></td>
</tr>
@@ -3755,6 +3581,150 @@ of PIXI. All can be overwritten in the overlay's JSON file.</p>
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="beforeActionCallback">
<a class="share-icon" href="#beforeActionCallback"><span class="glyphicon glyphicon-link"></span></a>
<span class="">
beforeActionCallback
</span>
<span class="signature">(event, button)</span>
</h4>
<div class="tag-source">
<a href="pixi_button.js.html#line18">button.js:18</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>Callback for the button beforeAction.</p>
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>event</code></td>
<td class="type">
<span class="param-type">object</span>
</td>
<td class="description last">
<p>The event object.</p></td>
</tr>
<tr>
<td class="name"><code>button</code></td>
<td class="type">
<span class="param-type"><a href="Button.html">Button</a></span>
</td>
<td class="description last">
<p>A reference to the button (also this refers to the button).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
@@ -4400,127 +4370,6 @@ instead of pixel values, where x represents the latitude and y the longitude.</p
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="onCompleteCallback">
<a class="share-icon" href="#onCompleteCallback"><span class="glyphicon glyphicon-link"></span></a>
<span class="">
onCompleteCallback
</span>
<span class="signature">(flippable)</span>
</h4>
<div class="tag-source">
<a href="pixi_flippable.js.html#line20">flippable.js:20</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>Callback for the flippable onComplete function.</p>
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>flippable</code></td>
<td class="type">
<span class="param-type"><a href="Flippable.html">Flippable</a></span>
</td>
<td class="description last">
<p>A reference to the flippable (also this refers to the flippable).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</dd>
@@ -4651,6 +4500,127 @@ instead of pixel values, where x represents the latitude and y the longitude.</p
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="onCompleteCallback">
<a class="share-icon" href="#onCompleteCallback"><span class="glyphicon glyphicon-link"></span></a>
<span class="">
onCompleteCallback
</span>
<span class="signature">(flippable)</span>
</h4>
<div class="tag-source">
<a href="pixi_flippable.js.html#line20">flippable.js:20</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>Callback for the flippable onComplete function.</p>
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>flippable</code></td>
<td class="type">
<span class="param-type"><a href="Flippable.html">Flippable</a></span>
</td>
<td class="description last">
<p>A reference to the flippable (also this refers to the flippable).</p></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
@@ -5340,7 +5310,7 @@ instead of pixel values, where x represents the latitude and y the longitude.</p
<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 Wed Dec 11 2019 16:30:55 GMT+0100 (GMT+01:00)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Dec 12 2019 18:58:39 GMT+0100 (GMT+01:00)
</div>
</footer>
</div>