This is ExportAll.h in view mode; [Download] [Up]
/////////////////////////////////////////////////////////////////////////////// // FILENAME: ExportAll.h // SUMMARY: Interface for an HTMD SaveAll // SUPERCLASS: Object // INTERFACE: None // PROTOCOLS: <Tool> // AUTHOR: Rohit Khare // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project /////////////////////////////////////////////////////////////////////////////// // DESCRIPTION: // Designed to save all open documents in the HTMD format. /////////////////////////////////////////////////////////////////////////////// // HISTORY // 10/31/94: Created. Implemented in just minutes, from scratch. /////////////////////////////////////////////////////////////////////////////// #import "eTextKernel.h" @interface ExportAll:Object <Tool> { } - exportAll:sender; - printAll:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.