218 <td>Public method to return the redo status.</td> |
218 <td>Public method to return the redo status.</td> |
219 </tr><tr> |
219 </tr><tr> |
220 <td><a href="#IconEditorGrid.canUndo">canUndo</a></td> |
220 <td><a href="#IconEditorGrid.canUndo">canUndo</a></td> |
221 <td>Public method to return the undo status.</td> |
221 <td>Public method to return the undo status.</td> |
222 </tr><tr> |
222 </tr><tr> |
|
223 <td><a href="#IconEditorGrid.compositingMode">compositingMode</a></td> |
|
224 <td>Public method to get the compositing mode.</td> |
|
225 </tr><tr> |
223 <td><a href="#IconEditorGrid.editClear">editClear</a></td> |
226 <td><a href="#IconEditorGrid.editClear">editClear</a></td> |
224 <td>Public slot to clear the image.</td> |
227 <td>Public slot to clear the image.</td> |
225 </tr><tr> |
228 </tr><tr> |
226 <td><a href="#IconEditorGrid.editCopy">editCopy</a></td> |
229 <td><a href="#IconEditorGrid.editCopy">editCopy</a></td> |
227 <td>Public slot to copy the selection.</td> |
230 <td>Public slot to copy the selection.</td> |
283 <td><a href="#IconEditorGrid.penColor">penColor</a></td> |
286 <td><a href="#IconEditorGrid.penColor">penColor</a></td> |
284 <td>Public method to get the current drawing color.</td> |
287 <td>Public method to get the current drawing color.</td> |
285 </tr><tr> |
288 </tr><tr> |
286 <td><a href="#IconEditorGrid.previewPixmap">previewPixmap</a></td> |
289 <td><a href="#IconEditorGrid.previewPixmap">previewPixmap</a></td> |
287 <td>Public method to generate a preview pixmap.</td> |
290 <td>Public method to generate a preview pixmap.</td> |
|
291 </tr><tr> |
|
292 <td><a href="#IconEditorGrid.setCompositingMode">setCompositingMode</a></td> |
|
293 <td>Public method to set the compositing mode.</td> |
288 </tr><tr> |
294 </tr><tr> |
289 <td><a href="#IconEditorGrid.setDirty">setDirty</a></td> |
295 <td><a href="#IconEditorGrid.setDirty">setDirty</a></td> |
290 <td>Public slot to set the dirty flag.</td> |
296 <td>Public slot to set the dirty flag.</td> |
291 </tr><tr> |
297 </tr><tr> |
292 <td><a href="#IconEditorGrid.setGridEnabled">setGridEnabled</a></td> |
298 <td><a href="#IconEditorGrid.setGridEnabled">setGridEnabled</a></td> |
550 </p><dl> |
556 </p><dl> |
551 <dt>Returns:</dt> |
557 <dt>Returns:</dt> |
552 <dd> |
558 <dd> |
553 flag indicating the availability of undo (boolean) |
559 flag indicating the availability of undo (boolean) |
554 </dd> |
560 </dd> |
|
561 </dl><a NAME="IconEditorGrid.compositingMode" ID="IconEditorGrid.compositingMode"></a> |
|
562 <h4>IconEditorGrid.compositingMode</h4> |
|
563 <b>compositingMode</b>(<i></i>) |
|
564 <p> |
|
565 Public method to get the compositing mode. |
|
566 </p><dl> |
|
567 <dt>Returns:</dt> |
|
568 <dd> |
|
569 compositing mode (QPainter.CompositionMode) |
|
570 </dd> |
555 </dl><a NAME="IconEditorGrid.editClear" ID="IconEditorGrid.editClear"></a> |
571 </dl><a NAME="IconEditorGrid.editClear" ID="IconEditorGrid.editClear"></a> |
556 <h4>IconEditorGrid.editClear</h4> |
572 <h4>IconEditorGrid.editClear</h4> |
557 <b>editClear</b>(<i></i>) |
573 <b>editClear</b>(<i></i>) |
558 <p> |
574 <p> |
559 Public slot to clear the image. |
575 Public slot to clear the image. |
720 </p><dl> |
736 </p><dl> |
721 <dt>Returns:</dt> |
737 <dt>Returns:</dt> |
722 <dd> |
738 <dd> |
723 preview pixmap (QPixmap) |
739 preview pixmap (QPixmap) |
724 </dd> |
740 </dd> |
|
741 </dl><a NAME="IconEditorGrid.setCompositingMode" ID="IconEditorGrid.setCompositingMode"></a> |
|
742 <h4>IconEditorGrid.setCompositingMode</h4> |
|
743 <b>setCompositingMode</b>(<i>mode</i>) |
|
744 <p> |
|
745 Public method to set the compositing mode. |
|
746 </p><dl> |
|
747 <dt><i>mode</i></dt> |
|
748 <dd> |
|
749 compositing mode to set (QPainter.CompositionMode) |
|
750 </dd> |
725 </dl><a NAME="IconEditorGrid.setDirty" ID="IconEditorGrid.setDirty"></a> |
751 </dl><a NAME="IconEditorGrid.setDirty" ID="IconEditorGrid.setDirty"></a> |
726 <h4>IconEditorGrid.setDirty</h4> |
752 <h4>IconEditorGrid.setDirty</h4> |
727 <b>setDirty</b>(<i>dirty, setCleanState = False</i>) |
753 <b>setDirty</b>(<i>dirty, setCleanState = False</i>) |
728 <p> |
754 <p> |
729 Public slot to set the dirty flag. |
755 Public slot to set the dirty flag. |