45 #include <QtCore/qobject.h> 46 #include <QtCore/qstring.h> 58 #ifndef QT_NO_UNDOGROUP 79 #endif // QT_NO_ACTION 93 void indexChanged(
int idx);
94 void cleanChanged(
bool clean);
95 void canUndoChanged(
bool canUndo);
96 void canRedoChanged(
bool canRedo);
97 void undoTextChanged(
const QString &undoText);
98 void redoTextChanged(
const QString &redoText);
104 #endif // QT_NO_UNDOGROUP 110 #endif // QUNDOGROUP_H #define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
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_PRIVATE(Class)
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.