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.