This is MHDocConverter.h in view mode; [Download] [Up]
/* -------------------------------------------------------------------------- Class: MHDocConverter Version: 0.1 File: MHDocConverter.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 <appkit/appkit.h> @interface MHDocConverter:Object { id window; id sourceDropView; id outputDropView; id sourcePathText; id outputPathText; id convertTypeButton; // The one in the matrix with the icon id filename; id outputFilename; id outputPath; // An optional folder. id outputExtension; id swapView; id toolMatrix; id registeredTools; id shellTool; id activeTool; BOOL _skipAutoFileCheck; } - init; - initFromFile:(const char *)path; - free; - setFilename:(char *)path; - checkFiles; - takeFilenameFrom:sender; - filename; - outputFilename; - takeOutputFilenameFrom:sender; - _updateOutputDropView; - _updateOutputFilename; - setOutputExtension:anObject; - sharedShell; - (BOOL)isProcessing; - toolWillStartProcessing:sender; - toolDidStopProcessing:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.