ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/WoodFuture/TreeDiagram/MiscHitPath.h

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

/*
		Copyright (c) Uwe Hoffmann, 1995.
                  All Rights Reserved.

Filename: MiscHitPath.h
Author:   Uwe Hoffmann
Date:	  Jun 30, 1995

$Id: MiscHitPath.h,v 1.0 1995/06/30 11:22:00 Uwe Hoffmann Exp $
 $Log: MiscHitPath.h,v $
*/

#import <appkit/appkit.h>
#import "MiscUserPath.h"

@interface MiscHitPath:MiscUserPath
{
    float hitWidth;	/*"Width of the hit detection square"*/
}

/*"Allocating and initializing"*/
- initWithWidth:(float)width;

/*"Hit detection"*/
- (BOOL)hit:(int)op path:(MiscUserPath *)aPath;

/*"Manipulating hit path"*/
- (void)moveTo:(NSPoint)p;
- (void)scaleWith:(float)aScale;
- (float)width;
- (void)setWidth:(float)width;

@end

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