- beginUndoGrouping
groupsByEvent
groupingLevel
Availability 有効性
Technology
- (void)endUndoGrouping;
All individual undo operations back to the matching begin
message are grouped together and reversed by a later undo
or undo
message. Undo groups can be nested, thus providing functionality similar to nested transactions. Raises an NSInternal
if there’s no begin
message in effect.
つり合うbegin
メッセージより後ろの全ての個々の取り消し操作は、一緒にグループにされます、そしてその後のundo
またはundo
メッセージで取り消されます。取り消しグループは入れ子にされることができます、入れ子にされたトランザクションに似た機能性を提供することによって。NSInternal
を引き起こします、もしひとつも有効なbegin
メッセージがないならば。
This method posts an NSUndo
and an NSUndo
just before the group is closed.
このメソッドは、NSUndo
とNSUndo
を投函します、そのグループが閉じられる直前に。
- beginUndoGrouping
groupsByEvent
groupingLevel
levelsOfUndo