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