This is StatusMonitor.h in view mode; [Download] [Up]
/* Written 8/12/93 by Max Hailperin <max@nic.gac.edu>, Math/CS department,
Gustavus Adolphus College. Public domain, no warranty. Please share
any improvements with me. */
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface StatusMonitor:Object
{
id alarms;
id batteryVoltageCell;
id ROMRevisionCell;
id minutesCell;
id frequencyCell;
id ACOutputAmperesCell;
id systemModeCell;
id inverterStatusCell;
id ambientTempCell;
id ACOutputVoltsCell;
id panel;
id ACLoadVACell;
id ACInputVoltsCell;
id timeCell;
id speaker;
id hostnameField;
}
- appDidInit:sender;
- windowWillClose:sender;
- update:sender;
- newHost:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.