7#include <QtGui/private/qtguiglobal_p.h>
8#include <private/qobject_p.h>
9#include <QtCore/qlist.h>
10#include <QtCore/qstring.h>
12# include <QtGui/qaction.h>
43#if QT_CONFIG(undostack)
47 Q_DECLARE_PUBLIC(QUndoStack)
49 QUndoStackPrivate() :
index(0), clean_index(0),
group(
nullptr), undo_limit(0) {}
59 bool checkUndoLimit();
The QAction class provides an abstraction for user commands that can be added to different user inter...
\macro QT_RESTRICTED_CAST_FROM_ASCII
QList< QUndoCommand * > child_list
The QUndoGroup class is a group of QUndoStack objects.
Combined button and popup list for selecting options.
static void setIndex(int *index, int candidate, int min, int max, bool isIncreasing)