This is a3DViewerView.h in view mode; [Download] [Up]
#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
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.