float value(const T *src, size_t ch)
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
static KisConfigNotifier * instance()
static KisPart * instance()
void applicationClosing()
applicationClosing is emitted when the application is about to close. This happens after any document...
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 viewClosed(View *view)
viewClosed is emitted whenever a view is closed
Notifier(QObject *parent=0)
void imageClosed(const QString &filename)
imageClosed is emitted whenever the last view on an image is closed. The image does not exist anymore...
void setActive(bool value)
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