var undoActionIsDiscardable : Bool
var redoActionIsDiscardable : Bool
Availability 有効性
Technology
func setActionIsDiscardable(_ discardable: Bool
)
discardable
Specifies if the action is discardable. true
if the next undo or redo action can be discarded; false
otherwise.
動作が廃棄可能であるかどうかを指定します。true
、もし次の取り消しまたはやり直し動作が廃棄可能であるならば;そうでなければfalse
。
Specifies that the latest undo action may be safely discarded when a document can not be saved for any reason. ある書類が何らかの理由のために保存されることができない場合に、最後の取り消し操作が安全に廃棄されるかもしれないことを指定します。
An example might be an undo action that changes the viewable area of a document. ひとつの例は、ある書類の可視領域を変更する取り消し動作であるかもしれません。
To find out if an undo group contains only discardable actions, look for the NSUndo
in the user
dictionary of the NSUndo
.
ある取り消しグループが廃棄可能な動作のみを含むかどうかを見つけ出すには、NSUndo
をNSUndo
のuser
辞書において捜してください。
var undoActionIsDiscardable : Bool
var redoActionIsDiscardable : Bool