53#include <QAbstractItemModel>
57#include <QDoubleSpinBox>
58#include <QWidgetAction>
90#ifndef QT_NO_UNDOGROUP
120 connect(scroller, SIGNAL(stateChanged(QScroller::State)),
135#ifndef QT_NO_UNDOGROUP
186#ifndef QT_NO_UNDOGROUP
192#ifndef QT_NO_UNDOGROUP
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
The KUndo2Group class is a group of KUndo2QStack objects.
The KUndo2QStack class is a stack of KUndo2Command objects.
KUndo2QStack * stack() const
void setDevicePixelRatio(qreal devicePixelRatio)
QItemSelectionModel * selectionModel() const
void setCleanIcon(const QIcon &icon)
void setEmptyLabel(const QString &label)
QString emptyLabel() const
void setCanvas(KisCanvas2 *canvas)
void setStack(KUndo2QStack *stack)
QPointer< KUndo2Group > group
void init(KisUndoView *view)
The KisUndoView class displays the contents of a KUndo2QStack.
void setEmptyLabel(const QString &label)
KisUndoView(QWidget *parent=0)
KUndo2QStack * stack() const
QString emptyLabel
the label used for the empty state.
void setCleanIcon(const QIcon &icon)
void setCanvas(KisCanvas2 *canvas)
KisUndoViewPrivate *const d
void slotScrollerStateChanged(QScroller::State state)
KUndo2Group * group() const
void setStack(KUndo2QStack *stack)
void setGroup(KUndo2Group *group)
QIcon cleanIcon
the icon used to represent the clean state.