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. 最後の取り消しグループにおける取り消し操作それらを実行します(トップレベルであろうと入れ子であろうと)、やり直しスタック上の操作を単一グループとして記録しています。

Declaration 宣言

- (void)undoNestedGroup;

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

See Also 参照

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