22class KRITALIBKIS_EXPORT
Notifier :
public QObject
27 Q_PROPERTY(
bool Active READ active WRITE setActive)
30 explicit
Notifier(QObject *parent = 0);
41 void setActive(
bool value);
49 void applicationClosing();
61 void imageSaved(const QString &filename);
68 void imageClosed(const QString &filename);
74 void viewCreated(
View *view);
80 void viewClosed(
View *view);
86 void windowIsBeingCreated(
Window *window);
97 void configurationChanged();
103 void viewCreated(
KisView *view);
104 void viewClosed(
KisView *view);