Updated docs

This commit is contained in:
2020-01-09 11:54:53 +01:00
parent e994bd1009
commit fb65be47f9
370 changed files with 10420 additions and 5026 deletions

View File

@@ -89,6 +89,7 @@ $(document).ready(function(){initNavTree('class_painting_area.html','');});
<div class="summary">
<a href="#pub-slots">Public Slots</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="class_painting_area-members.html">List of all members</a> </div>
<div class="headertitle">
@@ -103,13 +104,9 @@ $(document).ready(function(){initNavTree('class_painting_area.html','');});
<div class="dynheader">
Inheritance diagram for PaintingArea:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area__inherit__graph.png" border="0" usemap="#_painting_area_inherit__map" alt="Inheritance graph"/></div>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for PaintingArea:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area__coll__graph.png" border="0" usemap="#_painting_area_coll__map" alt="Collaboration graph"/></div>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div class="center">
<img src="class_painting_area.png" alt=""/>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-slots"></a>
Public Slots</h2></td></tr>
@@ -128,27 +125,27 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:aa32adc113f77031945f73e33051931e8"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#aa32adc113f77031945f73e33051931e8">~PaintingArea</a> () override</td></tr>
<tr class="memdesc:aa32adc113f77031945f73e33051931e8"><td class="mdescLeft">&#160;</td><td class="mdescRight">This deconstructor is used to clear up the memory and remove the currently active window. <a href="class_painting_area.html#aa32adc113f77031945f73e33051931e8">More...</a><br /></td></tr>
<tr class="separator:aa32adc113f77031945f73e33051931e8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1f597740b4d7b4bc2e24c51f8cb0b6eb"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a1f597740b4d7b4bc2e24c51f8cb0b6eb">open</a> (const QString &amp;fileName)</td></tr>
<tr class="memdesc:a1f597740b4d7b4bc2e24c51f8cb0b6eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">The open method is used for loading a picture into the current layer. <a href="class_painting_area.html#a1f597740b4d7b4bc2e24c51f8cb0b6eb">More...</a><br /></td></tr>
<tr class="separator:a1f597740b4d7b4bc2e24c51f8cb0b6eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a612176cc9d629d22fd3fe1a746cce564"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a612176cc9d629d22fd3fe1a746cce564">save</a> (const QString &amp;fileName, const char *fileFormat)</td></tr>
<tr class="memdesc:a612176cc9d629d22fd3fe1a746cce564"><td class="mdescLeft">&#160;</td><td class="mdescRight">The save method is used for exporting the current project as one picture. <a href="class_painting_area.html#a612176cc9d629d22fd3fe1a746cce564">More...</a><br /></td></tr>
<tr class="separator:a612176cc9d629d22fd3fe1a746cce564"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a39ad76e1319659bfa38eee88ef33d395"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a39ad76e1319659bfa38eee88ef33d395">addLayer</a> (int width, int height, int widthOffset=0, int heightOffset=0, <a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0">ImageType</a> type=<a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0a80e1612d2117f2b25530317279ffe7b3">ImageType::Raster_Image</a>)</td></tr>
<tr class="memdesc:a39ad76e1319659bfa38eee88ef33d395"><td class="mdescLeft">&#160;</td><td class="mdescRight">The addLayer adds a layer to the current project/ painting area. <a href="class_painting_area.html#a39ad76e1319659bfa38eee88ef33d395">More...</a><br /></td></tr>
<tr class="separator:a39ad76e1319659bfa38eee88ef33d395"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae756003b49aead863b49616ea7a44cc0"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#ae756003b49aead863b49616ea7a44cc0">addLayerAt</a> (int idx, int width, int height, int widthOffset=0, int heightOffset=0, <a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0">ImageType</a> type=<a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0a80e1612d2117f2b25530317279ffe7b3">ImageType::Raster_Image</a>)</td></tr>
<tr class="memdesc:ae756003b49aead863b49616ea7a44cc0"><td class="mdescLeft">&#160;</td><td class="mdescRight">The addLayerAt adds a layer to the current project/ painting area at a specific position in the layer stack. <a href="class_painting_area.html#ae756003b49aead863b49616ea7a44cc0">More...</a><br /></td></tr>
<tr class="separator:ae756003b49aead863b49616ea7a44cc0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6efad6f8ea060674b157b42b431cd173"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a6efad6f8ea060674b157b42b431cd173">deleteLayer</a> (int index)</td></tr>
<tr class="memdesc:a6efad6f8ea060674b157b42b431cd173"><td class="mdescLeft">&#160;</td><td class="mdescRight">The deleteLayer method removes a layer at a given index. <a href="class_painting_area.html#a6efad6f8ea060674b157b42b431cd173">More...</a><br /></td></tr>
<tr class="separator:a6efad6f8ea060674b157b42b431cd173"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1d6d86c25efdce9fe9031a9cd01c74c8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a1d6d86c25efdce9fe9031a9cd01c74c8">setLayerToActive</a> (int index)</td></tr>
<tr class="memdesc:a1d6d86c25efdce9fe9031a9cd01c74c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">The setLayerToActive method marks a specific layer as active. <a href="class_painting_area.html#a1d6d86c25efdce9fe9031a9cd01c74c8">More...</a><br /></td></tr>
<tr class="separator:a1d6d86c25efdce9fe9031a9cd01c74c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec59be20f1c27135700754882dd6383d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#aec59be20f1c27135700754882dd6383d">setAlphaOfLayer</a> (int index, int alpha)</td></tr>
<tr class="memdesc:aec59be20f1c27135700754882dd6383d"><td class="mdescLeft">&#160;</td><td class="mdescRight">The setAlphaOfLayer method sets the alpha value of a specific layer. <a href="class_painting_area.html#aec59be20f1c27135700754882dd6383d">More...</a><br /></td></tr>
<tr class="separator:aec59be20f1c27135700754882dd6383d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a88c7e759aa8375a56129791645f46ea5"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a88c7e759aa8375a56129791645f46ea5">open</a> (const QString &amp;filePath)</td></tr>
<tr class="memdesc:a88c7e759aa8375a56129791645f46ea5"><td class="mdescLeft">&#160;</td><td class="mdescRight">The open method is used for loading a picture into the current layer. <a href="class_painting_area.html#a88c7e759aa8375a56129791645f46ea5">More...</a><br /></td></tr>
<tr class="separator:a88c7e759aa8375a56129791645f46ea5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa2463d4f403224086acab02903ae407e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#aa2463d4f403224086acab02903ae407e">save</a> (const QString &amp;filePath, const char *fileFormat)</td></tr>
<tr class="memdesc:aa2463d4f403224086acab02903ae407e"><td class="mdescLeft">&#160;</td><td class="mdescRight">The save method is used for exporting the current project as one picture. <a href="class_painting_area.html#aa2463d4f403224086acab02903ae407e">More...</a><br /></td></tr>
<tr class="separator:aa2463d4f403224086acab02903ae407e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6e9207612cef104d39013564696fe989"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a6e9207612cef104d39013564696fe989">addLayer</a> (int width, int height, int widthOffset=0, int heightOffset=0, <a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680e">IntelliImage::ImageType</a> type=<a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680eadd5823fd73c42c0154fa2abbd70283b9">IntelliImage::ImageType::RASTERIMAGE</a>)</td></tr>
<tr class="memdesc:a6e9207612cef104d39013564696fe989"><td class="mdescLeft">&#160;</td><td class="mdescRight">The addLayer adds a layer to the current project/ painting area. <a href="class_painting_area.html#a6e9207612cef104d39013564696fe989">More...</a><br /></td></tr>
<tr class="separator:a6e9207612cef104d39013564696fe989"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab4a0b3a497ea8821a045ad12c34bd980"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#ab4a0b3a497ea8821a045ad12c34bd980">addLayerAt</a> (int idx, int width, int height, int widthOffset=0, int heightOffset=0, <a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680e">IntelliImage::ImageType</a> type=<a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680eadd5823fd73c42c0154fa2abbd70283b9">IntelliImage::ImageType::RASTERIMAGE</a>)</td></tr>
<tr class="memdesc:ab4a0b3a497ea8821a045ad12c34bd980"><td class="mdescLeft">&#160;</td><td class="mdescRight">The addLayerAt adds a layer to the current project/ painting area at a specific position in the layer stack. <a href="class_painting_area.html#ab4a0b3a497ea8821a045ad12c34bd980">More...</a><br /></td></tr>
<tr class="separator:ab4a0b3a497ea8821a045ad12c34bd980"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2382ebf8c31dee36cb714f34a18b71e4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a2382ebf8c31dee36cb714f34a18b71e4">deleteLayer</a> (int idx)</td></tr>
<tr class="memdesc:a2382ebf8c31dee36cb714f34a18b71e4"><td class="mdescLeft">&#160;</td><td class="mdescRight">The deleteLayer method removes a layer at a given idx. <a href="class_painting_area.html#a2382ebf8c31dee36cb714f34a18b71e4">More...</a><br /></td></tr>
<tr class="separator:a2382ebf8c31dee36cb714f34a18b71e4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a79eb059829f27e8cdb3a54c5cd3d12c9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a79eb059829f27e8cdb3a54c5cd3d12c9">setLayerActive</a> (int idx)</td></tr>
<tr class="memdesc:a79eb059829f27e8cdb3a54c5cd3d12c9"><td class="mdescLeft">&#160;</td><td class="mdescRight">The setLayerToActive method marks a specific layer as active. <a href="class_painting_area.html#a79eb059829f27e8cdb3a54c5cd3d12c9">More...</a><br /></td></tr>
<tr class="separator:a79eb059829f27e8cdb3a54c5cd3d12c9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6c7e0865e684ae1089ee283b4399d055"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a6c7e0865e684ae1089ee283b4399d055">setLayerAlpha</a> (int idx, int alpha)</td></tr>
<tr class="memdesc:a6c7e0865e684ae1089ee283b4399d055"><td class="mdescLeft">&#160;</td><td class="mdescRight">The setAlphaOfLayer method sets the alpha value of a specific layer. <a href="class_painting_area.html#a6c7e0865e684ae1089ee283b4399d055">More...</a><br /></td></tr>
<tr class="separator:a6c7e0865e684ae1089ee283b4399d055"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aeb5eb394b979ea90f2be9849fdda1774"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#aeb5eb394b979ea90f2be9849fdda1774">floodFill</a> (int r, int g, int b, int a)</td></tr>
<tr class="memdesc:aeb5eb394b979ea90f2be9849fdda1774"><td class="mdescLeft">&#160;</td><td class="mdescRight">The floodFill method fills a the active layer with a given color. <a href="class_painting_area.html#aeb5eb394b979ea90f2be9849fdda1774">More...</a><br /></td></tr>
<tr class="separator:aeb5eb394b979ea90f2be9849fdda1774"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -164,9 +161,9 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:ae261acaaa346610dfed489dbac17e789"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#ae261acaaa346610dfed489dbac17e789">colorPickerSetSecondColor</a> ()</td></tr>
<tr class="memdesc:ae261acaaa346610dfed489dbac17e789"><td class="mdescLeft">&#160;</td><td class="mdescRight">The colorPickerSetSecondColor calls the QTColorPicker to determine the secondary drawing color. <a href="class_painting_area.html#ae261acaaa346610dfed489dbac17e789">More...</a><br /></td></tr>
<tr class="separator:ae261acaaa346610dfed489dbac17e789"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a66115307ff4a99cd7ca16423c5c8ecfb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a66115307ff4a99cd7ca16423c5c8ecfb">colorPickerSwitchColor</a> ()</td></tr>
<tr class="memdesc:a66115307ff4a99cd7ca16423c5c8ecfb"><td class="mdescLeft">&#160;</td><td class="mdescRight">The colorPickerSwitchColor swaps the primary color with the secondary drawing color. <a href="class_painting_area.html#a66115307ff4a99cd7ca16423c5c8ecfb">More...</a><br /></td></tr>
<tr class="separator:a66115307ff4a99cd7ca16423c5c8ecfb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acff4563d006fda491469bd41778d07eb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#acff4563d006fda491469bd41778d07eb">colorPickerSwapColors</a> ()</td></tr>
<tr class="memdesc:acff4563d006fda491469bd41778d07eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">The colorPickerSwitchColor swaps the primary color with the secondary drawing color. <a href="class_painting_area.html#acff4563d006fda491469bd41778d07eb">More...</a><br /></td></tr>
<tr class="separator:acff4563d006fda491469bd41778d07eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a96c6248e343e44b61cf2625cb6d21353"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a96c6248e343e44b61cf2625cb6d21353">createPenTool</a> ()</td></tr>
<tr class="separator:a96c6248e343e44b61cf2625cb6d21353"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3de83443d2d5cf460ff48d0602070938"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a3de83443d2d5cf460ff48d0602070938">createPlainTool</a> ()</td></tr>
@@ -187,6 +184,21 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:ac576f58aad03b4dcd47611b6a4b9abb4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#ac576f58aad03b4dcd47611b6a4b9abb4">getHeightOfActive</a> ()</td></tr>
<tr class="memdesc:ac576f58aad03b4dcd47611b6a4b9abb4"><td class="mdescLeft">&#160;</td><td class="mdescRight">The getHeightOfActive gets the vertical dimensions of the active layer. <a href="class_painting_area.html#ac576f58aad03b4dcd47611b6a4b9abb4">More...</a><br /></td></tr>
<tr class="separator:ac576f58aad03b4dcd47611b6a4b9abb4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae92b27dfd09573c224d2ae1958d3bead"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680e">IntelliImage::ImageType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#ae92b27dfd09573c224d2ae1958d3bead">getTypeOfImageRealLayer</a> ()</td></tr>
<tr class="separator:ae92b27dfd09573c224d2ae1958d3bead"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ae21fd031ee1c04f92e042e86be0a90"><td class="memItemLeft" align="right" valign="top">std::vector&lt; QPoint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a7ae21fd031ee1c04f92e042e86be0a90">getPolygonDataOfRealLayer</a> ()</td></tr>
<tr class="separator:a7ae21fd031ee1c04f92e042e86be0a90"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a24280454ebb80db7feba2fd621513353"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a24280454ebb80db7feba2fd621513353">getNumberOfActiveLayer</a> ()</td></tr>
<tr class="separator:a24280454ebb80db7feba2fd621513353"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acab11ad35d07e9081203d8217d2c0855"><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="class_painting_area.html#acab11ad35d07e9081203d8217d2c0855">getImageOfActiveLayer</a> ()</td></tr>
<tr class="separator:acab11ad35d07e9081203d8217d2c0855"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:abc2f798744f1dc805a651731eb1692ea"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_intelli_toolsettings.html">IntelliToolsettings</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#abc2f798744f1dc805a651731eb1692ea">Toolsettings</a></td></tr>
<tr class="separator:abc2f798744f1dc805a651731eb1692ea"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a132535c4e16052c1472cf1b9f3e096ed"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_intelli_color_picker.html">IntelliColorPicker</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_painting_area.html#a132535c4e16052c1472cf1b9f3e096ed">colorPicker</a></td></tr>
<tr class="separator:a132535c4e16052c1472cf1b9f3e096ed"><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>
Protected Member Functions</h2></td></tr>
@@ -206,7 +218,7 @@ Protected Member Functions</h2></td></tr>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="class_painting_area.html" title="The PaintingArea class manages the methods and stores information about the current painting area,...">PaintingArea</a> class manages the methods and stores information about the current painting area, which is the currently opened project. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00036">36</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#l00037">37</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a4fa0ec23e78cc59f28c823584c721460"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4fa0ec23e78cc59f28c823584c721460">&#9670;&nbsp;</a></span>PaintingArea()</h2>
@@ -251,11 +263,6 @@ Protected Member Functions</h2></td></tr>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00021">21</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a4fa0ec23e78cc59f28c823584c721460_cgraph.png" border="0" usemap="#class_painting_area_a4fa0ec23e78cc59f28c823584c721460_cgraph" alt=""/></div>
</div>
</div>
</div>
@@ -289,8 +296,8 @@ Here is the call graph for this function:</div>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a39ad76e1319659bfa38eee88ef33d395"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a39ad76e1319659bfa38eee88ef33d395">&#9670;&nbsp;</a></span>addLayer()</h2>
<a id="a6e9207612cef104d39013564696fe989"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6e9207612cef104d39013564696fe989">&#9670;&nbsp;</a></span>addLayer()</h2>
<div class="memitem">
<div class="memproto">
@@ -322,8 +329,8 @@ Here is the call graph for this function:</div>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0">ImageType</a>&#160;</td>
<td class="paramname"><em>type</em> = <code><a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0a80e1612d2117f2b25530317279ffe7b3">ImageType::Raster_Image</a></code>&#160;</td>
<td class="paramtype"><a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680e">IntelliImage::ImageType</a>&#160;</td>
<td class="paramname"><em>type</em> = <code><a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680eadd5823fd73c42c0154fa2abbd70283b9">IntelliImage::ImageType::RASTERIMAGE</a></code>&#160;</td>
</tr>
<tr>
<td></td>
@@ -347,16 +354,11 @@ Here is the call graph for this function:</div>
<dl class="section return"><dt>Returns</dt><dd>Returns the number of layers in the project </dd></dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00056">56</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a39ad76e1319659bfa38eee88ef33d395_icgraph.png" border="0" usemap="#class_painting_area_a39ad76e1319659bfa38eee88ef33d395_icgraph" alt=""/></div>
</div>
</div>
</div>
<a id="ae756003b49aead863b49616ea7a44cc0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae756003b49aead863b49616ea7a44cc0">&#9670;&nbsp;</a></span>addLayerAt()</h2>
<a id="ab4a0b3a497ea8821a045ad12c34bd980"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab4a0b3a497ea8821a045ad12c34bd980">&#9670;&nbsp;</a></span>addLayerAt()</h2>
<div class="memitem">
<div class="memproto">
@@ -394,8 +396,8 @@ Here is the caller graph for this function:</div>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0">ImageType</a>&#160;</td>
<td class="paramname"><em>type</em> = <code><a class="el" href="_intelli_image_8h.html#a3154c405c975616503bac23f51b78fc0a80e1612d2117f2b25530317279ffe7b3">ImageType::Raster_Image</a></code>&#160;</td>
<td class="paramtype"><a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680e">IntelliImage::ImageType</a>&#160;</td>
<td class="paramname"><em>type</em> = <code><a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680eadd5823fd73c42c0154fa2abbd70283b9">IntelliImage::ImageType::RASTERIMAGE</a></code>&#160;</td>
</tr>
<tr>
<td></td>
@@ -408,7 +410,7 @@ Here is the caller graph for this function:</div>
<p>The addLayerAt adds a layer to the current project/ painting area at a specific position in the layer stack. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">idx</td><td>- ID of the position the new layer should be added </td></tr>
<tr><td class="paramname">idx</td><td>- Index of the position the new layer should be added </td></tr>
<tr><td class="paramname">width</td><td>- Width of the layer in pixles </td></tr>
<tr><td class="paramname">height</td><td>- Height of the layer in pixles </td></tr>
<tr><td class="paramname">widthOffset</td><td>- Offset of the layer measured to the left border of the painting area in pixles </td></tr>
@@ -438,12 +440,7 @@ Here is the caller graph for this function:</div>
<p>The colorPickerSetFirstColor calls the QTColorPicker to determine the primary drawing color. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00166">166</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a4735d4cf1dc58a9096d904e74c39c4df_cgraph.png" border="0" usemap="#class_painting_area_a4735d4cf1dc58a9096d904e74c39c4df_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00188">188</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -464,23 +461,18 @@ Here is the call graph for this function:</div>
<p>The colorPickerSetSecondColor calls the QTColorPicker to determine the secondary drawing color. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00171">171</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_ae261acaaa346610dfed489dbac17e789_cgraph.png" border="0" usemap="#class_painting_area_ae261acaaa346610dfed489dbac17e789_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00193">193</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a66115307ff4a99cd7ca16423c5c8ecfb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a66115307ff4a99cd7ca16423c5c8ecfb">&#9670;&nbsp;</a></span>colorPickerSwitchColor()</h2>
<a id="acff4563d006fda491469bd41778d07eb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acff4563d006fda491469bd41778d07eb">&#9670;&nbsp;</a></span>colorPickerSwapColors()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void PaintingArea::colorPickerSwitchColor </td>
<td class="memname">void PaintingArea::colorPickerSwapColors </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
@@ -490,12 +482,7 @@ Here is the call graph for this function:</div>
<p>The colorPickerSwitchColor swaps the primary color with the secondary drawing color. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00176">176</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a66115307ff4a99cd7ca16423c5c8ecfb_cgraph.png" border="0" usemap="#class_painting_area_a66115307ff4a99cd7ca16423c5c8ecfb_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00198">198</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -514,7 +501,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00200">200</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00222">222</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -533,7 +520,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00209">209</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00231">231</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -552,7 +539,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00190">190</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00212">212</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -571,7 +558,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00180">180</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00202">202</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -590,7 +577,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00185">185</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00207">207</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -609,7 +596,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00204">204</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00226">226</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -628,12 +615,12 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00195">195</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00217">217</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a6efad6f8ea060674b157b42b431cd173"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6efad6f8ea060674b157b42b431cd173">&#9670;&nbsp;</a></span>deleteLayer()</h2>
<a id="a2382ebf8c31dee36cb714f34a18b71e4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2382ebf8c31dee36cb714f34a18b71e4">&#9670;&nbsp;</a></span>deleteLayer()</h2>
<div class="memitem">
<div class="memproto">
@@ -642,21 +629,21 @@ Here is the call graph for this function:</div>
<td class="memname">void PaintingArea::deleteLayer </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>index</em></td><td>)</td>
<td class="paramname"><em>idx</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The deleteLayer method removes a layer at a given index. </p>
<p>The deleteLayer method removes a layer at a given idx. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">index</td><td>- The index of the layer to be removed </td></tr>
<tr><td class="paramname">idx</td><td>- The index of the layer to be removed </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00073">73</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00074">74</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -709,12 +696,7 @@ Here is the call graph for this function:</div>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00138">138</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_aeb5eb394b979ea90f2be9849fdda1774_cgraph.png" border="0" usemap="#class_painting_area_aeb5eb394b979ea90f2be9849fdda1774_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00139">139</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -736,7 +718,83 @@ Here is the call graph for this function:</div>
<p>The getHeightOfActive gets the vertical dimensions of the active layer. </p>
<dl class="section return"><dt>Returns</dt><dd>Returns the vertical pixle count of the active layer </dd></dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00218">218</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00240">240</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="acab11ad35d07e9081203d8217d2c0855"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acab11ad35d07e9081203d8217d2c0855">&#9670;&nbsp;</a></span>getImageOfActiveLayer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_intelli_image.html">IntelliImage</a> * PaintingArea::getImageOfActiveLayer </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00406">406</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a24280454ebb80db7feba2fd621513353"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a24280454ebb80db7feba2fd621513353">&#9670;&nbsp;</a></span>getNumberOfActiveLayer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int PaintingArea::getNumberOfActiveLayer </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00402">402</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a7ae21fd031ee1c04f92e042e86be0a90"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7ae21fd031ee1c04f92e042e86be0a90">&#9670;&nbsp;</a></span>getPolygonDataOfRealLayer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::vector&lt; QPoint &gt; PaintingArea::getPolygonDataOfRealLayer </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00248">248</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="ae92b27dfd09573c224d2ae1958d3bead"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae92b27dfd09573c224d2ae1958d3bead">&#9670;&nbsp;</a></span>getTypeOfImageRealLayer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_intelli_image.html#a5274ce9fcdcb2659c148e7ff916b680e">IntelliImage::ImageType</a> PaintingArea::getTypeOfImageRealLayer </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00244">244</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -758,7 +816,7 @@ Here is the call graph for this function:</div>
<p>The getWidthOfActive gets the horizontal dimensions of the active layer. </p>
<dl class="section return"><dt>Returns</dt><dd>Returns the horizontal pixle count of the active layer </dd></dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00214">214</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00236">236</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -786,12 +844,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00241">241</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_aa22e274b6094a9619f196cd7b49526b5_cgraph.png" border="0" usemap="#class_painting_area_aa22e274b6094a9619f196cd7b49526b5_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00271">271</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -819,12 +872,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00225">225</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_abfe445f8d9b70ae42bfeda874127dd15_cgraph.png" border="0" usemap="#class_painting_area_abfe445f8d9b70ae42bfeda874127dd15_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00255">255</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -852,12 +900,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00251">251</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a35b5df914acb608cc29717659793359c_cgraph.png" border="0" usemap="#class_painting_area_a35b5df914acb608cc29717659793359c_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00281">281</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -880,12 +923,12 @@ Here is the call graph for this function:</div>
<p>The moveActiveLayer moves the active layer to a specific position in the layer stack. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">idx</td><td>- The id of the new position the layer should be in </td></tr>
<tr><td class="paramname">idx</td><td>- The index of the new position the layer should be in </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00152">152</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00160">160</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -924,12 +967,12 @@ Here is the call graph for this function:</div>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00147">147</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00148">148</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a1f597740b4d7b4bc2e24c51f8cb0b6eb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1f597740b4d7b4bc2e24c51f8cb0b6eb">&#9670;&nbsp;</a></span>open()</h2>
<a id="a88c7e759aa8375a56129791645f46ea5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a88c7e759aa8375a56129791645f46ea5">&#9670;&nbsp;</a></span>open()</h2>
<div class="memitem">
<div class="memproto">
@@ -938,7 +981,7 @@ Here is the call graph for this function:</div>
<td class="memname">bool PaintingArea::open </td>
<td>(</td>
<td class="paramtype">const QString &amp;&#160;</td>
<td class="paramname"><em>fileName</em></td><td>)</td>
<td class="paramname"><em>filePath</em></td><td>)</td>
<td></td>
</tr>
</table>
@@ -953,12 +996,7 @@ Here is the call graph for this function:</div>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns a boolean variable whether the file was successfully opened or not </dd></dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00102">102</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a1f597740b4d7b4bc2e24c51f8cb0b6eb_cgraph.png" border="0" usemap="#class_painting_area_a1f597740b4d7b4bc2e24c51f8cb0b6eb_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00103">103</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -986,7 +1024,7 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00275">275</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00307">307</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -1014,12 +1052,12 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00286">286</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00318">318</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a612176cc9d629d22fd3fe1a746cce564"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a612176cc9d629d22fd3fe1a746cce564">&#9670;&nbsp;</a></span>save()</h2>
<a id="aa2463d4f403224086acab02903ae407e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa2463d4f403224086acab02903ae407e">&#9670;&nbsp;</a></span>save()</h2>
<div class="memitem">
<div class="memproto">
@@ -1028,7 +1066,7 @@ Here is the call graph for this function:</div>
<td class="memname">bool PaintingArea::save </td>
<td>(</td>
<td class="paramtype">const QString &amp;&#160;</td>
<td class="paramname"><em>fileName</em>, </td>
<td class="paramname"><em>filePath</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
@@ -1054,21 +1092,49 @@ Here is the call graph for this function:</div>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Returns a boolean variable, true if the file was saved successfully, false if not </dd></dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00114">114</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00115">115</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="aec59be20f1c27135700754882dd6383d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aec59be20f1c27135700754882dd6383d">&#9670;&nbsp;</a></span>setAlphaOfLayer()</h2>
<a id="a79eb059829f27e8cdb3a54c5cd3d12c9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a79eb059829f27e8cdb3a54c5cd3d12c9">&#9670;&nbsp;</a></span>setLayerActive()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void PaintingArea::setAlphaOfLayer </td>
<td class="memname">void PaintingArea::setLayerActive </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>index</em>, </td>
<td class="paramname"><em>idx</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The setLayerToActive method marks a specific layer as active. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">idx</td><td>- The index of the layer to be active </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00090">90</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a6c7e0865e684ae1089ee283b4399d055"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6c7e0865e684ae1089ee283b4399d055">&#9670;&nbsp;</a></span>setLayerAlpha()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void PaintingArea::setLayerAlpha </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>idx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
@@ -1087,46 +1153,13 @@ Here is the call graph for this function:</div>
<p>The setAlphaOfLayer method sets the alpha value of a specific layer. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">index</td><td>- Index of the layer where the change should be applied </td></tr>
<tr><td class="paramname">idx</td><td>- The index of the layer where the change should be applied </td></tr>
<tr><td class="paramname">alpha</td><td>- New alpha value of the layer </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00095">95</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<a id="a1d6d86c25efdce9fe9031a9cd01c74c8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1d6d86c25efdce9fe9031a9cd01c74c8">&#9670;&nbsp;</a></span>setLayerToActive()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void PaintingArea::setLayerToActive </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>index</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The setLayerToActive method marks a specific layer as active. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">index</td><td>- Index of the layer to be active </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00089">89</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a1d6d86c25efdce9fe9031a9cd01c74c8_icgraph.png" border="0" usemap="#class_painting_area_a1d6d86c25efdce9fe9031a9cd01c74c8_icgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00096">96</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -1157,17 +1190,12 @@ Here is the caller graph for this function:</div>
<p>The slotActivateLayer method handles the event of selecting one layer as active. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">a</td><td>- Index of the layer to be active </td></tr>
<tr><td class="paramname">a</td><td>- idx of the layer to be active </td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00160">160</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a71ac281e0de263208d4a3b9de74258ec_cgraph.png" border="0" usemap="#class_painting_area_a71ac281e0de263208d4a3b9de74258ec_cgraph" alt=""/></div>
</div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00175">175</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -1196,7 +1224,7 @@ Here is the call graph for this function:</div>
<p>The slotDeleteActiveLayer method handles the deletion of the active layer. </p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00082">82</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00083">83</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
@@ -1224,12 +1252,40 @@ Here is the call graph for this function:</div>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00264">264</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="class_painting_area_a632848d99f44d33d7da2618fbc6775a4_cgraph.png" border="0" usemap="#class_painting_area_a632848d99f44d33d7da2618fbc6775a4_cgraph" alt=""/></div>
<p class="definition">Definition at line <a class="el" href="_painting_area_8cpp_source.html#l00294">294</a> of file <a class="el" href="_painting_area_8cpp_source.html">PaintingArea.cpp</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="a132535c4e16052c1472cf1b9f3e096ed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a132535c4e16052c1472cf1b9f3e096ed">&#9670;&nbsp;</a></span>colorPicker</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_intelli_color_picker.html">IntelliColorPicker</a> PaintingArea::colorPicker</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00175">175</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>
<a id="abc2f798744f1dc805a651731eb1692ea"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abc2f798744f1dc805a651731eb1692ea">&#9670;&nbsp;</a></span>Toolsettings</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_intelli_toolsettings.html">IntelliToolsettings</a> PaintingArea::Toolsettings</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="_painting_area_8h_source.html#l00174">174</a> of file <a class="el" href="_painting_area_8h_source.html">PaintingArea.h</a>.</p>
</div>
</div>