Krita
Notifier.h
void applicationClosing()
applicationClosing is emitted when the application is about to close.
void viewCreated(View *view)
viewCreated is emitted whenever a new view is created.
void configurationChanged()
configurationChanged is emitted every time Krita's configuration has changed.
void imageCreated(Document *image)
imageCreated is emitted whenever a new image is created and registered with the application.
void windowCreated()
windowIsCreated is emitted after main window is completely created
void imageClosed(const QString &filename)
imageClosed is emitted whenever the last view on an image is closed.
void imageSaved(const QString &filename)
imageSaved is emitted whenever a document is saved.
void windowIsBeingCreated(Window *window)
windowCreated is emitted whenever a window is being created
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.