Qt 5.2
Qt Widgets
C++ Classes
QUndoStack
Qt 5.2.1 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
push
(QUndoCommand *)
redo
()
redoText
() const : QString
redoTextChanged
(const QString &)
setActive
(bool)
setClean
()
setIndex
(int)
setUndoLimit
(int)
text
(int) const : QString
undo
()
undoLimit
() const : int
undoText
() const : QString
undoTextChanged
(const QString &)