Uses of Class
io.qt.gui.QUndoCommand
Packages that use QUndoCommand
-
Uses of QUndoCommand in io.qt.gui
Methods in io.qt.gui that return QUndoCommandModifier and TypeMethodDescriptionfinal QUndoCommand
QUndoCommand.child
(int index) final QUndoCommand
QUndoStack.command
(int index) Methods in io.qt.gui with parameters of type QUndoCommandModifier and TypeMethodDescriptionboolean
QUndoCommand.mergeWith
(QUndoCommand other) final void
QUndoStack.push
(QUndoCommand cmd) Constructors in io.qt.gui with parameters of type QUndoCommandModifierConstructorDescriptionQUndoCommand
(QUndoCommand parent) QUndoCommand
(String text, QUndoCommand parent)