次の取り消し操作を準備させます
-(id)prepareWithInvocationTarget:(id)target:
解説
次の取り消し操作を準備させます。
返り値
( id )
アンドゥ
引数
( id )target
ターゲット
フレームワーク
Foundation
クラス
NSUndoManager
Instance Methods
使用可能
10.0
参照
- forwardInvocation:
例文
[[self undoManager] prepareWithInvocationTarget:self]