Krita
Notifier.cpp
void viewCreated(View *view)
viewCreated is emitted whenever a new view is created.
void imageCreated(Document *image)
imageCreated is emitted whenever a new image is created and registered with the application.
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
bool blockSignals(bool block)
void windowIsBeingCreated(Window *window)
windowCreated is emitted whenever a window is being created
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 04:08:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 04:08:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.