Build from Notifier.h
+Krita 4.0.0↻Krita 4.3.0
The Notifier can be used to be informed of state changes in the Krita application.
Methods
Signals
applicationClosing()
configurationChanged()
imageClosed(str)
imageCreated(Document)
imageSaved(str)
viewClosed(View)
viewCreated(View)
windowCreated()
windowIsBeingCreated(Window)
Member documentation
+Krita 4.0.0
is emitted when the application is about to close. This happens after any documents and windows are closed.
+Krita 4.0.0
is emitted whenever the last view on an image is closed. The image does not exist anymore in Krita
Parameters
filename | the filename of the image. |
+Krita 4.0.0
is emitted whenever a new image is created and registered with the application.
Parameters
image | (no description provided) |
+Krita 4.0.0
is emitted whenever a document is saved.
Parameters
filename | the filename of the document that has been saved. |
+Krita 4.0.0
Enable or disable the Notifier
Parameters
value | (no description provided) |
+Krita 4.0.0↻Krita 5.0.0
windowIsCreated is emitted after main window is completely created
+Krita 4.3.0
windowCreated is emitted whenever a window is being created
Parameters
window | the window; this is called from the constructor of the window, before the xmlgui file is loaded |