Instance Method
インスタンスメソッド
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 NSUndoManagerCheckpointNotification
.
このメソッドは、NSUndoManagerCheckpointNotification
を投函します。
See Also
参照
Performing Undo and Redo
取り消しおよびやり直しを実行する
- 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.
最後の取り消しグループにおける取り消し操作それらを実行します(トップレベルであろうと入れ子であろうと)、やり直しスタック上の操作を単一グループとして記録しています。
- 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.
やり直しスタック上の最後のグループの中の操作それらを実行します、もし何かそれらがあれば、それらを取り消しスタック上で単一グループとして記録しています。
Related Documentation
関連文書
groupingLevel
The number of nested undo groups (or redo groups, if Redo was invoked last) in the current event loop.
現在のイベントループの中の入れ子にされた取り消しグループ(またはやり直しグループ、もし「やり直す」が最後に発動されたならば)の数。