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

@@ -128,10 +128,10 @@ Public Member Functions</h2></td></tr>
<tr class="memdesc:af3c859f5c409e37051edfd9e9fbca056"><td class="mdescLeft">&#160;</td><td class="mdescRight">A funtcion used to draw a pixel on the Image with the given Color. <a href="class_intelli_image.html#af3c859f5c409e37051edfd9e9fbca056">More...</a><br /></td></tr>
<tr class="separator:af3c859f5c409e37051edfd9e9fbca056"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af8eddbd9aa54c8d37590d1d4bf8dce31"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_intelli_image.html#af8eddbd9aa54c8d37590d1d4bf8dce31">drawLine</a> (const QPoint &amp;p1, const QPoint &amp;p2, const QColor &amp;color, const int &amp;penWidth)</td></tr>
<tr class="memdesc:af8eddbd9aa54c8d37590d1d4bf8dce31"><td class="mdescLeft">&#160;</td><td class="mdescRight">A function that draws A Line between two given Points in a given color. <a href="class_intelli_image.html#af8eddbd9aa54c8d37590d1d4bf8dce31">More...</a><br /></td></tr>
<tr class="memdesc:af8eddbd9aa54c8d37590d1d4bf8dce31"><td class="mdescLeft">&#160;</td><td class="mdescRight">A function that draws a line between two given points in a given color. <a href="class_intelli_image.html#af8eddbd9aa54c8d37590d1d4bf8dce31">More...</a><br /></td></tr>
<tr class="separator:af8eddbd9aa54c8d37590d1d4bf8dce31"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2e787f1b333b59401643936ebb3dcfe1"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_intelli_image.html#a2e787f1b333b59401643936ebb3dcfe1">drawPoint</a> (const QPoint &amp;p1, const QColor &amp;color, const int &amp;penWidth)</td></tr>
<tr class="memdesc:a2e787f1b333b59401643936ebb3dcfe1"><td class="mdescLeft">&#160;</td><td class="mdescRight">A. <a href="class_intelli_image.html#a2e787f1b333b59401643936ebb3dcfe1">More...</a><br /></td></tr>
<tr class="memdesc:a2e787f1b333b59401643936ebb3dcfe1"><td class="mdescLeft">&#160;</td><td class="mdescRight">A function that draws a point between on a given point in a given color. <a href="class_intelli_image.html#a2e787f1b333b59401643936ebb3dcfe1">More...</a><br /></td></tr>
<tr class="separator:a2e787f1b333b59401643936ebb3dcfe1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6be622810dc2bc756054bb5769becb06"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_intelli_image.html#a6be622810dc2bc756054bb5769becb06">drawPlain</a> (const QColor &amp;color)</td></tr>
<tr class="memdesc:a6be622810dc2bc756054bb5769becb06"><td class="mdescLeft">&#160;</td><td class="mdescRight">A function that clears the whole image in a given Color. <a href="class_intelli_image.html#a6be622810dc2bc756054bb5769becb06">More...</a><br /></td></tr>
@@ -192,7 +192,7 @@ Protected Attributes</h2></td></tr>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An abstract class which manages the basic <a class="el" href="class_intelli_image.html" title="An abstract class which manages the basic IntelliImage operations.">IntelliImage</a> operations. </p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00019">19</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00022">22</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div><h2 class="groupheader">Member Enumeration Documentation</h2>
<a id="a5274ce9fcdcb2659c148e7ff916b680e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5274ce9fcdcb2659c148e7ff916b680e">&#9670;&nbsp;</a></span>ImageType</h2>
@@ -220,7 +220,7 @@ Protected Attributes</h2></td></tr>
<tr><td class="fieldname"><a id="a5274ce9fcdcb2659c148e7ff916b680eac065b60ec4cf443808263527bdc0df37"></a>SHAPEDIMAGE&#160;</td><td class="fielddoc"></td></tr>
</table>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00026">26</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00030">30</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div>
</div>
@@ -376,7 +376,7 @@ Protected Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p>A function that draws A Line between two given Points in a given color. </p>
<p>A function that draws a line between two given points in a given color. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">p1</td><td>- The coordinates of the first Point. </td></tr>
@@ -387,7 +387,7 @@ Protected Attributes</h2></td></tr>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00090">90</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00096">96</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -470,7 +470,7 @@ Protected Attributes</h2></td></tr>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00107">107</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00116">116</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -514,17 +514,17 @@ Protected Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p>A. </p>
<p>A function that draws a point between on a given point in a given color. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">p1</td><td></td></tr>
<tr><td class="paramname">color</td><td></td></tr>
<tr><td class="paramname">penWidth</td><td></td></tr>
<tr><td class="paramname">p1</td><td>- The coordinates of the first Point. </td></tr>
<tr><td class="paramname">color</td><td>- The color of the point. </td></tr>
<tr><td class="paramname">penWidth</td><td>- The size of the point. </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00074">74</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00077">77</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -668,7 +668,7 @@ Protected Attributes</h2></td></tr>
<p>getImageData returns the data of the current image (Note: It will allways return a ARGB32bit QImage!). </p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00125">125</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00134">134</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -705,7 +705,7 @@ Protected Attributes</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The color of the Pixel as QColor. </dd></dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00117">117</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00126">126</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -737,7 +737,7 @@ Protected Attributes</h2></td></tr>
<p>Reimplemented in <a class="el" href="class_intelli_shaped_image.html#ae4518c7f5a105cc4f33fabb60c794a93">IntelliShapedImage</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00130">130</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00134">134</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div>
</div>
@@ -764,7 +764,7 @@ Protected Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00134">134</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00138">138</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div>
</div>
@@ -875,7 +875,7 @@ Protected Attributes</h2></td></tr>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00133">133</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00142">142</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -947,7 +947,7 @@ Protected Attributes</h2></td></tr>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00143">143</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8cpp_source.html#l00152">152</a> of file <a class="el" href="_intelli_image_8cpp_source.html">IntelliImage.cpp</a>.</p>
</div>
</div>
@@ -974,7 +974,7 @@ Protected Attributes</h2></td></tr>
<p>fastRendering is the flag that represents the usage of 8bit pictures. </p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00047">47</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00051">51</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div>
</div>
@@ -1000,7 +1000,7 @@ Protected Attributes</h2></td></tr>
<p>The underlying image data. </p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00037">37</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00041">41</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div>
</div>
@@ -1026,7 +1026,7 @@ Protected Attributes</h2></td></tr>
<p>The Type, an Image is. </p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00042">42</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
<p class="definition">Definition at line <a class="el" href="_intelli_image_8h_source.html#l00046">46</a> of file <a class="el" href="_intelli_image_8h_source.html">IntelliImage.h</a>.</p>
</div>
</div>