This is MultipleChange.h in view mode; [Download] [Up]
@interface MultipleChange : Change
{
Change *lastChange; /* the last incorporated change */
NSMutableArray *changes; /* the list of incorporated changes */
NSString *name; /* the change name to put in the undo menu */
}
- (id)init;
- initChangeName:(NSString *)changeName;
- (NSString *)changeName;
- (void)undoChange;
- (void)redoChange;
- (BOOL)subsumeChange:change;
- (BOOL)incorporateChange:change;
- (void)finishChange;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.