Instance Method インスタンスメソッド

undo()

Closes the top-level undo group if necessary and invokes undoNestedGroup(). トップレベル取り消しグループを必要ならば閉じます、そしてundoNestedGroup()を発動します。

Declaration 宣言

func undo()

Discussion 議論

This method also invokes endUndoGrouping() if the nesting level is 1. Raises an NSInternalInconsistencyException if more than one undo group is open (that is, if the last group isn’t at the top level). このメソッドはまた、endUndoGrouping()を発動します、もし入れ子レベルが1ならば。NSInternalInconsistencyExceptionを引き起こします、もし1つ以上の取り消しグループが開いた状態ならば(すなわち、最後のグループがトップレベルでないならば)。

This method posts an NSUndoManagerCheckpoint. このメソッドは、NSUndoManagerCheckpointを投函します。

See Also 参照

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

Related Documentation 関連文書