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. やり直しスタック上の最後のグループの中の操作それらを実行します、もし何かそれらがあれば、それらを取り消しスタック上で単一グループとして記録しています。

Declaration 宣言

func redo()

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. このメソッドはNSUndoManagerCheckpointNSUndoManagerWillRedoChangeをそれがやり直し操作を実行する前に投函します、そしてそれはNSUndoManagerDidRedoChangeをそれがやり直し操作を実行する後に投函します。

See Also 参照

Performing Undo and Redo 取り消しおよびやり直しを実行する

Related Documentation 関連文書