- endUndoGrouping
groupsByEvent
groupingLevel
Availability 有効性
Technology
- (void)beginUndoGrouping;
All individual undo operations before a subsequent end
message are grouped together and reversed by a later undo
message. By default undo groups are begun automatically at the start of the event loop, but you can begin your own undo groups with this method, and nest them within other groups.
続いて起こるend
メッセージより前の全ての個々の取り消し操作は、一緒にグループにされます、そしてその後のundo
メッセージで取り消されます。初期状態では取り消しグループは自動的にイベントループの始まりで開始されます、しかしあなたはあなた独自の取り消しグループそれらをこのメソッドで開始できます、そしてそれらを他のグループ内に入れ子にできます。
This method posts an NSUndo
unless a top-level undo is in progress. It posts an NSUndo
if a new group was successfully created.
このメソッドはNSUndo
を投函します、あるトップレベル取り消しが処理中である場合を除いて。それはNSUndo
を投函します、もし新しいグループがうまく作成されたならば。
- endUndoGrouping
groupsByEvent
groupingLevel