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

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

// InformerInspector.h
//
// History :
//		10.02.1992 : created by Max Tardiveau
//
// This is an abstract superclass for all inspectors in Informer.


#import <strings.h>
#import <sys/dir.h>
#import <sys/stat.h>
#import <objc/Object.h>
#import <appkit/Application.h>
#import <appkit/Matrix.h>

#import "InformerCell.h"

#define NIL ((void *)0)

@interface InformerInspector:Object
{
id			MyView;
id			MyMaster;
}


- fillList:theMatrix fromCell:theCell;

- loadEverythingFrom:(char *)theDir;

- doUpdateForCell:theCell;

- mainView;

- fillSubList:theMatrix ofCell:theCell pointer:(void *)thePointer;

- fillSubList:theMatrix ofCell:theCell pointer:(void *)thePointer
													string:(char *)theString;

- fillSubList:theMatrix ofCell:theCell pointer:(void *)thePointer
					secPointer:(void *)secPointer string:(char *)theString;

- (int) updateInterval;

- setMaster:theMaster;

@end

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