UndoRedoCommand (interface)¶
Functions¶
doAction ! () | |
String | getDesc ? () |
undoAction ! () |
Functions in detail¶
UndoRedoCommand.doAction! ()
Invoked by the redo action in the Host DCC.
String UndoRedoCommand.getDesc? ()
Gets a string to use in the undo list.
UndoRedoCommand.undoAction! ()
Invoked by the undo action in the Host DCC.