ftp.nice.ch/pub/next/tools/frontends/Gnuplot.I.bs.tar.gz#/Gnuplot/GnuplotSource/TicObject.h

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

/*
 *  Copyright (C) 1993  Robert Davis
 *
 *  This program is free software; you can redistribute it and/or
 *  modify it under the terms of Version 2, or any later version, of 
 *  the GNU General Public License as published by the Free Software 
 *  Foundation.
 */


/* $Id: TicObject.h,v 1.4 1993/05/04 16:23:07 davis Exp $ */

#import "SubObject.h"

@interface TicObject:SubObject
{
    double	doubleValue;		/* A point on an axis	*/
}

- initFromString:(const char *)aString;
- initFromString:(const char *)aString doubleValue:(double)aDouble;

- setDoubleValue:(double)aDouble;
- (double)doubleValue;

@end

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