ftp.nice.ch/pub/next/database/apps/AMS.NIHS.bs.tar.gz#/AMS/Source/ArticleFile.h

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

/* Programmed by Krishnaprasad Kamisetty */

#import <appkit/Responder.h>
#import <stdio.h>
#import <appkit/appkit.h>
#import <strings.h>

#define AUTHORS      1
#define ARTICLE         2
#define KEYWORDS   3
#define ABSTRACT    4
#define Y  1
#define N  0

	FILE  *fopen(), *output;
	
	
@interface ArticleFile:Responder
{
    id	place;
    id	pages;
    id	date;
    id	title;
    id	keyWord;
    id	dueOn;
    id	country;
    id	num;
    id	comments;
    id	vol;
    id	lname;
    id	journal;
    id	chkout;
    id	fname;
    id wordField;
    id absWindow;
    id authWindow;
    id articleWindow; 
    id keyWindow;
    id numberWindow;
    id directoryWindow;
    id searchWindow;
    id articleNumber;
    id directory;
    
}

- setPlace:anObject;
- setPages:anObject;
- setDate:anObject;
- setTitle:anObject;
- setKeyWord:anObject;
- setDueOn:anObject;
- setCountry:anObject;
- setNum:anObject;
- setComments:anObject;
- setVol:anObject;
- setLname:anObject;
- setJournal:anObject;
- setChkout:anObject;
- setFname:anObject;
- setArticleNumber:anObject;
- setDirectory:anObject;
- setWordField:anObject;
- setAuthWindow:anObject;
- setKeyWindow:anObject;
- setArticleWindow:anObject;
- setAbsWindow:anObject;
- setNumberWindow:anObject;
- setDirectoryWindow:anObject;
- setSearchWindow:anObject;
- addKeyWordAndClose:sender;
- addMoreKeyWords:sender;
- addArticleInfoAndClose:sender;
- addAbstractAndClose:sender;
- addAuthorAndClose:sender;
- addMoreAuthors:sender;
- warnUser:sender;
- skipAbstract:sender;
- fileInfoOpen:(int)item;
- clearAllFields;
- collectInfo:sender;
- deleteInfo:sender;
- indexInfo:sender;
- updateInfo:sender;
- searchWords:sender;

@end

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