Uses of Class
io.qt.widgets.QUndoCommand
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QUndoCommand in io.qt.widgets
Methods in io.qt.widgets that return QUndoCommand Modifier and Type Method Description QUndoCommand
QUndoCommand. child(int index)
QUndoCommand
QUndoStack. command(int index)
Methods in io.qt.widgets with parameters of type QUndoCommand Modifier and Type Method Description boolean
QUndoCommand. mergeWith(QUndoCommand other)
void
QUndoStack. push(QUndoCommand cmd)
Constructors in io.qt.widgets with parameters of type QUndoCommand Constructor Description QUndoCommand(QUndoCommand parent)
QUndoCommand(String text, QUndoCommand parent)