Documentation/Source/eric5.IconEditor.IconEditorPalette.html

changeset 618
42580bfc0777
parent 501
5c615a85241a
child 619
52f88b8fe8b2
--- a/Documentation/Source/eric5.IconEditor.IconEditorPalette.html	Tue Sep 14 18:35:05 2010 +0200
+++ b/Documentation/Source/eric5.IconEditor.IconEditorPalette.html	Wed Sep 15 14:51:45 2010 +0200
@@ -49,13 +49,17 @@
 <dt>colorSelected(QColor)</dt>
 <dd>
 emitted after a new color has been selected
+</dd><dt>compositingChanged(QPainter.CompositionMode)</dt>
+<dd>
+emitted to signal a change
+            of the compositing mode
 </dd>
 </dl>
 <h3>Derived from</h3>
 QWidget
 <h3>Class Attributes</h3>
 <table>
-<tr><td>colorSelected</td></tr>
+<tr><td>colorSelected</td></tr><tr><td>compositingChanged</td></tr>
 </table>
 <h3>Methods</h3>
 <table>
@@ -66,6 +70,9 @@
 <td><a href="#IconEditorPalette.__alphaChanged">__alphaChanged</a></td>
 <td>Private slot to track changes of the alpha channel.</td>
 </tr><tr>
+<td><a href="#IconEditorPalette.__compositingChanged">__compositingChanged</a></td>
+<td>Private slot to handle a change of the compositing mode.</td>
+</tr><tr>
 <td><a href="#IconEditorPalette.__selectColor">__selectColor</a></td>
 <td>Private slot to select a new drawing color.</td>
 </tr><tr>
@@ -96,6 +103,16 @@
 <dd>
 value of the alpha channel
 </dd>
+</dl><a NAME="IconEditorPalette.__compositingChanged" ID="IconEditorPalette.__compositingChanged"></a>
+<h4>IconEditorPalette.__compositingChanged</h4>
+<b>__compositingChanged</b>(<i>on</i>)
+<p>
+        Private slot to handle a change of the compositing mode.
+</p><dl>
+<dt><i>on</i></dt>
+<dd>
+flag indicating the checked state of the compositing button (boolean)
+</dd>
 </dl><a NAME="IconEditorPalette.__selectColor" ID="IconEditorPalette.__selectColor"></a>
 <h4>IconEditorPalette.__selectColor</h4>
 <b>__selectColor</b>(<i></i>)

eric ide

mercurial