ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/undo.subproj/MultipleChange.h

This is MultipleChange.h in view mode; [Download] [Up]

@interface MultipleChange : Change
{
    Change *lastChange;		/* the last incorporated change */
    List *changes;		/* the list of incorporated changes */
    const char *name;		/* the change name to put in the undo menu */
}

- init;
- initChangeName:(const char *)changeName;
- free;
- (const char *)changeName;
- undoChange;
- redoChange;
- (BOOL)subsumeChange:change;
- (BOOL)incorporateChange:change;
- finishChange;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.