undoActionIsDiscardable
redoActionIsDiscardable
Availability 有効性
Technology
- (void)setActionIsDiscardable:(BOOL)discardable;
discardable
Specifies if the action is discardable. YES
if the next undo or redo action can be discarded; NO
otherwise.
動作が廃棄可能であるかどうかを指定します。YES
、もし次の取り消しまたはやり直し動作が廃棄可能であるならば;そうでなければNO
。
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
辞書において捜してください。
undoActionIsDiscardable
redoActionIsDiscardable