Instance Property
インスタンスプロパティ
groupsByEvent
A Boolean value that indicates whether the receiver automatically creates undo groups around each pass of the run loop.
実行ループの各通過に基づいてレシーバが自動的に取り消しグループを作成するかどうかを指し示すブール値。
Declaration
宣言
@property BOOL groupsByEvent;
Discussion
議論
YES
if the receiver automatically creates undo groups around each pass of the run loop, otherwise NO
.
YES
、もしレシーバが自動的に取り消しグループを実行ループの各通過に基づいて作成するならば、そうでなければNO
。
The default is YES
. If you turn automatic grouping off, you must close groups explicitly before invoking either undo
or undoNestedGroup
.
省略時は、YES
です。あなたが自動グループ化を切りにするならば、あなたはグループを明示的に、undo
またはundoNestedGroup
のどちらかを発動する前に閉じなければなりません。
See Also
参照
Creating Undo Groups
取り消しグループを作成する
groupingLevel
The number of nested undo groups (or redo groups, if Redo was invoked last) in the current event loop.
現在のイベントループの中の入れ子にされた取り消しグループ(またはやり直しグループ、もし「やり直す」が最後に発動されたならば)の数。