7#ifndef _KIS_CANVAS_WIDGET_BASE_
8#define _KIS_CANVAS_WIDGET_BASE_
17class QInputMethodEvent;
25#include "kritaui_export.h"
41 void drawDecorations(QPainter & gc,
const QRect &updateWidgetRect)
const override;
49 void notifyDecorationsWindowMinimized(
bool minimized);
59 QColor borderColor()
const;
64 static QImage createCheckersImage(qint32 checkSize = -1);
83 QVariant processInputMethodQuery(Qt::InputMethodQuery query)
const;
84 void processInputMethodEvent(QInputMethodEvent *event);
85 void processFocusInEvent(QFocusEvent *event);
86 void processFocusOutEvent(QFocusEvent *event);
87 void notifyConfigChanged();
float value(const T *src, size_t ch)
The KisDisplayFilter class is the base class for filters that are applied by the canvas to the projec...