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 宣言

func undoNestedGroup()

Discussion 議論

Raises an NSInternalInconsistencyException if any undo operations have been registered since the last enableUndoRegistration() message. NSInternalInconsistencyExceptionを引き起こします、もし何らかの取り消し操作が、最後のenableUndoRegistration()メッセージ以降に登録されたならば。

This method posts an NSUndoManagerCheckpoint and NSUndoManagerWillUndoChange before it performs the undo operation, and it posts an NSUndoManagerDidUndoChange after it performs the undo operation. このメソッドはNSUndoManagerCheckpointNSUndoManagerWillUndoChangeを投函します、それが取り消し操作を実行する前に、そしてそれはNSUndoManagerDidUndoChangeを投函します、それが取り消し操作を実行する後に。

See Also 参照

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