Global Variable グローバル変数

NSUndoManagerCheckpointNotification

Posted whenever an NSUndoManager object opens or closes an undo group (except when it opens a top-level group) and when checking the redo stack in canRedo. NSUndoManagerオブジェクトがアンドゥグループを開くまたは閉じる時はいつでも(それがトップレベルグループを開くときを除いて)そしてやり直しスタックをcanRedoにおいて調べる時に投函されます。

Declaration 宣言

const NSNotificationName NSUndoManagerCheckpointNotification;

Discussion 議論

The notification object is the NSUndoManager object. This notification does not contain a userInfo dictionary. 通知オブジェクトは、NSUndoManagerオブジェクトです。この通知は、userInfo辞書を含みません。

See Also 参照

Notifications 通知