ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Frameworks/MiscAppKit/MiscTreeDiagram.subproj/MiscDGWriter.h

This is MiscDGWriter.h in view mode; [Download] [Up]

/*	MiscDGWriter.h

	Copyright 1996 Uwe Hoffmann.

	This notice may not be removed from this source code.
	The use and distribution of this software is governed by the
	terms of the MiscKit license agreement.  Refer to the license
	document included with the MiscKit distribution for the terms.

	Version 2 (August 1996)
*/

#import <AppKit/AppKit.h>

@class MiscTreeDiagram, MiscDiagramTree;

@interface MiscDGWriter:NSObject
{
@private
	int dgLastSymbolNumber;
	MiscTreeDiagram *td;
	MiscDiagramTree *tree;
	NSString *path, *errorMessage;
	NSColorList *colorList;
	NSMutableData *diagramText;
	char buffer[1024];
        BOOL useColorList;
        BOOL usePrintInfo;
}

+ dgWriter;

- (BOOL)writeTreeDiagram:(MiscTreeDiagram *)aTreeDiagram toDirectory:(NSString *)aPath;
- (NSString *)errorMessage;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.