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.