42 #ifndef QUNDOSTACK_P_H 43 #define QUNDOSTACK_P_H 45 #include <private/qobject_p.h> 46 #include <QtCore/qlist.h> 47 #include <QtCore/qstring.h> 48 #include <QtGui/qaction.h> 77 #ifndef QT_NO_UNDOSTACK 93 bool checkUndoLimit();
102 void setTextFormat(
const QString &textFormat,
const QString &defaultText);
109 #endif // QT_NO_ACTION 113 #endif // QT_NO_UNDOSTACK 114 #endif // QUNDOSTACK_P_H QList< QUndoCommand * > macro_stack
QList< QUndoCommand * > command_list
#define QT_END_NAMESPACE
This macro expands to.
QList< QUndoCommand * > child_list
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
The QUndoGroup class is a group of QUndoStack objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QUndoStack class is a stack of QUndoCommand objects.
#define Q_DECLARE_PUBLIC(Class)
static void setIndex(int *index, int candidate, int min, int max, bool isIncreasing)
The QUndoCommand class is the base class of all commands stored on a QUndoStack.
The QAction class provides an abstract user interface action that can be inserted into widgets...
The QList class is a template class that provides lists.