8#ifndef KOSHADOWCONFIGWIDGET_H
9#define KOSHADOWCONFIGWIDGET_H
11#include "kritawidgets_export.h"
27 void setShadowColor(
const QColor &color);
30 QColor shadowColor()
const;
33 void setShadowOffset(
const QPointF &offset);
36 QPointF shadowOffset()
const;
39 void setShadowBlur(
const qreal &blur);
42 qreal shadowBlur()
const;
45 void setShadowVisible(
bool visible);
48 bool shadowVisible()
const;
53 void setUnit(
const KoUnit &unit );
57 void visibilityChanged();
59 void selectionChanged();
60 void resourceChanged(
int key,
const QVariant & res );
The KisSpinBoxUnitManager class is an abstract interface for the unitspinboxes classes to manage diff...