QUndoStack露
- PyQt5.QtWidgets.QUndoStack
Inherits from QObject.
Description露
TODO
Methods露
- __init__(parent: QObject = None)
TODO
- beginMacro(str)
TODO
- canRedo() → bool
TODO
- canUndo() → bool
TODO
- cleanIndex() → int
TODO
- clear()
TODO
- command(int) → QUndoCommand
TODO
- count() → int
TODO
- endMacro()
TODO
- index() → int
TODO
- isActive() → bool
TODO
- isClean() → bool
TODO
- __len__() → int
TODO
- push(QUndoCommand)
TODO
- redo()
TODO
- redoText() → str
TODO
- resetClean()
TODO
- setActive(active: bool = True)
TODO
- setClean()
TODO
- setIndex(int)
TODO
- setUndoLimit(int)
TODO
- text(int) → str
TODO
- undo()
TODO
- undoLimit() → int
TODO
- undoText() → str
TODO
Signals露
- canRedoChanged(bool)
TODO
- canUndoChanged(bool)
TODO
- cleanChanged(bool)
TODO
- indexChanged(int)
TODO
- redoTextChanged(str)
TODO
- undoTextChanged(str)
TODO