home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Classes / ContourView / CVtestApp.h < prev    next >
Text File  |  1992-12-01  |  346b  |  22 lines

  1.  
  2. #import <appkit/Application.h>
  3. #import <appkit/NXColorWell.h>
  4.  
  5. @interface CVtestApp:Application
  6. {
  7.     id contourView;
  8.     id nlevelField;
  9.     id brightCWell;
  10.     id darkCWell;
  11.     id bgCWell;
  12. }
  13.  
  14. - appDidInit:sender;
  15. - setNcontourLevels:sender;
  16. - clearAction:sender;
  17. - drawAction:sender;
  18. - colorWellsAction:sender;
  19. - useColorAction:sender;
  20.  
  21. @end
  22.