API  1.0.0
CPUndoManager.j File Reference

Go to the source code of this file.

Variables

 CPUndoCloseGroupingRunLoopOrdering = 350000
 
var CPUndoManagerActionNameKey = @"@"CPUndoManagerActionNameKey"
 
 CPUndoManagerCheckpointNotification = @"CPUndoManagerCheckpointNotification"
 
var CPUndoManagerCurrentGroupingKey = @"@"CPUndoManagerCurrentGroupingKey"
 
 CPUndoManagerDidCloseUndoGroupNotification = @"CPUndoManagerDidCloseUndoGroupNotification"
 
 CPUndoManagerDidOpenUndoGroupNotification = @"CPUndoManagerDidOpenUndoGroupNotification"
 
 CPUndoManagerDidRedoChangeNotification = @"CPUndoManagerDidRedoChangeNotification"
 
 CPUndoManagerDidUndoChangeNotification = @"CPUndoManagerDidUndoChangeNotification"
 
var CPUndoManagerGroupsByEventKey = @"@"CPUndoManagerGroupsByEventKey"
 
var CPUndoManagerLevelsOfUndoKey = @"@"CPUndoManagerLevelsOfUndoKey"
 
var CPUndoManagerNormal = 0
 
var CPUndoManagerRedoing = 2
 
var CPUndoManagerRedoStackKey = @"@"CPUndoManagerRedoStackKey"
 
var CPUndoManagerRunLoopModesKey = @"@"CPUndoManagerRunLoopModesKey"
 
var CPUndoManagerUndoing = 1
 
var CPUndoManagerUndoStackKey = @"@"CPUndoManagerUndoStackKey"
 
 CPUndoManagerWillCloseUndoGroupNotification = @"CPUndoManagerWillCloseUndoGroupNotification"
 
 CPUndoManagerWillRedoChangeNotification = @"CPUndoManagerWillRedoChangeNotification"
 
 CPUndoManagerWillUndoChangeNotification = @"CPUndoManagerWillUndoChangeNotification"
 

Variable Documentation

◆ CPUndoCloseGroupingRunLoopOrdering

CPUndoCloseGroupingRunLoopOrdering = 350000

Definition at line 37 of file CPUndoManager.j.

◆ CPUndoManagerActionNameKey

var CPUndoManagerActionNameKey = @"@"CPUndoManagerActionNameKey"

Definition at line 835 of file CPUndoManager.j.

◆ CPUndoManagerCheckpointNotification

CPUndoManagerCheckpointNotification = @"CPUndoManagerCheckpointNotification"

Definition at line 28 of file CPUndoManager.j.

◆ CPUndoManagerCurrentGroupingKey

var CPUndoManagerCurrentGroupingKey = @"@"CPUndoManagerCurrentGroupingKey"

Definition at line 836 of file CPUndoManager.j.

◆ CPUndoManagerDidCloseUndoGroupNotification

CPUndoManagerDidCloseUndoGroupNotification = @"CPUndoManagerDidCloseUndoGroupNotification"

Definition at line 30 of file CPUndoManager.j.

◆ CPUndoManagerDidOpenUndoGroupNotification

CPUndoManagerDidOpenUndoGroupNotification = @"CPUndoManagerDidOpenUndoGroupNotification"

Definition at line 29 of file CPUndoManager.j.

◆ CPUndoManagerDidRedoChangeNotification

CPUndoManagerDidRedoChangeNotification = @"CPUndoManagerDidRedoChangeNotification"

Definition at line 31 of file CPUndoManager.j.

◆ CPUndoManagerDidUndoChangeNotification

CPUndoManagerDidUndoChangeNotification = @"CPUndoManagerDidUndoChangeNotification"

Definition at line 32 of file CPUndoManager.j.

◆ CPUndoManagerGroupsByEventKey

var CPUndoManagerGroupsByEventKey = @"@"CPUndoManagerGroupsByEventKey"

Definition at line 839 of file CPUndoManager.j.

◆ CPUndoManagerLevelsOfUndoKey

var CPUndoManagerLevelsOfUndoKey = @"@"CPUndoManagerLevelsOfUndoKey"

Definition at line 834 of file CPUndoManager.j.

◆ CPUndoManagerNormal

var CPUndoManagerNormal = 0

Definition at line 24 of file CPUndoManager.j.

◆ CPUndoManagerRedoing

var CPUndoManagerRedoing = 2

Definition at line 26 of file CPUndoManager.j.

◆ CPUndoManagerRedoStackKey

var CPUndoManagerRedoStackKey = @"@"CPUndoManagerRedoStackKey"

Definition at line 831 of file CPUndoManager.j.

◆ CPUndoManagerRunLoopModesKey

var CPUndoManagerRunLoopModesKey = @"@"CPUndoManagerRunLoopModesKey"

Definition at line 838 of file CPUndoManager.j.

◆ CPUndoManagerUndoing

var CPUndoManagerUndoing = 1

Definition at line 25 of file CPUndoManager.j.

◆ CPUndoManagerUndoStackKey

var CPUndoManagerUndoStackKey = @"@"CPUndoManagerUndoStackKey"

Definition at line 832 of file CPUndoManager.j.

◆ CPUndoManagerWillCloseUndoGroupNotification

CPUndoManagerWillCloseUndoGroupNotification = @"CPUndoManagerWillCloseUndoGroupNotification"

Definition at line 33 of file CPUndoManager.j.

◆ CPUndoManagerWillRedoChangeNotification

CPUndoManagerWillRedoChangeNotification = @"CPUndoManagerWillRedoChangeNotification"

Definition at line 34 of file CPUndoManager.j.

◆ CPUndoManagerWillUndoChangeNotification

CPUndoManagerWillUndoChangeNotification = @"CPUndoManagerWillUndoChangeNotification"

Definition at line 35 of file CPUndoManager.j.