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