ftp.nice.ch/pub/next/text/tex/apps/Bibliography.1.2a.s.tar.gz#/Bibliography.1.2a/TeXClass.h

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

#import <appkit/appkit.h>

@interface TeXClass:Object
{
	id	theView;
	id	texText;
	id	logText;
	id	switchMatrix;
	id	myPanel;
	id	dviCell;
	
	id	splitView;
	id	upperView;
	id	lowerView;
	
	id	directoryTextField;
	id	popUpList;
	id	popUpButton;
	id	stopButton;
	id	preViewButton;

	id	theSubprocess;
	id	preferences;
	const	char *bibDir;
	BOOL	filesExist;
	BOOL	isRunning;
	BOOL	cancelled;
	int	previewType;

	Pasteboard *pboard;
	NXImage *dviImage;	
	NXStream *texStream;

}

- (PopUpList *)buildPreviewMenuFor:aButton;
- loadTemplateFile:(const char *)template;
- (void)showPanel;
- runTeXfor:aList tag:(int)tag;
- printDvi:sender;
- saveTemplate:sender;
- loadTemplate:sender;
- loadDefault:sender;
- showUpperView:sender;
- (BOOL)isRunning;
- stopRunning:sender;
- createLaTeX:sender;
- createRtf:sender;
- createHTML:sender;

- saveTexText:sender;
@end

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