Instance Method インスタンスメソッド

removeAllActions(withTarget:)

Clears the undo and redo stacks of all operations involving the specified target as the recipient of the undo message. この指定された目標を取り消しメッセージの受取手として発動している全ての操作の取り消しおよびやり直しスタックをすっかりきれいにします。

Declaration 宣言

func removeAllActions(withTarget target: Any)

Parameters パラメータ

target

The recipient of the undo messages to be removed. 取り除かれることになる取り消しメッセージの受け取り側。

Discussion 議論

Doesn’t re-enable the receiver if it’s disabled. レシーバを再度利用可能にしないでください、もしそれが使用不能にされたならば。

See Also 参照

Clearing Undo Operations 取り消し操作をすっかりきれいにする

Related Documentation 関連文書