ftp.nice.ch/pub/next/developer/resources/classes/ContourView.0.92.N.bs.tar.gz#/ContourView/CVtestApp.h

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

#import <appkit/Application.h>
#import <appkit/NXColorWell.h>

@interface CVtestApp:Application
{
    id contourView;
    id nlevelField;
    id brightCWell;
    id darkCWell;
    id bgCWell;
}

- appDidInit:sender;
- setNcontourLevels:sender;
- clearAction:sender;
- drawAction:sender;
- colorWellsAction:sender;
- useColorAction:sender;

@end

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