53#include <QAbstractItemModel>
81#ifndef QT_NO_UNDOGROUP
86#ifndef QT_NO_UNDOGROUP
122#ifndef QT_NO_UNDOGROUP
172#ifndef QT_NO_UNDOGROUP
178#ifndef QT_NO_UNDOGROUP
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
The KUndo2Group class is a group of KUndo2QStack objects.
QString emptyLabel() const
void setEmptyLabel(const QString &label)
void setCleanIcon(const QIcon &icon)
void setStack(KUndo2QStack *stack)
QItemSelectionModel * selectionModel() const
KUndo2QStack * stack() const
The KUndo2QStack class is a stack of KUndo2Command objects.
QPointer< KUndo2Group > group
void init(KUndo2View *view)
The KUndo2View class displays the contents of a KUndo2QStack.
KUndo2ViewPrivate *const d
void setStack(KUndo2QStack *stack)
KUndo2Group * group() const
KUndo2QStack * stack() const
KUndo2View(QWidget *parent=0)
void setCleanIcon(const QIcon &icon)
void setEmptyLabel(const QString &label)
void setGroup(KUndo2Group *group)
QString emptyLabel
the label used for the empty state.
QIcon cleanIcon
the icon used to represent the clean state.