API 0.9.5
Foundation/CPUndoManager.h
Go to the documentation of this file.
00001 
00002 @interface CPUndoManager : CPObject
00003 {
00004     CPMutableArray  _redoStack;
00005     CPMutableArray  _undoStack;
00006 
00007     BOOL            _groupsByEvent;
00008     int             _disableCount;
00009     int             _levelsOfUndo;
00010     id              _currentGrouping;
00011     int             _state;
00012 
00013     id              _preparedTarget;
00014     id              _undoManagerProxy;
00015 
00016     CPArray         _runLoopModes;
00017     BOOL            _registeredWithRunLoop;
00018 }
00019 @end
 All Classes Files Functions Variables Defines