ftp.nice.ch/pub/next/tools/system/Informer.1.1.s.tar.gz#/Informer_1.1.source/InformerCell.h

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

// InformerCell.h
//
// History :
//		9.21.1992 : created by Max Tardiveau


#import <strings.h>
#import <appkit/NXBrowserCell.h>

#import <mach/host_info.h>
#import <mach/machine/kern_return.h>
#import <mach/kern_return.h>


#define FREESTRINGLEN 100

@interface InformerCell:NXBrowserCell
{
char	MyDir[256];
id		updater;			// instance of class for list items
id		MasterInstance;		// instance of class for .list items
int		isList;
void	*freePointer;
void	*secondaryPointer;
char	freeString[FREESTRINGLEN];
}

- init;

- free;

- setDir:(char *)theDir;

- (char *) getDir;

- setIsList:(int)value;

- (int) isList;

- setMasterInstance:theinstance;

- getMasterInstance;

- setFreePointer:(void *)thePointer;

- (void *) freePointer;

- setSecondaryPointer:(void *)thePointer;

- (void *) secondaryPointer;

- setFreeString:(char *)theString;

- (char *) freeString;

- setUpdater:theId;

- updater;

@end

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