Instance Method
インスタンスメソッド
prepareWithInvocationTarget:
Prepares the undo manager for invocation-based undo with the given target as the subject of the next undo operation.
この与えられた目標物を次の取り消し操作の主題として、発動に基づく取り消しに対してアンドゥマネージャを用意します。
Declaration
宣言
- (id)prepareWithInvocationTarget:(id)target;
Parameters
パラメータ
target
The target of the undo operation.
取り消し操作の目標。
The undo manager maintains a weak reference to target
.
アンドゥマネージャは、target
に対する弱い参照を保守します。
Return Value
戻り値
A proxy object that forwards messages to the undo manager for recording as undo actions.
あるプロキシオブジェクト、それはメッセージを取り消し動作として記録するためにアンドゥマネージャへと転送します。
See Also
参照
Registering Undo Operations
取り消し操作を登録する
- registerUndoWithTarget:handler:
Records a single undo operation for a given target so that when an undo is performed, it executes the specified block.
ある単一の取り消し操作をある与えられた目標に対して記録します、そうすることで取り消しが実行される時、それは指定されたブロックを遂行します。