JUCE
Main Page
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
UndoManager Member List
This is the complete list of members for
UndoManager
, including all inherited members.
addChangeListener
(ChangeListener *listener)
ChangeBroadcaster
beginNewTransaction
() noexcept
UndoManager
beginNewTransaction
(const String &actionName) noexcept
UndoManager
canRedo
() const noexcept
UndoManager
canUndo
() const noexcept
UndoManager
ChangeBroadcaster
() noexcept
ChangeBroadcaster
clearUndoHistory
()
UndoManager
dispatchPendingMessages
()
ChangeBroadcaster
getActionsInCurrentTransaction
(Array< const UndoableAction * > &actionsFound) const
UndoManager
getCurrentTransactionName
() const noexcept
UndoManager
getNumActionsInCurrentTransaction
() const
UndoManager
getNumberOfUnitsTakenUpByStoredCommands
() const
UndoManager
getRedoDescription
() const
UndoManager
getTimeOfRedoTransaction
() const
UndoManager
getTimeOfUndoTransaction
() const
UndoManager
getUndoDescription
() const
UndoManager
perform
(UndoableAction *action)
UndoManager
perform
(UndoableAction *action, const String &actionName)
UndoManager
redo
()
UndoManager
removeAllChangeListeners
()
ChangeBroadcaster
removeChangeListener
(ChangeListener *listener)
ChangeBroadcaster
sendChangeMessage
()
ChangeBroadcaster
sendSynchronousChangeMessage
()
ChangeBroadcaster
setCurrentTransactionName
(const String &newName) noexcept
UndoManager
setMaxNumberOfStoredUnits
(int maxNumberOfUnitsToKeep, int minimumTransactionsToKeep)
UndoManager
undo
()
UndoManager
undoCurrentTransactionOnly
()
UndoManager
UndoManager
(int maxNumberOfUnitsToKeep=30000, int minimumTransactionsToKeep=30)
UndoManager
~ChangeBroadcaster
()
ChangeBroadcaster
virtual
~UndoManager
()
UndoManager
All content © ROLI Ltd.