Instance Method
インスタンスメソッド
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.
最後の取り消しグループにおける取り消し操作それらを実行します(トップレベルであろうと入れ子であろうと)、やり直しスタック上の操作を単一グループとして記録しています。
Discussion
議論
Raises an NSInternalInconsistencyException
if any undo operations have been registered since the last enableUndoRegistration
message.
NSInternalInconsistencyException
を引き起こします、もし何らかの取り消し操作が、最後のenableUndoRegistration
メッセージ以降に登録されたならば。
This method posts an NSUndoManagerCheckpointNotification
and NSUndoManagerWillUndoChangeNotification
before it performs the undo operation, and it posts an NSUndoManagerDidUndoChangeNotification
after it performs the undo operation.
このメソッドはNSUndoManagerCheckpointNotification
とNSUndoManagerWillUndoChangeNotification
を投函します、それが取り消し操作を実行する前に、そしてそれはNSUndoManagerDidUndoChangeNotification
を投函します、それが取り消し操作を実行する後に。
See Also
参照
Performing Undo and Redo
取り消しおよびやり直しを実行する
- 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.
やり直しスタック上の最後のグループの中の操作それらを実行します、もし何かそれらがあれば、それらを取り消しスタック上で単一グループとして記録しています。