var canUndo : Bool
A Boolean value that indicates whether the receiver has any actions to undo.
レシーバが取り消すいくらかの動作を持つかどうかを指し示すブール値。
Availability 有効性
Technology
var canRedo: Bool
{ get }
true
if the receiver has any actions to redo, otherwise false
.
true
、もしレシーバがやり直す何らかの動作を持つならば、そうでなければfalse
。
Because any undo operation registered clears the redo stack, this method posts an NSUndo
to allow clients to apply their pending operations before testing the redo stack.
登録された何らかの取り消し操作はやり直しスタックをきれいに一掃することから、このメソッドはNSUndo
を投函して、クライアントに彼らの懸案の操作を適用させます、やり直しスタックを試験する前に。
var canUndo : Bool
func redo()