60 |
60 |
61 @signal canRedoChanged(bool) emitted after the redo status has changed |
61 @signal canRedoChanged(bool) emitted after the redo status has changed |
62 @signal canUndoChanged(bool) emitted after the undo status has changed |
62 @signal canUndoChanged(bool) emitted after the undo status has changed |
63 @signal clipboardImageAvailable(bool) emitted to signal the availability of an |
63 @signal clipboardImageAvailable(bool) emitted to signal the availability of an |
64 image to be pasted |
64 image to be pasted |
65 @signal colorChanged(const QColor&) emitted after the drawing color was changed |
65 @signal colorChanged(QColor) emitted after the drawing color was changed |
66 @signal imageChanged(bool) emitted after the image was modified |
66 @signal imageChanged(bool) emitted after the image was modified |
67 @signal positionChanged(int, int) emitted after the cursor poition was changed |
67 @signal positionChanged(int, int) emitted after the cursor poition was changed |
68 @signal previewChanged(const QPixmap&) emitted to signal a new preview pixmap |
68 @signal previewChanged(QPixmap) emitted to signal a new preview pixmap |
69 @signal selectionAvailable(bool) emitted to signal a change of the selection |
69 @signal selectionAvailable(bool) emitted to signal a change of the selection |
70 @signal sizeChanged(int, int) emitted after the size has been changed |
70 @signal sizeChanged(int, int) emitted after the size has been changed |
71 """ |
71 """ |
72 canRedoChanged = pyqtSignal(bool) |
72 canRedoChanged = pyqtSignal(bool) |
73 canUndoChanged = pyqtSignal(bool) |
73 canUndoChanged = pyqtSignal(bool) |