This is MHFhGL3DecoderTool.h in view mode; [Download] [Up]
/* -------------------------------------------------------------------------- Class: MHFhGL3DecoderTool Version: 0.1 File: MHFhGL3DecoderTool.h Written by: Thomas Engel Created: 17.05.1995 (Copyleft) Last modified: 17.05.1995 Note: For a detailed description please read the class documentation. ------------------------------------------------------------------------- */ #import <MHFilterTool.h> @interface MHFhGL3DecoderTool:MHFilterTool { id fileFormatPopButton; id soundFormatPopButton; id startFrameField; id frameCountField; id autosyncSwitch; id freeBitstreamSwitch; id ignorErrorSwitch; id startButton; id _registerHelper; } - image; - (BOOL)canProcess:aFile for:aController; - revert:sender; - processInput:inPath forOutput:outPath; - startProcessing:sender; - stopProcessing:sender; - outputFormatChanged:sender; - _requestedOutputType; - _requestedChannelType; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.