This is ResultController.h in view mode; [Download] [Up]
/* ResultController.h created by todd on Sun 28-Apr-1996 */
#import <MiscControllerKit/MiscController.h>
// Forward class declarations
@class Adder;
@class NSNotification;
#define IBOutlet
@interface ResultController : MiscController
{
IBOutlet NSTextField* resultTF;
Adder* _adder; // Reference to the model object.
}
/*" Initialization/deallocation "*/
- (void) dealloc;
/*" Accessors "*/
- (Adder*) adder;
- (void) setAdder:(Adder*)newAdder;
/*" When AdderController edits "*/
- (void) controllerDidEdit:(NSNotification*)notification;
/*" Protected "*/
- (void) _initializeUI;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.