home *** CD-ROM | disk | FTP | other *** search
/ Los Alamos National Laboratory / LANL_CD.ISO / software / medview / custom / source / 3dcustom / a3dviewe.h < prev    next >
Encoding:
Text File  |  1992-02-09  |  467 b   |  27 lines

  1. #import <appkit/View.h>
  2. #import <sys/loader.h>
  3.  
  4. @interface a3DViewerView:View
  5. {
  6.  id     _3Dpanel;
  7.  id     _3DcontentView;
  8.  id     _3DcubeView;
  9.  id     _3Ddatasets;
  10. }
  11.  
  12. + setCustomComponentData:(struct mach_header *)hd customMenu:(id)subMenu;
  13. - initCustomComponent;
  14. - inspectCustomComponent;
  15. - (void)refreshInspectorPanel;
  16. - (void)setTheta;
  17. - (void)setPhi;
  18. - (void)setInvdist;
  19.  
  20. - didPlay:sender;
  21. - openData:sender;
  22. - setViews:(id)cv;
  23. - (void)resetFirstResponder:(id)frv;
  24.  
  25.  
  26. @end
  27.