Automated Release Preparation

This commit is contained in:
2020-01-30 20:42:31 +01:00
parent ac112b22f7
commit 8577e6b132
257 changed files with 5444 additions and 3399 deletions

View File

@@ -26,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">IntelliPhoto
&#160;<span id="projectnumber">0.6</span>
&#160;<span id="projectnumber">0.7</span>
</div>
</td>
</tr>
@@ -163,10 +163,13 @@ Public Member Functions</h2></td></tr>
<tr class="memdesc:ab09c64e7559f3db32ca3b20ba6339268"><td class="mdescLeft">&#160;</td><td class="mdescRight">setImageData overwrites the old imageData the new imageData. <a href="class_intelli_image.html#ab09c64e7559f3db32ca3b20ba6339268">More...</a><br /></td></tr>
<tr class="separator:ab09c64e7559f3db32ca3b20ba6339268"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aea7b5f173968b330ef034bedb9426520"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_intelli_image.html#aea7b5f173968b330ef034bedb9426520">getWidth</a> () const</td></tr>
<tr class="memdesc:aea7b5f173968b330ef034bedb9426520"><td class="mdescLeft">&#160;</td><td class="mdescRight">getWidth returns the width of the Image. <a href="class_intelli_image.html#aea7b5f173968b330ef034bedb9426520">More...</a><br /></td></tr>
<tr class="separator:aea7b5f173968b330ef034bedb9426520"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a895bbe107ad2958aca6eebf9af3eb7f1"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_intelli_image.html#a895bbe107ad2958aca6eebf9af3eb7f1">getHeight</a> () const</td></tr>
<tr class="memdesc:a895bbe107ad2958aca6eebf9af3eb7f1"><td class="mdescLeft">&#160;</td><td class="mdescRight">getHeight returns the height of the Image. <a href="class_intelli_image.html#a895bbe107ad2958aca6eebf9af3eb7f1">More...</a><br /></td></tr>
<tr class="separator:a895bbe107ad2958aca6eebf9af3eb7f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a47941bed3060d8df5f2edce8c7f046cb"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_intelli_image.html#a47941bed3060d8df5f2edce8c7f046cb">isFastRendering</a> () const</td></tr>
<tr class="memdesc:a47941bed3060d8df5f2edce8c7f046cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">isFastRendering returns if the Image is in fast rendering mode. <a href="class_intelli_image.html#a47941bed3060d8df5f2edce8c7f046cb">More...</a><br /></td></tr>
<tr class="separator:a47941bed3060d8df5f2edce8c7f046cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
@@ -632,6 +635,9 @@ Protected Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p>getHeight returns the height of the Image. </p>
<dl class="section return"><dt>Returns</dt><dd>The height of the Image in pixel. </dd></dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00167">167</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
@@ -784,6 +790,9 @@ Protected Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p>getWidth returns the width of the Image. </p>
<dl class="section return"><dt>Returns</dt><dd>The width of the Image in pixel. </dd></dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00163">163</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
@@ -811,6 +820,9 @@ Protected Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p>isFastRendering returns if the Image is in fast rendering mode. </p>
<dl class="section return"><dt>Returns</dt><dd>True if the Image is fast rendered, flase otherwiese. </dd></dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00171">171</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>