Qt 6.4
Qt GUI
C++ Classes
QUndoStack
Qt 6.4.1 Reference Documentation
List of All Members for QUndoStack
This is the complete list of members for
QUndoStack
, including inherited members.
QUndoStack
(QObject *)
canRedoChanged
(bool)
canUndoChanged
(bool)
cleanChanged
(bool)
indexChanged
(int)
redo
()
redoTextChanged
(const QString &)
resetClean
()
setActive
(bool)
setClean
()
setIndex
(int)
undo
()
undoTextChanged
(const QString &)
~QUndoStack
()
beginMacro
(const QString &)
canRedo
() const : bool
canUndo
() const : 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
isActive
() const : bool
isClean
() const : bool
push
(QUndoCommand *)
redoText
() const : QString
setUndoLimit
(int)
text
(int) const : QString
undoLimit
() const : int
undoText
() const : QString