home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/View.h>
- #import <sys/loader.h>
-
- @interface a3DViewerView:View
- {
- id _3Dpanel;
- id _3DcontentView;
- id _3DcubeView;
- id _3Ddatasets;
- }
-
- + setCustomComponentData:(struct mach_header *)hd customMenu:(id)subMenu;
- - initCustomComponent;
- - inspectCustomComponent;
- - (void)refreshInspectorPanel;
- - (void)setTheta;
- - (void)setPhi;
- - (void)setInvdist;
-
- - didPlay:sender;
- - openData:sender;
- - setViews:(id)cv;
- - (void)resetFirstResponder:(id)frv;
-
-
- @end
-