This is Controller.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
/* NeXTSTEP interface by Erik Sowa (sowa@netcom.com) */
/* with help from Garance Alistair Drosehn (gad@eclipse.its.rpi.edu) */
#import <objc/Object.h>
@interface Controller:Object
{
id debtWindow; /* main window */
id prefPanel; /* Preferences Panel */
id SCB89DebtString;
id AJ92DebtString;
id SCB89ShareString;
id AJ92ShareString;
id infoPanel;
id updateIntervalPrefField;
id updateIntervalPrefSlider;
id autoUpdatePref;
double updateInterval; /* DPSAddTimedEntry wants a double */
int autoUpdate;
DPSTimedEntry updateEntry;
}
/* Delegates for Application object */
- appDidInit:sender;
- appWillTerminate:sender;
/* new methods */
- computeSCB89Debt:sender;
- computeAJ92Debt:sender;
- showInfoPanel:sender;
- setUpdateInterval:sender;
- setAutoUpdate:sender;
- setWindowLocation:sender;
@end
/* to be called by timed entry */
void _update(DPSTimedEntry teNumber,double now,id self);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.