Qt 5.11
Qt Widgets
C++ Classes
QUndoStack
Qt 5.11.3 Reference Documentation
List of All Members for QUndoStack
This is the complete list of members for
QUndoStack
, including inherited members.
QUndoStack
(QObject *)
~QUndoStack
()
beginMacro
(const QString &)
canRedo
() const : bool
canRedoChanged
(bool )
canUndo
() const : bool
canUndoChanged
(bool )
cleanChanged
(bool )
cleanIndex
() const : int
clear
()
command
(int ) const : const QUndoCommand *
count
() const : int
createRedoAction
(QObject *, const QString &) const : QAction *
createUndoAction
(QObject *, const QString &) const : QAction *
endMacro
()
index
() const : int
indexChanged
(int )
isActive
() const : bool
isClean
() const : bool
metaObject
() const : const QMetaObject *
push
(QUndoCommand *)
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
redo
()
redoText
() const : QString
redoTextChanged
(const QString &)
resetClean
()
setActive
(bool )
setClean
()
setIndex
(int )
setUndoLimit
(int )
staticMetaObject
: const QMetaObject
text
(int ) const : QString
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
undo
()
undoLimit
() const : int
undoText
() const : QString
undoTextChanged
(const QString &)