This is HitPath.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "UPath.h"
@interface HitPath:UPath
{
float hitWidth;
}
// creating and destroying
+ initialize;
- init;
// misc
- movePathToPoint:(const NXPoint *)p;
- (BOOL)hitPathStroke:(UPath *)aPath;
- (BOOL)hitPathFill:(UPath *)aPath;
- awake;
- scaleHitWidthTo:(float)aScale;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.