Automated Release Preparation

This commit is contained in:
Jan Schuffenhauer
2020-01-16 12:21:09 +01:00
parent cd3ba27e8d
commit f5f4ca7a06
134 changed files with 5397 additions and 2198 deletions

View File

@@ -98,32 +98,28 @@ $(document).ready(function(){initNavTree('struct_layer_object.html',''); initRes
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:af01a139bc8edfdbb338393874e89bd83"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_intelli_image.html">IntelliImage</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layer_object.html#af01a139bc8edfdbb338393874e89bd83">image</a></td></tr>
<tr class="memdesc:af01a139bc8edfdbb338393874e89bd83"><td class="mdescLeft">&#160;</td><td class="mdescRight">image - Stores the imageData of the current <a class="el" href="struct_layer_object.html" title="The LayerObject struct holds all the information needed to construct a layer.">LayerObject</a>. <a href="struct_layer_object.html#af01a139bc8edfdbb338393874e89bd83">More...</a><br /></td></tr>
<tr class="separator:af01a139bc8edfdbb338393874e89bd83"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af261813df52ff0b0c82bfa57efeb9897"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layer_object.html#af261813df52ff0b0c82bfa57efeb9897">width</a></td></tr>
<tr class="memdesc:af261813df52ff0b0c82bfa57efeb9897"><td class="mdescLeft">&#160;</td><td class="mdescRight">width - Stores the width of a layer in pixels. <a href="struct_layer_object.html#af261813df52ff0b0c82bfa57efeb9897">More...</a><br /></td></tr>
<tr class="separator:af261813df52ff0b0c82bfa57efeb9897"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae0003fb815e50ed587a9897988befc90"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layer_object.html#ae0003fb815e50ed587a9897988befc90">height</a></td></tr>
<tr class="memdesc:ae0003fb815e50ed587a9897988befc90"><td class="mdescLeft">&#160;</td><td class="mdescRight">height - Stores the height of a layer in pixels. <a href="struct_layer_object.html#ae0003fb815e50ed587a9897988befc90">More...</a><br /></td></tr>
<tr class="separator:ae0003fb815e50ed587a9897988befc90"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a72b44d27c7bbb60dde14f04ec240ab96"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layer_object.html#a72b44d27c7bbb60dde14f04ec240ab96">widthOffset</a></td></tr>
<tr class="memdesc:a72b44d27c7bbb60dde14f04ec240ab96"><td class="mdescLeft">&#160;</td><td class="mdescRight">widthOffset - Stores the number of pixles from the left side of the painting area. <a href="struct_layer_object.html#a72b44d27c7bbb60dde14f04ec240ab96">More...</a><br /></td></tr>
<tr class="separator:a72b44d27c7bbb60dde14f04ec240ab96"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a08bacdcd64a0ae0eb5376f55329954bc"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layer_object.html#a08bacdcd64a0ae0eb5376f55329954bc">heightOffset</a></td></tr>
<tr class="memdesc:a08bacdcd64a0ae0eb5376f55329954bc"><td class="mdescLeft">&#160;</td><td class="mdescRight">heightOffset - Stores the number of pixles from the top of the painting area. <a href="struct_layer_object.html#a08bacdcd64a0ae0eb5376f55329954bc">More...</a><br /></td></tr>
<tr class="separator:a08bacdcd64a0ae0eb5376f55329954bc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a402cb1d9f20436032fe080681b80eb56"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layer_object.html#a402cb1d9f20436032fe080681b80eb56">alpha</a> = 255</td></tr>
<tr class="memdesc:a402cb1d9f20436032fe080681b80eb56"><td class="mdescLeft">&#160;</td><td class="mdescRight">alpha - Stores the alpha value of the layer (default=255). <a href="struct_layer_object.html#a402cb1d9f20436032fe080681b80eb56">More...</a><br /></td></tr>
<tr class="separator:a402cb1d9f20436032fe080681b80eb56"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="struct_layer_object.html" title="The LayerObject struct holds all the information needed to construct a layer.">LayerObject</a> struct holds all the information needed to construct a layer. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">width</td><td>- Stores the width of a layer in pixels </td></tr>
<tr><td class="paramname">height</td><td>- Stores the height of a layer in pixels </td></tr>
<tr><td class="paramname">alpha</td><td>- Stores the alpha value of the layer (default=255) </td></tr>
<tr><td class="paramname">widthOffset</td><td>- Stores the number of pixles from the left side of the painting area </td></tr>
<tr><td class="paramname">heightOffset</td><td>- Stores the number of pixles from the top of the painting area </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00025">25</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00023">23</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a402cb1d9f20436032fe080681b80eb56"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a402cb1d9f20436032fe080681b80eb56">&#9670;&nbsp;</a></span>alpha</h2>
@@ -137,7 +133,9 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00031">31</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p>alpha - Stores the alpha value of the layer (default=255). </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00047">47</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>
@@ -153,7 +151,9 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00028">28</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p>height - Stores the height of a layer in pixels. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00035">35</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>
@@ -169,7 +169,9 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00030">30</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p>heightOffset - Stores the number of pixles from the top of the painting area. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00043">43</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>
@@ -185,7 +187,9 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00026">26</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p>image - Stores the imageData of the current <a class="el" href="struct_layer_object.html" title="The LayerObject struct holds all the information needed to construct a layer.">LayerObject</a>. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00027">27</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>
@@ -201,7 +205,9 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00027">27</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p>width - Stores the width of a layer in pixels. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00031">31</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>
@@ -217,7 +223,9 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00029">29</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
<p>widthOffset - Stores the number of pixles from the left side of the painting area. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00039">39</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>