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

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

@interface MoveGraphicsChange : SimpleGraphicsChange
{
    NXPoint	undoVector;
    NXPoint	redoVector;
}

- initGraphicView:aGraphicView vector:(const NXPoint *)aVector;
- (const char *)changeName;
- changeDetailClass;
- (const NXPoint *)undoVector;
- (const NXPoint *)redoVector;

@end

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