|
|
Sample Programs from NeXSTEP 3.3
#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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.