Instance Method
インスタンスメソッド
redo()
Performs the operations in the last group on the redo stack, if there are any, recording them on the undo stack as a single group.
やり直しスタック上の最後のグループの中の操作それらを実行します、もし何かそれらがあれば、それらを取り消しスタック上で単一グループとして記録しています。
Discussion
議論
Raises an NSInternalInconsistencyException
if the method is invoked during an undo operation.
NSInternalInconsistencyException
を引き起こします、もしメソッドがある取り消し操作の間に発動されるならば。
This method posts an NSUndoManagerCheckpoint
and NSUndoManagerWillRedoChange
before it performs the redo operation, and it posts the NSUndoManagerDidRedoChange
after it performs the redo operation.
このメソッドはNSUndoManagerCheckpoint
とNSUndoManagerWillRedoChange
をそれがやり直し操作を実行する前に投函します、そしてそれはNSUndoManagerDidRedoChange
をそれがやり直し操作を実行する後に投函します。
See Also
参照
Performing Undo and Redo
取り消しおよびやり直しを実行する
func undoNestedGroup()
Performs the undo operations in the last undo group (whether top-level or nested), recording the operations on the redo stack as a single group.
最後の取り消しグループにおける取り消し操作それらを実行します(トップレベルであろうと入れ子であろうと)、やり直しスタック上の操作を単一グループとして記録しています。
Related Documentation
関連文書