API
0.9.10
CPUndoManager.h
Go to the documentation of this file.
1
2
@interface
CPUndoManager
:
CPObject
3
{
4
CPMutableArray
_redoStack;
5
CPMutableArray
_undoStack;
6
7
BOOL _groupsByEvent;
8
int
_disableCount;
9
int
_levelsOfUndo;
10
id
_currentGrouping;
11
int
_state;
12
13
id
_preparedTarget;
14
id
_undoManagerProxy;
15
16
CPArray _runLoopModes;
17
BOOL _registeredWithRunLoop;
18
}
19
@end
CPObject
Definition:
CPObject.j:103
CPMutableArray
Definition:
CPMutableArray.h:2
CPUndoManager
A general mechanism for user action "undo".
Definition:
CPUndoManager.h:2
Foundation
CPUndoManager.h
Generated on Tue Jul 11 2017 16:20:43 for API by
1.8.13