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

This is ArrowGraphicsChange.m in view mode; [Download] [Up]

#import "drawundo.h"

@interface ArrowGraphicsChange(PrivateMethods)

@end

@implementation ArrowGraphicsChange

- initGraphicView:aGraphicView lineArrow:(int)anArrowValue
{
    [super initGraphicView:aGraphicView];
    arrowValue = anArrowValue;
    return self;
}

- (const char *)changeName
{
    return NXLocalStringFromTable("Operations", "Arrows", NULL, "The operation of adding or removing arrows from a line.");
}

- changeDetailClass
{
    return [ArrowChangeDetail class];
}

- (int)lineArrow
{
    return arrowValue;
}

@end

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