func removeAllActions ()
Clears the undo and redo stacks and re-enables the receiver.
取り消しおよびやり直しスタックをすっかりきれいにしてレシーバを再度利用可能にします。
Availability 有効性
Technology
func removeAllActions(withTarget target: Any)
target
The recipient of the undo messages to be removed. 取り除かれることになる取り消しメッセージの受け取り側。
Doesn’t re-enable the receiver if it’s disabled. レシーバを再度利用可能にしないでください、もしそれが使用不能にされたならば。
func removeAllActions ()
func enableUndoRegistration ()