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;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.